linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add SPI control driver for Sunplus SP7021 SoC
@ 2021-12-10  9:02 Li-hao Kuo
  2021-12-10  9:02 ` [PATCH v4 1/2] SPI: Add SPI driver for Sunplus SP7021 Li-hao Kuo
  2021-12-10  9:02 ` [PATCH v4 2/2] devicetree: bindings SPI Add bindings doc " Li-hao Kuo
  0 siblings, 2 replies; 8+ messages in thread
From: Li-hao Kuo @ 2021-12-10  9:02 UTC (permalink / raw)
  To: p.zabel, broonie, andyshevchenko, robh+dt, linux-spi, devicetree,
	linux-kernel
  Cc: wells.lu, lh.kuo, Li-hao Kuo

From: "Li-hao Kuo" <lhjeff911@gmail.com>

This is a patch series for SPI driver for Sunplus SP7021 SoC.

Sunplus SP7021 is an ARM Cortex A7 (4 cores) based SoC. It integrates
many peripherals (ex: UART, I2C, SPI, SDIO, eMMC, USB, SD card and
etc.) into a single chip. It is designed for industrial control.

Refer to:
https://sunplus-tibbo.atlassian.net/wiki/spaces/doc/overview
https://tibbo.com/store/plus1.html

LH.Kuo (2):
  SPI: Add SPI driver for Sunplus SP7021
  devicetree: bindings SPI Add bindings doc for Sunplus SP7021

 .../bindings/spi/spi-sunplus-sp7021.yaml           |  81 +++
 MAINTAINERS                                        |   7 +
 drivers/spi/Kconfig                                |  11 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-sunplus-sp7021.c                   | 609 +++++++++++++++++++++
 5 files changed, 709 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-sunplus-sp7021.yaml
 create mode 100644 drivers/spi/spi-sunplus-sp7021.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-12-20  6:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-10  9:02 [PATCH v4 0/2] Add SPI control driver for Sunplus SP7021 SoC Li-hao Kuo
2021-12-10  9:02 ` [PATCH v4 1/2] SPI: Add SPI driver for Sunplus SP7021 Li-hao Kuo
2021-12-17 17:38   ` Mark Brown
2021-12-20  6:04     ` Lh Kuo 郭力豪
2021-12-17 18:05   ` Andy Shevchenko
2021-12-20  6:56     ` Lh Kuo 郭力豪
2021-12-10  9:02 ` [PATCH v4 2/2] devicetree: bindings SPI Add bindings doc " Li-hao Kuo
2021-12-10 22:08   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).