Re: [PATCH 0/7] PCI irq mapping fixes and cleanups
From: Arnd Bergmann <arnd@arndb.de>
Date: 2014-02-28 20:04:14
Also in:
linux-arm-kernel, linux-samsung-soc, linux-sh, linux-tegra
From: Arnd Bergmann <arnd@arndb.de>
Date: 2014-02-28 20:04:14
Also in:
linux-arm-kernel, linux-samsung-soc, linux-sh, linux-tegra
On Friday 28 February 2014, Lucas Stach wrote:
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
Patches 1-6 Acked-by: Arnd Bergmann <arnd@arndb.de> For the last patch, the clock information looks like it needs to be fixed. I realize that you are just documenting what the driver is using at the moment, but that is not a proper way of establishing a binding. Arnd