This series adds pdata-quirk mechanism to reset PCIe as a temporary fix till reset controller driver is added in mainline. Without this series, a stall is observed if pci dra7xx driver is enabled. Changes from v1: *) Removed 'HACK' from $subject *) removed reviewed-by Suman Kishon Vijay Abraham I (3): ARM: DRA7: hwmod: Add reset data for PCIe ARM: DRA7: add pdata-quirks to do reset of PCIe pci: dra7xx: use pdata callbacks to perform reset arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 15 ++++++++++++++ arch/arm/mach-omap2/pdata-quirks.c | 11 ++++++++++ arch/arm/mach-omap2/prm7xx.h | 1 + drivers/pci/host/pci-dra7xx.c | 32 +++++++++++++++++++++++++++++ include/linux/platform_data/pci-dra7xx.h | 22 ++++++++++++++++++++ 5 files changed, 81 insertions(+) create mode 100644 include/linux/platform_data/pci-dra7xx.h -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html