History log of /netbsd-src/sys/arch/arm/fdt/aaci_fdt.c (Results 1 – 3 of 3)
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 ...


# 64e248ed 15-Jan-2021 ryo <ryo@NetBSD.org>

use fdtbus_intr_establish_xname


# 3d464c81 08-Jun-2017 jmcneill <jmcneill@NetBSD.org>

Add fdt glue for ARM PrimeCell Advanced Audio CODEC interface (PL041).