Home | History | Annotate | Download | only in nxp
History log of /src/sys/arch/arm/nxp/if_enet_imx.c
RevisionDateAuthorComments
 1.7  27-Dec-2022  mrg don't use uninitialised data. should fix PR#57135's crash.

XXX: pullup-10
 1.6  27-Jan-2021  thorpej branches: 1.6.18;
Rename of_match_compat_data() to of_compatible_match(). Similarly,
rename of_search_compatible() to of_compatible_lookup().

Standardize on of_compatible_match() for driver matching, and adapt
all call sites.
 1.5  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.4  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.3  18-Jan-2021  thorpej Remove "struct of_compat_data" and replace its usage with
"struct device_compatible_entry"; they are ABI-compatible.

Fix several "loses const qualifier" bugs encountered during
this conversion.
 1.2  15-Jan-2021  jmcneill use fdtbus_intr_establish_xname
 1.1  23-Dec-2020  skrll branches: 1.1.2;
Tidyup the i.MX SoC support by

- Moving the FDTised code to sys/arch/arm/nxp to match the
sys/arch/{cpu}/{vendor} convention
- FDTise some more drivers
- Secure Non-Volatile Storage
- watchdog driver
- On chip OTP
- Match fsl,imx6dl
- Add some more drivers to GENERIC that will be supported by i.MX 6
boards
 1.1.2.3  03-Apr-2021  thorpej Sync with HEAD.
 1.1.2.2  03-Jan-2021  thorpej Sync w/ HEAD.
 1.1.2.1  23-Dec-2020  thorpej file if_enet_imx.c was added on branch thorpej-futex on 2021-01-03 16:34:52 +0000
 1.6.18.1  29-Dec-2022  martin Pull up following revision(s) (requested by mrg in ticket #29):

sys/arch/arm/nxp/if_enet_imx.c: revision 1.7

don't use uninitialised data. should fix PR#57135's crash.

RSS XML Feed