History log of /netbsd/sys/arch/arm/sunxi/sunxi_sramc.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 8e90f9ed 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 ...


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

Use DEVICE_COMPAT_EOL.


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


# c8782dbe 24-Jan-2021 thorpej <thorpej@NetBSD.org>

Change of_search_compable() to return NULL on no-match, which is much more
sensible than the previous behavior. As such, back out rev 1.7 of
sunxi_sramc.c. All other of_search_compable() call sites

Change of_search_compable() to return NULL on no-match, which is much more
sensible than the previous behavior. As such, back out rev 1.7 of
sunxi_sramc.c. All other of_search_compable() call sites have been audited.

show more ...


# 8926c129 20-Jan-2021 jmcneill <jmcneill@NetBSD.org>

Fix previous; of_search_compatible returns the sentinel when there is no
match, so we need to test ->data for NULL, not the return value.


# e9506802 19-Jan-2021 thorpej <thorpej@NetBSD.org>

Use device_compatible_entry / of_search_compatible() rather than matching
against multiple sets of compatibility strings.


# 7f521676 11-Jul-2019 macallan <macallan@NetBSD.org>

add compat string for H5

ok jmcneill@


# 0378f8ff 06-Feb-2019 jmcneill <jmcneill@NetBSD.org>

Match new sun4i-a10 compat string (allwinner,sun4i-a10-system-control)


# 481cf5dd 31-Jan-2019 jmcneill <jmcneill@NetBSD.org>

Match H3 system control


# e5ff054e 22-Jan-2019 jmcneill <jmcneill@NetBSD.org>

Add support for A64 and H6, and register self as a syscon


# 0c45031b 09-Oct-2017 jmcneill <jmcneill@NetBSD.org>

Add driver for sun4i SRAM controller.