Re: [U-Boot] [PATCH 12/15 v2] pci: mvebu: Add PCIe driver for Armada-8K

2016-12-05 Thread Stefan Roese
On 03.12.2016 19:31, Simon Glass wrote: On 03.12.2016 05:26, Simon Glass wrote: On 28 November 2016 at 05:38, Stefan Roese wrote: From: Shadi Ammouri This patch adds a driver for the PCIe controller integrated in the Marvell Armada-8K SoC. This controller

Re: [U-Boot] [PATCH 12/15 v2] pci: mvebu: Add PCIe driver for Armada-8K

2016-12-03 Thread Simon Glass
Hi Stefan, On 3 December 2016 at 02:20, Stefan Roese wrote: > Hi Simon, > > > On 03.12.2016 05:26, Simon Glass wrote: >> >> On 28 November 2016 at 05:38, Stefan Roese wrote: >>> >>> From: Shadi Ammouri >>> >>> This patch adds a driver for the PCIe

Re: [U-Boot] [PATCH 12/15 v2] pci: mvebu: Add PCIe driver for Armada-8K

2016-12-03 Thread Stefan Roese
Hi Simon, On 03.12.2016 05:26, Simon Glass wrote: On 28 November 2016 at 05:38, Stefan Roese wrote: From: Shadi Ammouri This patch adds a driver for the PCIe controller integrated in the Marvell Armada-8K SoC. This controller is based on the DesignWare IP

Re: [U-Boot] [PATCH 12/15 v2] pci: mvebu: Add PCIe driver for Armada-8K

2016-12-02 Thread Simon Glass
On 28 November 2016 at 05:38, Stefan Roese wrote: > From: Shadi Ammouri > > This patch adds a driver for the PCIe controller integrated in the > Marvell Armada-8K SoC. This controller is based on the DesignWare > IP core. > > The original version was written by

[U-Boot] [PATCH 12/15 v2] pci: mvebu: Add PCIe driver for Armada-8K

2016-11-28 Thread Stefan Roese
From: Shadi Ammouri This patch adds a driver for the PCIe controller integrated in the Marvell Armada-8K SoC. This controller is based on the DesignWare IP core. The original version was written by Shadi and Yehuda. I ported this driver to the latest mainline U-Boot version