All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 0/2] Add mmc driver for Sunplus SP7021 SOC
@ 2022-11-21 10:06 Tony Huang
  2022-11-21 10:06 ` [PATCH v12 1/2] dt-binding: mmc: Add mmc yaml file for Sunplus SP7021 Tony Huang
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Tony Huang @ 2022-11-21 10:06 UTC (permalink / raw)
  To: tonyhuang.sunplus, lhjeff911, ulf.hansson, robh+dt,
	krzysztof.kozlowski+dt, linux-mmc, devicetree, linux-kernel,
	p.zabel, wells.lu

This is a patch series for mmc 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

Tony Huang (2):
  dt-binding: mmc: Add mmc yaml file for Sunplus SP7021
  mmc: Add mmc driver for Sunplus SP7021

 .../devicetree/bindings/mmc/sunplus,mmc.yaml       |   62 ++
 MAINTAINERS                                        |    7 +
 drivers/mmc/host/Kconfig                           |    9 +
 drivers/mmc/host/Makefile                          |    1 +
 drivers/mmc/host/sunplus-mmc.c                     | 1000 ++++++++++++++++++++
 5 files changed, 1079 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mmc/sunplus,mmc.yaml
 create mode 100644 drivers/mmc/host/sunplus-mmc.c

-- 
2.7.4


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

end of thread, other threads:[~2022-11-21 20:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-21 10:06 [PATCH v12 0/2] Add mmc driver for Sunplus SP7021 SOC Tony Huang
2022-11-21 10:06 ` [PATCH v12 1/2] dt-binding: mmc: Add mmc yaml file for Sunplus SP7021 Tony Huang
2022-11-21 10:34   ` Krzysztof Kozlowski
2022-11-21 10:06 ` [PATCH v12 2/2] mmc: Add mmc driver " Tony Huang
2022-11-21 20:29 ` [PATCH v12 0/2] Add mmc driver for Sunplus SP7021 SOC Ulf Hansson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.