Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1629943 > unrolled thread
| Started by | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| First post | 2017-04-24 22:00 +0200 |
| Last post | 2017-04-25 22:10 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Date | 2017-04-24 22:00 +0200 |
| Subject | Re: [PATCH 0/4] MMC support for Octeon platforms. |
| Message-ID | <tzSjq-2Lp-63@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Date | 2017-04-25 22:00 +0200 |
| Message-ID | <tAeMV-xQ-1@gated-at.bofh.it> |
| In reply to | #1629943 |
On Mon, Apr 24, 2017 at 09:56:42PM +0200, Ulf Hansson wrote: > Thanks, applied patch 1->3. Patch 4 is for the MIPS SoC maintainer, > unless I get an ack for it. Here's the Ack for patch 4: Acked-by: Ralf Baechle <ralf@linux-mips.org> Ralf
[toc] | [prev] | [next] | [standalone]
| From | Ulf Hansson <ulf.hansson@linaro.org> |
|---|---|
| Date | 2017-04-25 22:10 +0200 |
| Message-ID | <tAeWC-Q9-17@gated-at.bofh.it> |
| In reply to | #1630942 |
On 25 April 2017 at 21:54, Ralf Baechle <ralf@linux-mips.org> wrote: > On Mon, Apr 24, 2017 at 09:56:42PM +0200, Ulf Hansson wrote: > >> Thanks, applied patch 1->3. Patch 4 is for the MIPS SoC maintainer, >> unless I get an ack for it. > > Here's the Ack for patch 4: > > Acked-by: Ralf Baechle <ralf@linux-mips.org> > > Ralf Thanks, applied patch4 for next! Kind regards Uffe
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web