Up to [cvs.NetBSD.org] / src / sys / arch / arm / nxp
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Sun Feb 6 20:20:19 2022 UTC (12 months ago) by andvar
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
fix various typos in comments, log messages and documentation. mainly s/aparently/apparently/ and s/implmented/implemented/.
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 -6
lines
Diff to previous 1.1.2.2 (colored) next main 1.2 (colored)
Sync with HEAD.
Revision 1.3 / (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.2: +8 -4
lines
Diff to previous 1.2 (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.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: +482 -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 -482
lines
FILE REMOVED
file imx_ahcisata.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