Up to [cvs.NetBSD.org] / src / sys / arch / arm / nxp
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 6 15:52:20 2022 UTC (11 months, 3 weeks ago) by jmcneill
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.6: +2 -3
lines
Diff to previous 1.6 (colored)
sdhc: Retire SDHC_FLAG_USE_ADMA2 flag. ADMA2 support in sdhc is mature now, so no need for it to be opt-in.
Revision 1.1.2.3 / (download) - annotate - [select for diffs], Sat Apr 3 22:28:17 2021 UTC (22 months ago) by thorpej
Branch: thorpej-futex
Changes since 1.1.2.2: +10 -10
lines
Diff to previous 1.1.2.2 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jan 27 03:10:20 2021 UTC (2 years ago) by thorpej
Branch: 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,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
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) - annotate - [select for diffs], Wed Jan 27 02:14:49 2021 UTC (2 years ago) by thorpej
Branch: MAIN
Changes since 1.4: +3 -3
lines
Diff to previous 1.4 (colored)
Use DEVICE_COMPAT_EOL.
Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 25 14:20:38 2021 UTC (2 years ago) by thorpej
Branch: MAIN
Changes since 1.3: +3 -4
lines
Diff to previous 1.3 (colored)
Since we're using designated initialisers for compat data, we should use a completely empty initializer for the sentinel.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jan 18 02:35:48 2021 UTC (2 years ago) by thorpej
Branch: MAIN
Changes since 1.2: +8 -7
lines
Diff to previous 1.2 (colored)
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) - annotate - [select for diffs], Fri Jan 15 23:58:18 2021 UTC (2 years ago) by jmcneill
Branch: MAIN
Changes since 1.1: +4 -4
lines
Diff to previous 1.1 (colored)
use fdtbus_intr_establish_xname
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sun Jan 3 16:34:52 2021 UTC (2 years, 1 month ago) by thorpej
Branch: thorpej-futex
Changes since 1.1.2.1: +240 -0
lines
Diff to previous 1.1.2.1 (colored)
Sync w/ HEAD.
Revision 1.1.2.1, Wed Dec 23 14:42:38 2020 UTC (2 years, 1 month ago) by thorpej
Branch: thorpej-futex
Changes since 1.1: +0 -240
lines
FILE REMOVED
file imx_sdhc.c was added on branch thorpej-futex on 2021-01-03 16:34:52 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Wed Dec 23 14:42:38 2020 UTC (2 years, 1 month ago) by skrll
Branch: 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