Re: [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-22 Thread Rob Herring
On Mon, Dec 21, 2015 at 05:53:42PM -0800, David Daney wrote: > From: David Daney > > Some Cavium ThunderX processors require quirky access methods for the > config space of the PCIe bridge. Add a driver to provide these config > space accessor functions. The pci-host-generic driver code is used

Re: [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-22 Thread David Daney
On 12/22/2015 11:18 AM, David Daney wrote: On 12/22/2015 02:03 AM, Will Deacon wrote: On Mon, Dec 21, 2015 at 05:53:42PM -0800, David Daney wrote: From: David Daney [...] diff --git a/drivers/pci/host/Kconfig b/drivers/pci/host/Kconfig index f131ba9..16ed9c3 100644 --- a/drivers/pci/host/Kco

Re: [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-22 Thread David Daney
On 12/22/2015 02:03 AM, Will Deacon wrote: On Mon, Dec 21, 2015 at 05:53:42PM -0800, David Daney wrote: From: David Daney Some Cavium ThunderX processors require quirky access methods for the config space of the PCIe bridge. Add a driver to provide these config space accessor functions. The

Re: [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-22 Thread Will Deacon
On Mon, Dec 21, 2015 at 05:53:42PM -0800, David Daney wrote: > From: David Daney > > Some Cavium ThunderX processors require quirky access methods for the > config space of the PCIe bridge. Add a driver to provide these config > space accessor functions. The pci-host-generic driver code is used

[PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors.

2015-12-21 Thread David Daney
From: David Daney Some Cavium ThunderX processors require quirky access methods for the config space of the PCIe bridge. Add a driver to provide these config space accessor functions. The pci-host-generic driver code is used to configure the PCI machinery. Signed-off-by: David Daney --- .../