From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756114Ab3AWO1L (ORCPT ); Wed, 23 Jan 2013 09:27:11 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:51279 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754500Ab3AWO1J (ORCPT ); Wed, 23 Jan 2013 09:27:09 -0500 Message-ID: <50FFF31D.2070908@ti.com> Date: Wed, 23 Jan 2013 19:56:37 +0530 From: kishon User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: "Mohammed, Afzal" CC: Koen Kooi , "linux@arm.linux.org.uk" , "tony@atomide.com" , "gregkh@linuxfoundation.org" , "devicetree-discuss@lists.ozlabs.org" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "Balbi, Felipe" , "eballetbo@gmail.com" , Jason Kridner , "javier@dowhile0.org" , "linux-omap@vger.kernel.org List" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v1 0/6] USB: Add support for multiple PHYs of same type References: <1358848694-20145-1-git-send-email-kishon@ti.com> <2D906ABA-71F2-4843-9DBE-F82527A1240A@dominion.thruhere.net> <50FEB3FD.3050001@ti.com> <50FEBB61.9000707@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 Hi Afzal, On Wednesday 23 January 2013 07:28 PM, Mohammed, Afzal wrote: > Hi Koen, > > On Tue, Jan 22, 2013 at 22:32:56, Koen Kooi wrote: > >> Actually it uses nop-phy as a phy, which is missing from arch/arm/boot/dts/am33xx.dtsi, so mainline is already broken. But adding the nop-phy to the DT is easy enough to patch in locally. > > USB first instance of am335x works in mainline as of now. Can you check if this series indeed breaks am335x? Thanks for your help. Regards Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon Subject: Re: [PATCH v1 0/6] USB: Add support for multiple PHYs of same type Date: Wed, 23 Jan 2013 19:56:37 +0530 Message-ID: <50FFF31D.2070908@ti.com> References: <1358848694-20145-1-git-send-email-kishon@ti.com> <2D906ABA-71F2-4843-9DBE-F82527A1240A@dominion.thruhere.net> <50FEB3FD.3050001@ti.com> <50FEBB61.9000707@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: "Mohammed, Afzal" Cc: "linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org" , "gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org" , Koen Kooi , "linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "Balbi, Felipe" , "eballetbo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" , "javier-0uQlZySMnqxg9hUCZPvPmw@public.gmane.org" , "linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List" , "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: devicetree@vger.kernel.org Hi Afzal, On Wednesday 23 January 2013 07:28 PM, Mohammed, Afzal wrote: > Hi Koen, > > On Tue, Jan 22, 2013 at 22:32:56, Koen Kooi wrote: > >> Actually it uses nop-phy as a phy, which is missing from arch/arm/boot/dts/am33xx.dtsi, so mainline is already broken. But adding the nop-phy to the DT is easy enough to patch in locally. > > USB first instance of am335x works in mainline as of now. Can you check if this series indeed breaks am335x? Thanks for your help. Regards Kishon From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (kishon) Date: Wed, 23 Jan 2013 19:56:37 +0530 Subject: [PATCH v1 0/6] USB: Add support for multiple PHYs of same type In-Reply-To: References: <1358848694-20145-1-git-send-email-kishon@ti.com> <2D906ABA-71F2-4843-9DBE-F82527A1240A@dominion.thruhere.net> <50FEB3FD.3050001@ti.com> <50FEBB61.9000707@ti.com> Message-ID: <50FFF31D.2070908@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Afzal, On Wednesday 23 January 2013 07:28 PM, Mohammed, Afzal wrote: > Hi Koen, > > On Tue, Jan 22, 2013 at 22:32:56, Koen Kooi wrote: > >> Actually it uses nop-phy as a phy, which is missing from arch/arm/boot/dts/am33xx.dtsi, so mainline is already broken. But adding the nop-phy to the DT is easy enough to patch in locally. > > USB first instance of am335x works in mainline as of now. Can you check if this series indeed breaks am335x? Thanks for your help. Regards Kishon