[PATCH 0/5] V2 IBM Akebono/PPC46GTR Support

2014-03-05 Thread Alistair Popple
The IBM Akebono board is a development board for the new PPC476GTR system on chip (SoC). This version of the series updates the device tree and drops the USB patches as the equivalent functionality is already in linux-next. It also addresses feedback from the previous submission. Alistair Popple

[PATCH 1/5] SDHCI: Add a generic registration to the SDHCI platform driver

2014-03-05 Thread Alistair Popple
This patch adds a generic platform driver registration to the exiting SDHCI platform driver using the devicetree compatibility string "generic-sdhci". Signed-off-by: Alistair Popple --- .../devicetree/bindings/mmc/sdhci-pltfm.txt| 16 + drivers/mmc/host/sdh

Re: [PATCH 1/7] IBM Akebono: Add a SDHCI platform driver

2014-02-23 Thread Alistair Popple
On Fri, 21 Feb 2014 15:14:30 Arnd Bergmann wrote: > On Friday 21 February 2014 17:31:27 Alistair Popple wrote: > > +config MMC_SDHCI_OF_476GTR > > + tristate "SDHCI OF support for the IBM PPC476GTR SoC" > > + depends on MMC_SDHCI_PLTFM > > + depends

[PATCH 1/7] IBM Akebono: Add a SDHCI platform driver

2014-02-20 Thread Alistair Popple
This patch adds a SDHCI platform driver for the new IBM PPC476GTR SoC which is on the Akebono board. Signed-off-by: Alistair Popple --- drivers/mmc/host/Kconfig | 12 drivers/mmc/host/Makefile |1 + drivers/mmc/host/sdhci-of-476gtr.c | 60

[PATCH 0/7] IBM Akebono/PPC476GTR Support

2014-02-20 Thread Alistair Popple
The IBM Akebono board is a development board for the new PPC476GTR system on chip (SoC). This is just a resubmission of the previous patches rebased on kernel v3.13. Ben H has indicated the subsystem specific changes should be merged via the appropriate kernel trees. Alistair Popple (7): IBM

Re: [PATCH 2/8] IBM Akebono: Add a SDHCI platform driver

2013-12-16 Thread Alistair Popple
Popple wrote: > This patch adds a SDHCI platform driver for the new IBM PPC476GTR SoC > which is on the Akebono board. > > Signed-off-by: Alistair Popple > Cc: Chris Ball > Cc: linux-mmc@vger.kernel.org > --- > drivers/mmc/host/Kconfig | 12 >

[PATCH 2/8] IBM Akebono: Add a SDHCI platform driver

2013-11-21 Thread Alistair Popple
This patch adds a SDHCI platform driver for the new IBM PPC476GTR SoC which is on the Akebono board. Signed-off-by: Alistair Popple Cc: Chris Ball Cc: linux-mmc@vger.kernel.org --- drivers/mmc/host/Kconfig | 12 drivers/mmc/host/Makefile |1 + drivers/mmc/host

[PATCH 0/8] IBM Akebono/PPC476GTR Support

2013-11-21 Thread Alistair Popple
via the HSTA module. Alistair Popple (8): IBM Akebono: Add support to AHCI platform driver IBM Akebono: Add a SDHCI platform driver IBM Akebono: Add support for a new PHY interface to the IBM emac driver IBM Akebono: Add support to the OHCI platform driver for PPC476GTR ECHI Platform

[PATCH 2/7] IBM Akebono: Add a SDHCI platform driver

2013-11-04 Thread Alistair Popple
This patch adds a SDHCI platform driver for the new IBM Akebono board. Signed-off-by: Alistair Popple Cc: Chris Ball Cc: linux-mmc@vger.kernel.org --- drivers/mmc/host/Kconfig| 12 +++ drivers/mmc/host/Makefile |1 + drivers/mmc/host/sdhci-of-akebono.c | 60