Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-25 Thread Ulf Hansson
On 25 April 2017 at 21:54, Ralf Baechle  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

Thanks, applied patch4 for next!

Kind regards
Uffe


Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-25 Thread Ulf Hansson
On 25 April 2017 at 21:54, Ralf Baechle  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

Thanks, applied patch4 for next!

Kind regards
Uffe


Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-25 Thread Ralf Baechle
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


Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-25 Thread Ralf Baechle
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


Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-24 Thread Steven J. Hill
On 04/24/2017 02:56 PM, Ulf Hansson wrote:

[]
> 
> Thanks, applied patch 1->3. Patch 4 is for the MIPS SoC maintainer,
> unless I get an ack for it.
> 
Thanks Uffe.

Ralf, please take patch 4/4 into your -next branch. Cheers.


-Steve



Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-24 Thread Steven J. Hill
On 04/24/2017 02:56 PM, Ulf Hansson wrote:

[]
> 
> Thanks, applied patch 1->3. Patch 4 is for the MIPS SoC maintainer,
> unless I get an ack for it.
> 
Thanks Uffe.

Ralf, please take patch 4/4 into your -next branch. Cheers.


-Steve



Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-24 Thread Ulf Hansson
On 24 April 2017 at 20:41, Steven J. Hill  wrote:
> From: "Steven J. Hill" 
>
> 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


Re: [PATCH 0/4] MMC support for Octeon platforms.

2017-04-24 Thread Ulf Hansson
On 24 April 2017 at 20:41, Steven J. Hill  wrote:
> From: "Steven J. Hill" 
>
> 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


[PATCH 0/4] MMC support for Octeon platforms.

2017-04-24 Thread Steven J. Hill
From: "Steven J. Hill" 

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



[PATCH 0/4] MMC support for Octeon platforms.

2017-04-24 Thread Steven J. Hill
From: "Steven J. Hill" 

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