diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-23 22:16:03 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-23 22:16:03 +0000 |
commit | cd43416a78b0cdd194cc35099959f182cdbba015 (patch) | |
tree | eec3365951eca4084c4cf2ce30000c5f7fa6b474 /target/linux/imx6/patches-3.10/011-pci-tweaks.patch | |
parent | a0c9c711cd30c26f7b06eeea208fad6233c90d5c (diff) | |
download | upstream-cd43416a78b0cdd194cc35099959f182cdbba015.tar.gz upstream-cd43416a78b0cdd194cc35099959f182cdbba015.tar.bz2 upstream-cd43416a78b0cdd194cc35099959f182cdbba015.zip |
imx6: pcie driver fixups
Add upstream patches needed for PCIe through a switch.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38511
Diffstat (limited to 'target/linux/imx6/patches-3.10/011-pci-tweaks.patch')
-rw-r--r-- | target/linux/imx6/patches-3.10/011-pci-tweaks.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/imx6/patches-3.10/011-pci-tweaks.patch b/target/linux/imx6/patches-3.10/011-pci-tweaks.patch deleted file mode 100644 index eda007eb6d..0000000000 --- a/target/linux/imx6/patches-3.10/011-pci-tweaks.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- a/drivers/pci/host/pci-imx6.c -+++ b/drivers/pci/host/pci-imx6.c -@@ -200,12 +200,6 @@ static int pcie_phy_write(void __iomem * - static int imx6q_pcie_abort_handler(unsigned long addr, - unsigned int fsr, struct pt_regs *regs) - { -- /* -- * If it was an imprecise abort, then we need to correct the -- * return address to be _after_ the instruction. -- */ -- if (fsr & (1 << 10)) -- regs->ARM_pc += 4; - return 0; - } - -@@ -322,7 +316,7 @@ static void imx6_pcie_host_init(struct p - IMX6Q_GPR12_PCIE_CTL_2, 1 << 10); - - while (!dw_pcie_link_up(pp)) { -- usleep_range(100, 1000); -+ usleep_range(2000, 3000); - count++; - if (count >= 10) { - dev_err(pp->dev, "phy link never came up\n"); |