Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762192AbaGRUak (ORCPT ); Fri, 18 Jul 2014 16:30:40 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:49215 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755035AbaGRUaj (ORCPT ); Fri, 18 Jul 2014 16:30:39 -0400 Message-ID: <53C9839C.5090604@ti.com> Date: Fri, 18 Jul 2014 16:29:16 -0400 From: Murali Karicheri User-Agent: Mozilla/5.0 (X11; Linux i686; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: Rob Herring CC: "linux-arm-kernel@lists.infradead.org" , "linux-pci@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Russell King , Grant Likely , Rob Herring , Mohit Kumar , Jingoo Han , Bjorn Helgaas , Pratyush Anand , Richard Zhu , Kishon Vijay Abraham I , Marek Vasut , Arnd Bergmann , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Randy Dunlap Subject: Re: [PATCH v6 4/5] PCI: add PCI controller for keystone PCIe h/w References: <1405696469-7172-1-git-send-email-m-karicheri2@ti.com> <1405696469-7172-5-git-send-email-m-karicheri2@ti.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Rob, On 07/18/2014 03:31 PM, Rob Herring wrote: > On Fri, Jul 18, 2014 at 10:14 AM, Murali Karicheri wrote: --- Cut --- >> + >> +Optional properties:- >> + phys: phandle to Generic Keystone SerDes phy for PCI >> + phy-names: name of the Generic Keystine SerDes phy for PCI >> + - If boot loader already does PCI link establishment, then phys and >> + phy-names shouldn't be present. >> + ti,enable-linktrain - Enable Link training. >> + - If boot loader already does PCI link establishment, then this >> + shouldn't be present. > > Can't you read from the h/w if the link is trained? Yes. There are customers who use this driver with PCI Link setup done in the boot loader. This property tells the driver to bypass Link setup procedure in that case. Is this undesirable and if so. how other platforms handle it? Check first if link is trained or start the link setup procedure? Let me know. If this is fine, please provide your Ack. Thanks. Murali > > Rob -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/