diff options
author | Mark Brown <broonie@kernel.org> | 2021-02-04 22:49:59 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-02-04 22:49:59 +0300 |
commit | d290da83cb099d2d259d1dedacdf2f0375b2ecf0 (patch) | |
tree | b9b05ff38d4d368b828be1987320c9895df99338 /drivers/spi/spi-clps711x.c | |
parent | 390624119dee8933fef4ab0e22827c20b49a0927 (diff) | |
parent | 6acbd614c2c8d3b8de5fb7605d6e24b9b3a8a17b (diff) | |
download | linux-d290da83cb099d2d259d1dedacdf2f0375b2ecf0.tar.xz |
Merge series "spi: Add support for Realtek RTL838x/RTL839x SoC SPI" from Bert Vermeulen <bert@biot.com>:
v5:
- Changed SoC compatible to list exact models
v4:
- Added SoC series-specific compatible matches.
v3:
- Added cpu_relax() to busy loop.
- Dropped .remove callback from driver struct.
- Use (variations of) realtek-rtl as prefix.
- Dropped Kconfig entry, and use MACH_REALTEK_RTL setting to build the
driver, since there's no point booting without the SPI-connected flash.
v2:
- Rewrote from spi-nor driver to regular spi driver, implementing only
set_cs() and transfer_one(). (Thanks Chuanhong Guo!)
Bert Vermeulen (2):
dt-bindings: spi: Realtek RTL838x/RTL839x SPI controller
spi: realtek-rtl: Add support for Realtek RTL838x/RTL839x SPI
controllers
.../bindings/spi/realtek,rtl-spi.yaml | 41 ++++
drivers/spi/Makefile | 1 +
drivers/spi/spi-realtek-rtl.c | 209 ++++++++++++++++++
3 files changed, 251 insertions(+)
create mode 100644 Documentation/devicetree/bindings/spi/realtek,rtl-spi.yaml
create mode 100644 drivers/spi/spi-realtek-rtl.c
--
2.25.1
Diffstat (limited to 'drivers/spi/spi-clps711x.c')
0 files changed, 0 insertions, 0 deletions