From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757496AbaGWJAr (ORCPT ); Wed, 23 Jul 2014 05:00:47 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:43136 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756428AbaGWJAo (ORCPT ); Wed, 23 Jul 2014 05:00:44 -0400 Message-ID: <53CF7978.4090709@ti.com> Date: Wed, 23 Jul 2014 14:29:36 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: , Laurent Pinchart CC: Tony Lindgren , , , , , , , , Subject: Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform References: <1387209225-11520-1-git-send-email-kishon@ti.com> <20131216223826.GG26293@atomide.com> <20131216234829.GC29284@saruman.home> <2288457.9ZfWAQMUao@avalon> <20140721151557.GH6852@saruman.home> In-Reply-To: <20140721151557.GH6852@saruman.home> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Felipe, On Monday 21 July 2014 08:45 PM, Felipe Balbi wrote: > Hi, > > On Mon, Jul 21, 2014 at 05:04:57PM +0200, Laurent Pinchart wrote: >> Hi Felipe, >> >> What happened to these two patches ? > > looks like I lost them. > >> On Monday 16 December 2013 17:48:29 Felipe Balbi wrote: >>> On Mon, Dec 16, 2013 at 02:38:27PM -0800, Tony Lindgren wrote: >>>> * Felipe Balbi [131216 13:31]: >>>>> On Mon, Dec 16, 2013 at 09:23:43PM +0530, Kishon Vijay Abraham I wrote: >>>>>> After the platform devices are created using PLATFORM_DEVID_AUTO, the >>>>>> device names given in usb_bind_phy (in board file) does not match with >>>>>> the actual device name causing the USB PHY library not to return the >>>>>> PHY reference when the MUSB controller request for the PHY in the >>>>>> non-dt boot case. >>>>>> So removed creating platform devices using PLATFORM_DEVID_AUTO in >>>>>> omap2430.c. >>>>>> >>>>>> Did enumeration testing in omap3 beagle. >>>>>> >>>>>> Changes from v2: >>>>>> * Fixed the commit log >>>>>> >>>>>> Changes from v1: >>>>>> * refreshed to the latested mainline kernel >>>>>> * added musb_put_id from omap2430 remove. >>>>> >>>>> Tony, how do you want to handle this ? You want me to provide you a >>>>> branch which we both merge ? >>>> >>>> Yes that would be great thanks. For the mach-omap2 touching parts: >>>> >>>> Acked-by: Tony Lindgren >>> >>> Here it is, let me know if you prefer a signed tag: >>> >>> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae: >>> >>> Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) >>> >>> are available in the git repository at: >>> >>> git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git >>> usb-phy-binding-omap3 >>> >>> for you to fetch changes up to 23ada3130cf4e56acb86fdff4c26113188d52d18: >>> >>> arm: omap: remove *.auto* from device names given in usb_bind_phy >>> (2013-12-16 17:44:43 -0600) >>> >>> ---------------------------------------------------------------- >>> Kishon Vijay Abraham I (2): >>> usb: musb: omap: remove using PLATFORM_DEVID_AUTO in omap2430.c >>> arm: omap: remove *.auto* from device names given in usb_bind_phy > > Kishon, are these still valid ? Looks like board-2430sdp.c got removed. Apart from that the reset of the patch series is still applicable for non-dt boot. Thanks Kishon