All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] PCI irq mapping fixes and cleanups
@ 2014-03-05 13:25 ` Lucas Stach
  0 siblings, 0 replies; 118+ messages in thread
From: Lucas Stach @ 2014-03-05 13:25 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-sh, linux-samsung-soc, linux-tegra, linux-pci, devicetree,
	Jingoo Han, Bjorn Helgaas, Simon Horman, Shawn Guo,
	Stephen Warren, Ben Dooks, Kukjin Kim, Thierry Reding,
	Arnd Bergmann, 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.

I've worked in all the feedback I received on the first
round of this series and left out the i.MX pcie driver
changes, as these need more work includig breaking
of the existing binding, which I'll send as a separate
series.

Lucas Stach (6):
  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

 .../devicetree/bindings/pci/nvidia,tegra20-pcie.txt          |  8 ++++++++
 arch/arm/boot/dts/exynos5440.dtsi                            |  6 ++++--
 arch/arm/boot/dts/imx6qdl.dtsi                               |  8 ++++++++
 arch/arm/boot/dts/tegra20.dtsi                               |  4 ++++
 arch/arm/boot/dts/tegra30.dtsi                               |  4 ++++
 drivers/pci/host/pci-rcar-gen2.c                             | 12 +++++++++---
 drivers/pci/host/pci-tegra.c                                 |  7 ++++++-
 drivers/pci/host/pcie-designware.c                           | 12 +++++++++---
 8 files changed, 52 insertions(+), 9 deletions(-)

-- 
1.9.0


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

end of thread, other threads:[~2014-04-16 16:29 UTC | newest]

Thread overview: 118+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 13:25 [PATCH v2 0/6] PCI irq mapping fixes and cleanups Lucas Stach
2014-03-05 13:25 ` Lucas Stach
2014-03-05 13:25 ` Lucas Stach
2014-03-05 13:25 ` [PATCH v2 1/6] ARM: dts: tegra: add PCIe interrupt mapping properties Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-05 21:55   ` Stephen Warren
2014-03-05 21:55     ` Stephen Warren
2014-03-05 21:55     ` Stephen Warren
2014-03-05 21:55     ` Stephen Warren
2014-03-06  9:33     ` Lucas Stach
2014-03-06  9:33       ` Lucas Stach
2014-03-06  9:33       ` Lucas Stach
2014-03-06 17:41   ` Stephen Warren
2014-03-06 17:41     ` Stephen Warren
2014-03-06 17:41     ` Stephen Warren
2014-03-05 13:25 ` [PATCH v2 2/6] PCI: tegra: use new OF interrupt mapping when possible Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-06 17:36   ` Stephen Warren
2014-03-06 17:36     ` Stephen Warren
2014-03-06 17:36     ` Stephen Warren
2014-03-06 17:39     ` Lucas Stach
2014-03-06 17:39       ` Lucas Stach
2014-03-06 17:39       ` Lucas Stach
2014-03-07  0:25       ` Arnd Bergmann
2014-03-07  0:25         ` Arnd Bergmann
2014-03-07  0:25         ` Arnd Bergmann
2014-03-07  0:25         ` Arnd Bergmann
2014-03-07  3:31         ` Jingoo Han
2014-03-07  3:31           ` Jingoo Han
2014-03-07  3:31           ` Jingoo Han
2014-04-11 17:40       ` Srikanth Thokala
2014-04-11 17:52         ` Srikanth Thokala
2014-04-11 17:40         ` Srikanth Thokala
2014-04-11 17:40         ` Srikanth Thokala
2014-04-11 20:41         ` Jason Gunthorpe
2014-04-11 20:41           ` Jason Gunthorpe
2014-04-11 20:41           ` Jason Gunthorpe
2014-04-14 10:56           ` Srikanth Thokala
2014-04-14 10:56             ` Srikanth Thokala
2014-04-14 10:56             ` Srikanth Thokala
2014-04-14 10:56             ` Srikanth Thokala
2014-04-04 16:55   ` Bjorn Helgaas
2014-04-04 16:55     ` Bjorn Helgaas
2014-04-04 16:55     ` Bjorn Helgaas
2014-04-15 10:07     ` Lucas Stach
2014-04-15 10:07       ` Lucas Stach
2014-04-15 10:07       ` Lucas Stach
2014-04-15 18:30       ` Bjorn Helgaas
2014-04-15 18:30         ` Bjorn Helgaas
2014-04-15 18:30         ` Bjorn Helgaas
2014-04-16  8:20         ` Lucas Stach
2014-04-16  8:20           ` Lucas Stach
2014-04-16  8:20           ` Lucas Stach
2014-04-16 16:29           ` Bjorn Helgaas
2014-04-16 16:29             ` Bjorn Helgaas
2014-04-16 16:29             ` Bjorn Helgaas
2014-03-05 13:25 ` [PATCH v2 3/6] PCI: rcar: " Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-06  4:12   ` Simon Horman
2014-03-06  4:12     ` Simon Horman
2014-03-06  4:12     ` Simon Horman
2014-04-04 17:01   ` Bjorn Helgaas
2014-04-04 17:01     ` Bjorn Helgaas
2014-04-04 17:01     ` Bjorn Helgaas
2014-04-04 17:01     ` Bjorn Helgaas
2014-04-07  9:30     ` [PATCH v2 rebased] " Lucas Stach
2014-04-07  9:30       ` Lucas Stach
2014-04-07  9:30       ` Lucas Stach
2014-03-05 13:25 ` [PATCH v2 4/6] ARM: dts: exynos5440: fix PCIe interrupt mapping Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-06  2:38   ` Jingoo Han
2014-03-06  2:38     ` Jingoo Han
2014-03-06  2:38     ` Jingoo Han
2014-03-05 13:25 ` [PATCH v2 5/6] ARM: dts: imx6: add PCIe interrupt mapping properties Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-10  3:09   ` Shawn Guo
2014-03-10  3:09     ` Shawn Guo
2014-03-10  3:09     ` Shawn Guo
2014-03-10  3:09     ` Shawn Guo
2014-03-05 13:25 ` [PATCH v2 6/6] PCI: designware: use new OF interrupt mapping when possible Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-05 13:25   ` Lucas Stach
2014-03-05 18:42   ` Jason Gunthorpe
2014-03-05 18:42     ` Jason Gunthorpe
2014-03-05 18:42     ` Jason Gunthorpe
2014-04-04 17:03     ` Bjorn Helgaas
2014-04-04 17:03       ` Bjorn Helgaas
2014-04-04 17:03       ` Bjorn Helgaas
2014-04-04 17:05       ` Bjorn Helgaas
2014-04-04 17:05         ` Bjorn Helgaas
2014-04-04 17:05         ` Bjorn Helgaas
2014-04-04 17:05         ` Bjorn Helgaas
2014-04-07  8:38         ` Lucas Stach
2014-04-07  8:38           ` Lucas Stach
2014-04-07  8:38           ` Lucas Stach
2014-04-07  9:13           ` Jingoo Han
2014-04-07  9:13             ` Jingoo Han
2014-04-07  9:13             ` Jingoo Han
2014-03-06  2:47   ` Jingoo Han
2014-03-06  2:47     ` Jingoo Han
2014-03-06  2:47     ` Jingoo Han
2014-03-06 15:33     ` Marek Vasut
2014-03-06 15:33       ` Marek Vasut
2014-03-06 15:33       ` Marek Vasut
2014-03-06 15:33       ` Marek Vasut
2014-03-13 17:41       ` Tim Harvey
2014-03-13 17:41         ` Tim Harvey
2014-03-13 17:41         ` Tim Harvey
2014-03-13 17:41         ` Tim Harvey
2014-03-28 15:47 ` [PATCH v2 0/6] PCI irq mapping fixes and cleanups Lucas Stach
2014-03-28 15:47   ` Lucas Stach
2014-03-28 15:47   ` Lucas Stach
2014-03-28 15:47   ` Lucas Stach

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.