All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] PCI irq mapping fixes and cleanups
@ 2014-02-28 17:28 ` Lucas Stach
  0 siblings, 0 replies; 90+ messages in thread
From: Lucas Stach @ 2014-02-28 17:28 UTC (permalink / raw)
  To: linux-arm-kernel

This series cleans up the PCI irq mapping for all
the ARM PCI host drivers, so they handle it in the
way defined in the common PCI bindings.

Testing appreciated.

Lucas Stach (7):
  ARM: dts: tegra: add PCIe interrupt mapping properties
  PCI: tegra: use new OF interrupt mapping when possible
  PCI: rcar: use new OF interrupt mapping when possible
  ARM: dts: exynos5440: fix PCIe interrupt mapping
  ARM: dts: imx6: add PCIe interrupt mapping properties
  PCI: designware: use new OF interrupt mapping when possible
  PCI: designware: split samsung and fsl bindings

 .../devicetree/bindings/pci/designware-pcie.txt    | 69 +--------------------
 .../devicetree/bindings/pci/fsl,imx6q-pcie.txt     | 48 +++++++++++++++
 .../bindings/pci/nvidia,tegra20-pcie.txt           |  8 +++
 .../bindings/pci/samsung,exynos5440-pcie.txt       | 70 ++++++++++++++++++++++
 arch/arm/boot/dts/exynos5440.dtsi                  |  4 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     | 11 ++++
 arch/arm/boot/dts/tegra20.dtsi                     |  4 ++
 arch/arm/boot/dts/tegra30.dtsi                     |  4 ++
 drivers/pci/host/pci-rcar-gen2.c                   |  8 ++-
 drivers/pci/host/pci-tegra.c                       |  7 ++-
 drivers/pci/host/pcie-designware.c                 |  8 ++-
 11 files changed, 168 insertions(+), 73 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
 create mode 100644 Documentation/devicetree/bindings/pci/samsung,exynos5440-pcie.txt

-- 
1.8.5.3


^ permalink raw reply	[flat|nested] 90+ messages in thread

end of thread, other threads:[~2014-03-11 13:34 UTC | newest]

Thread overview: 90+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-28 17:28 [PATCH 0/7] PCI irq mapping fixes and cleanups Lucas Stach
2014-02-28 17:28 ` Lucas Stach
2014-02-28 17:28 ` Lucas Stach
2014-02-28 17:28 ` [PATCH 1/7] ARM: dts: tegra: add PCIe interrupt mapping properties Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 20:27   ` Stephen Warren
2014-02-28 20:27     ` Stephen Warren
2014-02-28 20:27     ` Stephen Warren
2014-02-28 17:28 ` [PATCH 2/7] PCI: tegra: use new OF interrupt mapping when possible Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 17:28 ` [PATCH 3/7] PCI: rcar: " Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 17:28 ` [PATCH 4/7] ARM: dts: exynos5440: fix PCIe interrupt mapping Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-03-03  7:40   ` Jingoo Han
2014-03-03  7:40     ` Jingoo Han
2014-03-03  7:40     ` Jingoo Han
2014-03-03  7:53     ` Jingoo Han
2014-03-03  7:53       ` Jingoo Han
2014-03-03  7:53       ` Jingoo Han
2014-03-03  9:26       ` Lucas Stach
2014-03-03  9:26         ` Lucas Stach
2014-03-03  9:26         ` Lucas Stach
2014-02-28 17:28 ` [PATCH 5/7] ARM: dts: imx6: add PCIe interrupt mapping properties Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-03-05  5:43   ` Shawn Guo
2014-03-05  5:43     ` Shawn Guo
2014-03-05  5:43     ` Shawn Guo
2014-02-28 17:28 ` [PATCH 6/7] PCI: designware: use new OF interrupt mapping when possible Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-03-04 15:05   ` Tim Harvey
2014-03-04 15:05     ` Tim Harvey
2014-03-04 15:05     ` Tim Harvey
2014-02-28 17:28 ` [PATCH 7/7] PCI: designware: split samsung and fsl bindings Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 17:28   ` Lucas Stach
2014-02-28 20:03   ` Arnd Bergmann
2014-02-28 20:03     ` Arnd Bergmann
2014-02-28 20:03     ` Arnd Bergmann
2014-03-04 14:13     ` Lucas Stach
2014-03-04 14:13       ` Lucas Stach
2014-03-04 14:13       ` Lucas Stach
2014-03-04 14:53       ` Arnd Bergmann
2014-03-04 14:53         ` Arnd Bergmann
2014-03-04 14:53         ` Arnd Bergmann
2014-03-04 15:34         ` Lucas Stach
2014-03-04 15:34           ` Lucas Stach
2014-03-04 15:34           ` Lucas Stach
2014-03-11 13:34           ` Arnd Bergmann
2014-03-11 13:34             ` Arnd Bergmann
2014-03-11 13:34             ` Arnd Bergmann
2014-02-28 20:23   ` Tim Harvey
2014-02-28 20:23     ` Tim Harvey
2014-02-28 20:23     ` Tim Harvey
2014-02-28 20:04 ` [PATCH 0/7] PCI irq mapping fixes and cleanups Arnd Bergmann
2014-02-28 20:04   ` Arnd Bergmann
2014-02-28 20:04   ` Arnd Bergmann
2014-03-01  0:53 ` Tim Harvey
2014-03-01  0:53   ` Tim Harvey
2014-03-01  0:53   ` Tim Harvey
2014-03-01 18:30   ` Jason Gunthorpe
2014-03-01 18:30     ` Jason Gunthorpe
2014-03-01 18:30     ` Jason Gunthorpe
2014-03-03  8:11     ` Jingoo Han
2014-03-03  8:11       ` Jingoo Han
2014-03-03  8:11       ` Jingoo Han
2014-03-03 17:49       ` Tim Harvey
2014-03-03 17:49         ` Tim Harvey
2014-03-03 17:49         ` Tim Harvey
2014-03-03 18:01         ` Jason Gunthorpe
2014-03-03 18:01           ` Jason Gunthorpe
2014-03-03 18:01           ` Jason Gunthorpe
2014-03-03 18:28           ` Tim Harvey
2014-03-03 18:28             ` Tim Harvey
2014-03-03 18:28             ` Tim Harvey
2014-03-03 23:40         ` Tim Harvey
2014-03-03 23:40           ` Tim Harvey
2014-03-03 23:40           ` Tim Harvey
2014-03-04  0:01           ` Jason Gunthorpe
2014-03-04  0:01             ` Jason Gunthorpe
2014-03-04  0:01             ` Jason Gunthorpe
2014-03-04  6:04             ` Tim Harvey
2014-03-04  6:04               ` Tim Harvey
2014-03-04  6:04               ` Tim Harvey

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.