History log of /netbsd-src/sys/arch/mips/cavium/dev/octeon_intc.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 9067f6d4 05-May-2021 simonb <simonb@NetBSD.org>

Sprinkle some static.


# 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 ...


# ec189949 27-Jan-2021 thorpej <thorpej@NetBSD.org>

Use DEVICE_COMPAT_EOL.


# 54075869 25-Jan-2021 thorpej <thorpej@NetBSD.org>

Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.


# 646c0f59 18-Jan-2021 thorpej <thorpej@NetBSD.org>

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.


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

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


# 84507484 16-Jul-2020 jmcneill <jmcneill@NetBSD.org>

FDT support for Cavium OCTEON MIPS SoCs. WIP.