Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1629943
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/4] MMC support for Octeon platforms. |
| Date | 2017-04-24 22:00 +0200 |
| Message-ID | <tzSjq-2Lp-63@gated-at.bofh.it> (permalink) |
| References | <tzSjq-2Lp-65@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 24 April 2017 at 20:41, Steven J. Hill <steven.hill@cavium.com> wrote: > 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 > Thanks, applied patch 1->3. Patch 4 is for the MIPS SoC maintainer, unless I get an ack for it. Kind regards Uffe
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 0/4] MMC support for Octeon platforms. Ulf Hansson <ulf.hansson@linaro.org> - 2017-04-24 22:00 +0200
Re: [PATCH 0/4] MMC support for Octeon platforms. Ralf Baechle <ralf@linux-mips.org> - 2017-04-25 22:00 +0200
Re: [PATCH 0/4] MMC support for Octeon platforms. Ulf Hansson <ulf.hansson@linaro.org> - 2017-04-25 22:10 +0200
csiph-web