History log of /netbsd-src/sys/arch/arm/nxp/imx_gpio.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 6e54367a 27-Jan-2021 thorpej <thorpej@NetBSD.org>

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 c

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.

show more ...


# 82b8374a 15-Jan-2021 jmcneill <jmcneill@NetBSD.org>

use fdtbus_intr_establish_xname


# 59ad346d 15-Jan-2021 jmcneill <jmcneill@NetBSD.org>

Add 'const char *xname' arg to fdtbus_interrupt_controller_func .establish


# 8644267a 23-Dec-2020 skrll <skrll@NetBSD.org>

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

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

show more ...