Re: [PATCH v4 0/2] pci: Add host controller driver for Cavium ThunderX PCIe
From: Will Deacon <hidden>
Date: 2016-01-27 09:36:20
Also in:
linux-arm-kernel, linux-pci, lkml
From: Will Deacon <hidden>
Date: 2016-01-27 09:36:20
Also in:
linux-arm-kernel, linux-pci, lkml
On Tue, Jan 26, 2016 at 01:46:19PM -0800, David Daney wrote:
From: David Daney <redacted> Some Cavium ThunderX processors require quirky access methods for the config space of the PCIe bridge. There are two patches: 1) Refactor code in pci-host-generic so that it can more easily be used by other drivers. This splits the driver for CAM and ECAM access methods to a separate file from the common host driver code. 2) Add the ThunderX PCIe driver, which leverages the code in pci-host-generic Changes from v3: Add some Acked-by, rebased to v4.5.0-rc1 Changes from v2: Improve device tree binding example as noted by Rob Herring. Rename pcie-thunder-pem.* to pci-thunder-pem.* for better consistency. Update MAINTAINERS to reflect the changes. Changes from v1: Split CAM and ECAM code from common driver code as suggested by Arnd Bergmann. Fix spelling errors in pcie-thunder-pem.txt
Bjorn -- I guess you'll pick these up directly? Will