On 24 April 2017 at 20:41, Steven J. Hill <steven.hill@xxxxxxxxxx> wrote: > From: "Steven J. Hill" <Steven.Hill@xxxxxxxxxx> > > 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 > Thanks, applied patch 1->3. Patch 4 is for the MIPS SoC maintainer, unless I get an ack for it. Kind regards Uffe