CVS log for src/sys/arch/arm/nxp/if_enet_imx.c
Up to [cvs.NetBSD.org] / src / sys / arch / arm / nxp
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.6.18.1: download - view: text, markup, annotated - select for diffs
Thu Dec 29 09:39:43 2022 UTC (23 months, 1 week ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.6: preferred, colored; next MAIN 1.7: preferred, colored
Changes since revision 1.6: +3 -3
lines
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.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Dec 27 18:55:06 2022 UTC (23 months, 2 weeks ago) by mrg
Branches: MAIN
CVS tags: thorpej-ifq-base,
thorpej-ifq,
thorpej-altq-separation-base,
thorpej-altq-separation,
perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3
lines
don't use uninitialised data. should fix PR#57135's crash.
XXX: pullup-10
Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Sat Apr 3 22:28:17 2021 UTC (3 years, 8 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.1.2.2: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.2: +13 -9
lines
Sync with HEAD.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Jan 27 03:10:20 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
CVS tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
netbsd-10-base,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm
Branch point for: netbsd-10
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4
lines
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.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Jan 27 02:14:49 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3
lines
Use DEVICE_COMPAT_EOL.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Jan 25 14:20:38 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -4
lines
Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jan 18 02:35:48 2021 UTC (3 years, 10 months ago) by thorpej
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +8 -7
lines
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.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 15 23:58:18 2021 UTC (3 years, 10 months ago) by jmcneill
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +7 -3
lines
use fdtbus_intr_establish_xname
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sun Jan 3 16:34:52 2021 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-futex
Diff to: previous 1.1.2.1: preferred, colored
Changes since revision 1.1.2.1: +269 -0
lines
Sync w/ HEAD.
Revision 1.1.2.1
Wed Dec 23 14:42:38 2020 UTC (3 years, 11 months ago) by thorpej
Branches: thorpej-futex
FILE REMOVED
Changes since revision 1.1: +0 -269
lines
file if_enet_imx.c was added on branch thorpej-futex on 2021-01-03 16:34:52 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Dec 23 14:42:38 2020 UTC (3 years, 11 months ago) by skrll
Branches: MAIN
Branch point for: thorpej-futex
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
CVSweb <webmaster@jp.NetBSD.org>