Home | History | Annotate | Download | only in sunxi
History log of /src/sys/arch/arm/sunxi/sun4i_spi.c
RevisionDateAuthorComments
 1.11  10-Sep-2025  thorpej Garbage-collect fdtbus_attach_spibus(). spibus_attach() does everything
now.
 1.10  10-Sep-2025  thorpej Register the SPI controller with FDT in spi_attach(), not in each
driver.
 1.9  10-Sep-2025  thorpej It is not necessary to pass the phandle separately to fdtbus_spi_*(); it
can be retrieved from the device_t.
 1.8  10-Sep-2025  thorpej Don't bother registering a function that returns a SPI controller; just
register the controller directly.
 1.7  27-Jan-2021  thorpej branches: 1.7.4; 1.7.14;
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
 1.5  11-Sep-2019  bouyer branches: 1.5.8; 1.5.10;
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
 1.5.10.1  03-Apr-2021  thorpej Sync with HEAD.
 1.5.8.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.5.8.1  11-Sep-2019  martin file sun4i_spi.c was added on branch phil-wifi on 2020-04-13 08:03:37 +0000
 1.7.14.2  18-Jan-2022  thorpej G/C fdtbus_register_spi_controller(); it serves no purpose in the new
universe.
 1.7.14.1  09-Aug-2021  thorpej Port over the changes from thorpej-i2c-spi-conf to thorpej-i2c-spi-conf2,
which is based on a newer HEAD revision.
 1.7.4.1  19-May-2021  thorpej - As with i2c, just register the spi_controller directly.
- fdtbus_attach_spibus() is no longer anything other than a wrapper
around config_found(); just get rid of it and make its callers
look like all of the other SPI controller drivers.

RSS XML Feed