All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] PCI: imx6: Random fixes
@ 2013-10-15 16:06 ` Marek Vasut
  0 siblings, 0 replies; 62+ messages in thread
From: Marek Vasut @ 2013-10-15 16:06 UTC (permalink / raw)
  To: linux-pci
  Cc: linux-arm-kernel, Marek Vasut, Bjorn Helgaas, Frank Li,
	Jingoo Han, Mohit KUMAR, Pratyush Anand, Richard Zhu,
	Sascha Hauer, Sean Cross, Shawn Guo, Siva Reddy Kallam,
	Srikanth T Shivanand, Tim Harvey, Troy Kisky, Yinghai Lu

Set of random fixes for the PCIe driver for i.MX6 . With these fixes, my
setup with MX6Q -> PCIe bridge -> i210 ethernet adapter works as expected.

NOTE: I'm sure this will start some discussion. There are quite a few patches
      that are more of a hacks. Shawn, I didn't ignore your remark about the
      clock patches, I will test it ASAP, I just want to have these fixes in
      the public so others can comment/test.

Marek Vasut (6):
  PCI: imx6: Make reset-gpio optional
  PCI: imx6: Fix the clock for PCIe
  ARM: dts: imx6qdl: Fix the clock for PCIe
  PCI: imx6: Probe the PCIe in fs_initcall()
  PCI: imx6: Force Gen1 operation
  PCI: designware: Fix DT resource retrieval

 .../devicetree/bindings/pci/designware-pcie.txt    |  2 +-
 arch/arm/boot/dts/imx6qdl.dtsi                     |  4 +-
 drivers/pci/host/pci-imx6.c                        | 63 ++++++++++++++++------
 drivers/pci/host/pcie-designware.c                 | 17 +++---
 4 files changed, 55 insertions(+), 31 deletions(-)

Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Frank Li <lznuaa@gmail.com>
Cc: Jingoo Han <jg1.han@samsung.com>
Cc: Mohit KUMAR <Mohit.KUMAR@st.com>
Cc: Pratyush Anand <pratyush.anand@st.com>
Cc: Richard Zhu <r65037@freescale.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Sean Cross <xobs@kosagi.com>
Cc: Shawn Guo <shawn.guo@linaro.org>
Cc: Siva Reddy Kallam <siva.kallam@samsung.com>
Cc: Srikanth T Shivanand <ts.srikanth@samsung.com>
Cc: Tim Harvey <tharvey@gateworks.com>
Cc: Troy Kisky <troy.kisky@boundarydevices.com>
Cc: Yinghai Lu <yinghai@kernel.org>

-- 
1.8.4.rc3


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

end of thread, other threads:[~2013-11-11 13:48 UTC | newest]

Thread overview: 62+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 16:06 [PATCH 0/6] PCI: imx6: Random fixes Marek Vasut
2013-10-15 16:06 ` Marek Vasut
2013-10-15 16:06 ` [PATCH 1/6] PCI: imx6: Make reset-gpio optional Marek Vasut
2013-10-15 16:06   ` Marek Vasut
2013-10-16  1:24   ` Jingoo Han
2013-10-16  1:24     ` Jingoo Han
2013-10-15 16:06 ` [PATCH 2/6] PCI: imx6: Fix the clock for PCIe Marek Vasut
2013-10-15 16:06   ` Marek Vasut
2013-10-15 16:06 ` [PATCH 3/6] ARM: dts: imx6qdl: " Marek Vasut
2013-10-15 16:06   ` Marek Vasut
2013-10-15 16:06 ` [PATCH 4/6] PCI: imx6: Probe the PCIe in fs_initcall() Marek Vasut
2013-10-15 16:06   ` Marek Vasut
2013-10-17 23:31   ` Tim Harvey
2013-10-17 23:31     ` Tim Harvey
2013-10-15 16:06 ` [PATCH 5/6] PCI: imx6: Force Gen1 operation Marek Vasut
2013-10-15 16:06   ` Marek Vasut
2013-10-16  5:54   ` Pratyush Anand
2013-10-16  5:54     ` Pratyush Anand
2013-10-16 13:57     ` Marek Vasut
2013-10-16 13:57       ` Marek Vasut
2013-10-17  7:02       ` Zhu Richard-R65037
2013-10-17  7:02         ` Zhu Richard-R65037
2013-10-17 17:34         ` Marek Vasut
2013-10-17 17:34           ` Marek Vasut
2013-10-18  2:12           ` Zhu Richard-R65037
2013-10-18  2:12             ` Zhu Richard-R65037
2013-10-19  5:07             ` Marek Vasut
2013-10-19  5:07               ` Marek Vasut
2013-10-21  6:33               ` Zhu Richard-R65037
2013-10-21  6:33                 ` Zhu Richard-R65037
2013-10-18  5:04   ` Tim Harvey
2013-10-18  5:04     ` Tim Harvey
2013-10-15 16:06 ` [PATCH 6/6] PCI: designware: Fix DT resource retrieval Marek Vasut
2013-10-15 16:06   ` Marek Vasut
2013-10-16  0:15   ` Tim Harvey
2013-10-16  0:15     ` Tim Harvey
2013-10-16  3:56     ` Jingoo Han
2013-10-16  3:56       ` Jingoo Han
2013-10-16 14:05     ` Marek Vasut
2013-10-16 14:05       ` Marek Vasut
2013-10-15 16:34 ` [PATCH 0/6] PCI: imx6: Random fixes Marek Vasut
2013-10-15 16:34   ` Marek Vasut
2013-10-16  0:03 ` Jingoo Han
2013-10-16  0:03   ` Jingoo Han
2013-10-16  0:08   ` Marek Vasut
2013-10-16  0:08     ` Marek Vasut
2013-10-29 19:14 ` Bjorn Helgaas
2013-10-29 19:14   ` Bjorn Helgaas
2013-10-30 14:52   ` Marek Vasut
2013-10-30 14:52     ` Marek Vasut
2013-10-30 16:25     ` Bjorn Helgaas
2013-10-30 16:25       ` Bjorn Helgaas
2013-10-31  1:26       ` Shawn Guo
2013-10-31  1:26         ` Shawn Guo
2013-10-31  1:38         ` Jingoo Han
2013-10-31  1:38           ` Jingoo Han
2013-10-31 17:36     ` Bjorn Helgaas
2013-10-31 17:36       ` Bjorn Helgaas
2013-11-11 13:32 ` Jürgen Beisert
2013-11-11 13:32   ` Jürgen Beisert
2013-11-11 13:48   ` Marek Vasut
2013-11-11 13:48     ` Marek Vasut

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.