From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net ([212.18.0.10]:44684 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759903Ab3JPAIK (ORCPT ); Tue, 15 Oct 2013 20:08:10 -0400 From: Marek Vasut To: Jingoo Han Subject: Re: [PATCH 0/6] PCI: imx6: Random fixes Date: Wed, 16 Oct 2013 02:08:01 +0200 Cc: "'Kishon Vijay Abraham I'" , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "'Bjorn Helgaas'" , "'Frank Li'" , "'Mohit KUMAR'" , "'Pratyush Anand'" , "'Richard Zhu'" , "'Sascha Hauer'" , "'Sean Cross'" , "'Shawn Guo'" , "'Siva Reddy Kallam'" , "'Srikanth T Shivanand'" , "'Tim Harvey'" , "'Troy Kisky'" , "'Yinghai Lu'" , "'Kishon Vijay Abraham I'" References: <1381853200-5534-1-git-send-email-marex@denx.de> <003b01ceca03$309b9ba0$91d2d2e0$%han@samsung.com> In-Reply-To: <003b01ceca03$309b9ba0$91d2d2e0$%han@samsung.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Message-Id: <201310160208.01233.marex@denx.de> Sender: linux-pci-owner@vger.kernel.org List-ID: Hello Han, > > -----Original Message----- > > From: Marek Vasut [mailto:marex@denx.de] > > Sent: Wednesday, October 16, 2013 1:07 AM > > To: linux-pci@vger.kernel.org > > Cc: linux-arm-kernel@lists.infradead.org; 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 > > Subject: [PATCH 0/6] PCI: imx6: Random fixes > > > > 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(-) > > Hi Marek, > > Your patchset modifies Synopsys Designware part. (pcie-designware.c) > Thus, it would be better to share this patchset with Kishon Vijay Abraham > I. He is also developing OMAP PCIe driver using 'pcie-designware.c'. Putting him on CC, thanks Best regards, Marek Vasut