linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V8 0/2] mmc: OCTEON: Add OCTEON MMC controller.
@ 2016-07-12 18:18 Steven J. Hill
  0 siblings, 0 replies; only message in thread
From: Steven J. Hill @ 2016-07-12 18:18 UTC (permalink / raw)
  To: linux-mmc, devicetree, linux-mips
  Cc: Ulf Hansson, Rob Herring, Mark Rutland, Ralf Baechle

The OCTEON MMC controller is currently found on cn61XX and cnf71XX
devices. Device parameters are configured from device tree data.

The MMC controller can be connected to up to 4 "slots" which may be
eMMC, MMC or SD card devices. As there is a single controller, each
available slot is represented as a child node of the controller.

This MMC driver is the product of previous versions and discussions
which can be found at the below URLs.

[V7] https://patchwork.linux-mips.org/patch/12566/
     https://patchwork.linux-mips.org/patch/12567/
[V6] https://patchwork.linux-mips.org/patch/12538/
     https://patchwork.linux-mips.org/patch/12539/
     https://patchwork.linux-mips.org/patch/12540/
[V5] https://patchwork.linux-mips.org/patch/12533/
[V4] https://patchwork.linux-mips.org/patch/9558/
[V3] https://patchwork.linux-mips.org/patch/9462/
[V2] https://patchwork.linux-mips.org/patch/9086/
[V1] https://patchwork.linux-mips.org/patch/9079/

Steven J. Hill (2):
  mmc: OCTEON: Add DT bindings for OCTEON MMC controller.
  mmc: OCTEON: Add host driver for OCTEON MMC controller.

 .../devicetree/bindings/mmc/octeon-mmc.txt         |   72 ++
 drivers/mmc/host/Kconfig                           |   10 +
 drivers/mmc/host/Makefile                          |    1 +
 drivers/mmc/host/octeon_mmc.c                      | 1331 ++++++++++++++++++++
 4 files changed, 1414 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mmc/octeon-mmc.txt
 create mode 100644 drivers/mmc/host/octeon_mmc.c

-- 
1.9.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-12 18:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12 18:18 [PATCH V8 0/2] mmc: OCTEON: Add OCTEON MMC controller Steven J. Hill

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).