All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] MMC support for Octeon platforms.
@ 2017-04-24 18:41 Steven J. Hill
  2017-04-24 18:41 ` [PATCH 1/4] mmc: core: Export API to allow hosts to get the card address Steven J. Hill
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Steven J. Hill @ 2017-04-24 18:41 UTC (permalink / raw)
  To: Ulf Hansson; +Cc: David Daney, Jan Glauber, linux-mmc, linux-mips, linux-kernel

From: "Steven J. Hill" <Steven.Hill@cavium.com>

Enable MMC support on Octeon SoCs. Tested on EdgeRouter Pro,
SFF7000, and SFF7800 platforms. This should be applied on top
of the "Cavium MMC driver" patch series from Jan Glauber.

Steven J. Hill (3):
  mmc: cavium: Fix detection of block or byte addressing.
  mmc: cavium: Add MMC support for Octeon SOCs.
  MIPS: Octeon: cavium_octeon_defconfig: Enable Octeon MMC

Ulf Hansson (1):
  mmc: core: Export API to allow hosts to get the card address

 arch/mips/configs/cavium_octeon_defconfig |   5 +
 drivers/mmc/core/core.c                   |   6 +
 drivers/mmc/host/Kconfig                  |  10 +
 drivers/mmc/host/Makefile                 |   2 +
 drivers/mmc/host/cavium-octeon.c          | 351 ++++++++++++++++++++++++++++++
 drivers/mmc/host/cavium.c                 |   2 +-
 include/linux/mmc/card.h                  |   2 +
 7 files changed, 377 insertions(+), 1 deletion(-)
 create mode 100644 drivers/mmc/host/cavium-octeon.c

-- 
2.1.4

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

end of thread, other threads:[~2017-04-25 20:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-24 18:41 [PATCH 0/4] MMC support for Octeon platforms Steven J. Hill
2017-04-24 18:41 ` [PATCH 1/4] mmc: core: Export API to allow hosts to get the card address Steven J. Hill
2017-04-24 18:41 ` [PATCH 2/4] mmc: cavium: Fix detection of block or byte addressing Steven J. Hill
2017-04-24 18:41 ` [PATCH 3/4] mmc: cavium: Add MMC support for Octeon SOCs Steven J. Hill
2017-04-24 18:41 ` [PATCH 4/4] MIPS: Octeon: cavium_octeon_defconfig: Enable Octeon MMC Steven J. Hill
2017-04-24 19:56 ` [PATCH 0/4] MMC support for Octeon platforms Ulf Hansson
2017-04-24 21:19   ` Steven J. Hill
2017-04-25 19:54   ` Ralf Baechle
2017-04-25 20:05     ` 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.