Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sunxi_sramc.c
RevisionDateAuthorComments
 1.11  27-Jan-2021  thorpej 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.
 1.10  27-Jan-2021  thorpej Use DEVICE_COMPAT_EOL.
 1.9  25-Jan-2021  thorpej Since we're using designated initialisers for compat data, we should
use a completely empty initializer for the sentinel.
 1.8  24-Jan-2021  thorpej 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.
 1.7  20-Jan-2021  jmcneill 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.
 1.6  19-Jan-2021  thorpej Use device_compatible_entry / of_search_compatible() rather than matching
against multiple sets of compatibility strings.
 1.5  11-Jul-2019  macallan branches: 1.5.10;
add compat string for H5

ok jmcneill@
 1.4  06-Feb-2019  jmcneill Match new sun4i-a10 compat string (allwinner,sun4i-a10-system-control)
 1.3  31-Jan-2019  jmcneill Match H3 system control
 1.2  22-Jan-2019  jmcneill Add support for A64 and H6, and register self as a syscon
 1.1  09-Oct-2017  jmcneill branches: 1.1.2; 1.1.4; 1.1.6;
Add driver for sun4i SRAM controller.
 1.1.6.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.1.6.1  10-Jun-2019  christos Sync with HEAD
 1.1.4.1  26-Jan-2019  pgoyette Sync with HEAD
 1.1.2.2  03-Dec-2017  jdolecek update from HEAD
 1.1.2.1  09-Oct-2017  jdolecek file sunxi_sramc.c was added on branch tls-maxphys on 2017-12-03 11:35:56 +0000
 1.5.10.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed