Re: [PATCH v6 12/22] sh: Add PCI host bridge driver for SH7751
From: Rob Herring <robh@kernel.org>
Date: 2016-07-05 15:53:20
Also in:
linux-pci, linux-sh, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-07-05 15:53:20
Also in:
linux-pci, linux-sh, lkml
On Mon, Jul 04, 2016 at 01:46:32AM +0900, Yoshinori Sato wrote:
This is an alternative SH7751 PCI driver. Existing driver (arch/sh/drivers/pci/pci-sh7751) uses SH specific interface. But this driver uses common PCI interface. It is more modern and generic. Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp> --- .../devicetree/bindings/pci/sh7751-pci.txt | 37 +++
Please add acks when posting new versions.
arch/sh/boards/Kconfig | 1 + arch/sh/drivers/Makefile | 2 + drivers/pci/host/Kconfig | 7 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pci-sh7751.c | 327 +++++++++++++++++++++ 6 files changed, 375 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/sh7751-pci.txt create mode 100644 drivers/pci/host/pci-sh7751.c