#
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.
|
#
0b1c47be |
| 15-Jan-2021 |
jmcneill <jmcneill@NetBSD.org> |
use fdtbus_intr_establish_xname
|
#
62921dc9 |
| 16-Jul-2020 |
jmcneill <jmcneill@NetBSD.org> |
Make consinit actually work
|
#
c1100f3c |
| 16-Jul-2020 |
jmcneill <jmcneill@NetBSD.org> |
Add glue for 8250 compatible UARTs.
|