From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: balbi@ti.com
Cc: Tony Lindgren <tony@atomide.com>,
Kishon Vijay Abraham I <kishon@ti.com>,
linux-kernel@vger.kernel.org, marek.belisko@gmail.com,
linux@arm.linux.org.uk, gregkh@linuxfoundation.org,
linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-usb@vger.kernel.org, hns@goldelico.com
Subject: Re: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform
Date: Mon, 21 Jul 2014 17:04:57 +0200 [thread overview]
Message-ID: <2288457.9ZfWAQMUao@avalon> (raw)
In-Reply-To: <20131216234829.GC29284@saruman.home>
[-- Attachment #1: Type: text/plain, Size: 2997 bytes --]
Hi Felipe,
What happened to these two patches ?
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 <balbi@ti.com> [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 <tony@atomide.com>
>
> 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
>
> arch/arm/mach-omap2/board-2430sdp.c | 2 +-
> arch/arm/mach-omap2/board-3430sdp.c | 2 +-
> arch/arm/mach-omap2/board-cm-t35.c | 2 +-
> arch/arm/mach-omap2/board-devkit8000.c | 2 +-
> arch/arm/mach-omap2/board-ldp.c | 2 +-
> arch/arm/mach-omap2/board-omap3beagle.c | 2 +-
> arch/arm/mach-omap2/board-omap3logic.c | 2 +-
> arch/arm/mach-omap2/board-omap3pandora.c | 2 +-
> arch/arm/mach-omap2/board-omap3stalker.c | 2 +-
> arch/arm/mach-omap2/board-omap3touchbook.c | 2 +-
> arch/arm/mach-omap2/board-overo.c | 2 +-
> arch/arm/mach-omap2/board-rx51.c | 2 +-
> drivers/usb/musb/musb_core.c | 31 ++++++++++++++++++++++++++-
> drivers/usb/musb/musb_core.h | 2 ++
> drivers/usb/musb/omap2430.c | 19 ++++++++++++++++--
> 15 files changed, 61 insertions(+), 15 deletions(-)
--
Regards,
Laurent Pinchart
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform
Date: Mon, 21 Jul 2014 17:04:57 +0200 [thread overview]
Message-ID: <2288457.9ZfWAQMUao@avalon> (raw)
In-Reply-To: <20131216234829.GC29284@saruman.home>
Hi Felipe,
What happened to these two patches ?
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 <balbi@ti.com> [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 <tony@atomide.com>
>
> 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
>
> arch/arm/mach-omap2/board-2430sdp.c | 2 +-
> arch/arm/mach-omap2/board-3430sdp.c | 2 +-
> arch/arm/mach-omap2/board-cm-t35.c | 2 +-
> arch/arm/mach-omap2/board-devkit8000.c | 2 +-
> arch/arm/mach-omap2/board-ldp.c | 2 +-
> arch/arm/mach-omap2/board-omap3beagle.c | 2 +-
> arch/arm/mach-omap2/board-omap3logic.c | 2 +-
> arch/arm/mach-omap2/board-omap3pandora.c | 2 +-
> arch/arm/mach-omap2/board-omap3stalker.c | 2 +-
> arch/arm/mach-omap2/board-omap3touchbook.c | 2 +-
> arch/arm/mach-omap2/board-overo.c | 2 +-
> arch/arm/mach-omap2/board-rx51.c | 2 +-
> drivers/usb/musb/musb_core.c | 31 ++++++++++++++++++++++++++-
> drivers/usb/musb/musb_core.h | 2 ++
> drivers/usb/musb/omap2430.c | 19 ++++++++++++++++--
> 15 files changed, 61 insertions(+), 15 deletions(-)
--
Regards,
Laurent Pinchart
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140721/209b6fa3/attachment.sig>
next prev parent reply other threads:[~2014-07-21 15:04 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-16 15:53 [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform Kishon Vijay Abraham I
2013-12-16 15:53 ` Kishon Vijay Abraham I
2013-12-16 15:53 ` Kishon Vijay Abraham I
2013-12-16 15:53 ` [PATCH v3 1/2] usb: musb: omap: remove using PLATFORM_DEVID_AUTO in omap2430.c Kishon Vijay Abraham I
2013-12-16 15:53 ` Kishon Vijay Abraham I
2013-12-16 15:53 ` Kishon Vijay Abraham I
2013-12-16 15:53 ` [PATCH v3 2/2] arm: omap: remove *.auto* from device names given in usb_bind_phy Kishon Vijay Abraham I
2013-12-16 15:53 ` Kishon Vijay Abraham I
2013-12-16 15:53 ` Kishon Vijay Abraham I
2013-12-16 21:29 ` [PATCH v3 0/2] usb: fix controller-PHY binding for OMAP3 platform Felipe Balbi
2013-12-16 21:29 ` Felipe Balbi
2013-12-16 21:29 ` Felipe Balbi
2013-12-16 22:38 ` Tony Lindgren
2013-12-16 22:38 ` Tony Lindgren
2013-12-16 23:48 ` Felipe Balbi
2013-12-16 23:48 ` Felipe Balbi
2013-12-16 23:48 ` Felipe Balbi
2014-07-21 15:04 ` Laurent Pinchart [this message]
2014-07-21 15:04 ` Laurent Pinchart
2014-07-21 15:15 ` Felipe Balbi
2014-07-21 15:15 ` Felipe Balbi
2014-07-21 15:15 ` Felipe Balbi
2014-07-23 8:59 ` Kishon Vijay Abraham I
2014-07-23 8:59 ` Kishon Vijay Abraham I
2014-07-23 8:59 ` Kishon Vijay Abraham I
2014-07-29 12:38 ` Laurent Pinchart
2014-07-29 12:38 ` Laurent Pinchart
2014-07-29 16:39 ` Felipe Balbi
2014-07-29 16:39 ` Felipe Balbi
2014-07-29 16:39 ` Felipe Balbi
2014-07-30 6:46 ` Tony Lindgren
2014-07-30 6:46 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2288457.9ZfWAQMUao@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=balbi@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=hns@goldelico.com \
--cc=kishon@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=marek.belisko@gmail.com \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.