History log of /netbsd-current/sys/arch/arm/sunxi/sun4i_spi.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.7 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.6 15-Jan-2021 jmcneill

use fdtbus_intr_establish_xname


Revision tags: thorpej-futex-base bouyer-xenpvh-base2 phil-wifi-20200421 bouyer-xenpvh-base1 phil-wifi-20200411 bouyer-xenpvh-base is-mlppp-base phil-wifi-20200406 ad-namecache-base3 ad-namecache-base2 ad-namecache-base1 ad-namecache-base phil-wifi-20191119
# 1.5 11-Sep-2019 bouyer

branches: 1.5.8;
Switch to fdtbus_attach_spibus(), so spi slaves defined in the device tree
have a chance to be found.


# 1.4 13-Aug-2019 tnn

ensure spibus_attach_args is zero'ed


# 1.3 04-Aug-2019 tnn

remove useless splbio() in sunxispi_start

We raised spl already in sunxispi_transfer.
XXX spi(4) should be made MPSAFE


# 1.2 03-Aug-2019 tnn

make function prototype consistent


# 1.1 03-Aug-2019 tnn

sun4i_spi: spi(4) driver for Allwinner A10/A20 platform