From: Antoine Tenart <antoine.tenart@free-electrons.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Peter Chen <peter.chen@freescale.com>,
Aaro Koskinen <aaro.koskinen@iki.fi>,
Antoine Tenart <antoine.tenart@free-electrons.com>,
gregkh@linuxfoundation.org, kishon@ti.com,
stern@rowland.harvard.edu, alexandre.belloni@free-electrons.com,
thomas.petazzoni@free-electrons.com, zmxu@marvell.com,
jszhang@marvell.com, linux-usb@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 1/7] usb: move the OTG state from the USB PHY to the OTG structure
Date: Fri, 31 Oct 2014 14:55:35 +0100 [thread overview]
Message-ID: <20141031135535.GB11522@kwain> (raw)
In-Reply-To: <20141031134751.GE1273@saruman>
Hi Felipe,
On Fri, Oct 31, 2014 at 08:47:51AM -0500, Felipe Balbi wrote:
> On Fri, Oct 31, 2014 at 08:33:19AM -0500, Felipe Balbi wrote:
> > > > > > > > > Before using the PHY framework instead of the USB PHY one, we need to
> > > > > > > > > move the OTG state into another place, since it won't be available when
> > > > > > > > > USB PHY isn't used. This patch moves the OTG state into the OTG
> > > > > > > > > structure, and makes all the needed modifications in the drivers
> > > > > > > > > using the OTG state.
> > > > > > > > >
> > > > > > > > > Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
> > > > > > > > > Acked-by: Peter Chen <peter.chen@freescale.com>
> > > > > > > >
> > > > > > > > Acked-by: Felipe Balbi <balbi@ti.com>
> > > > > > >
> > > > > > > Please rebase on my testing/next and I'll take the series. When
> > > > > > > rebasing, then add Peter's Tested-by/Acked-by where they're missing.
> > > > > >
> > > > > > I just re-sent the series, rebased on your testing/next branch.
> > > > >
> > > > > Thanks, I put them on my testing/next and I'm running build tests.
> > > > >
> > > >
> > > > I see them, I will rebase your testing/next tree for coming chipidea dev, thanks.
> > >
> > > I fixed a build breakage caused by $subject which I fixed, updated patch
> > > below: (Aaro, can I get a tested-by by any chance ?)
> >
> > two more build regressions found (did you build test your patches ??)
>
> and yet another one on phy-isp1301-omap.c. Seriously, if I find another
> build regression I'll drop your series from my queue and defer it to
> 3.20. This is ridiculous already.
Sorry for the inconvenience, the series modify quite a lot of files and
testing all of them is quite difficult. If you'd like I can fully test
it and send a new version early next week.
Deferring it to 3.20 will not solve the issue and will raise the same
errors as these build failures. The series has been sent for quite a
long time now, without having any comments on the latests revisions and
was therefore delayed. Each time it is delayed, it makes it more
difficult to ensure everything is working fine because of all the
modifications done in this subsystem... I tried to keep it up with all
the other patches introduced between my revisions, but this is not as
easy as it sounds.
Again, sorry for these failures, I can send to you a new version early
next week so that no other patches comes in between, breaking the
build...
Antoine
--
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2014-10-31 13:55 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-28 16:35 [PATCH v7 0/7] usb: add support for the generic PHY framework Antoine Tenart
2014-10-28 16:35 ` [PATCH v7 1/7] usb: move the OTG state from the USB PHY to the OTG structure Antoine Tenart
2014-10-30 16:31 ` Felipe Balbi
2014-10-30 16:35 ` Felipe Balbi
2014-10-30 17:42 ` Antoine Tenart
2014-10-30 17:47 ` Felipe Balbi
2014-10-31 0:38 ` Peter Chen
2014-10-31 0:47 ` Felipe Balbi
2014-10-31 5:30 ` Kishon Vijay Abraham I
2014-10-31 13:33 ` Felipe Balbi
2014-10-31 13:47 ` Felipe Balbi
2014-10-31 13:55 ` Antoine Tenart [this message]
2014-10-31 14:11 ` Felipe Balbi
2014-10-28 16:35 ` [PATCH v7 2/7] usb: rename phy to usb_phy in OTG Antoine Tenart
2014-10-30 16:32 ` Felipe Balbi
2014-10-28 16:35 ` [PATCH v7 3/7] usb: add support to the generic PHY framework " Antoine Tenart
2014-10-28 16:35 ` [PATCH v7 4/7] usb: allow to supply the PHY in the drivers when using HCD Antoine Tenart
2014-10-28 16:35 ` [PATCH v7 5/7] usb: rename transceiver and phy to usb_phy in ChipIdea Antoine Tenart
2014-10-28 16:35 ` [PATCH v7 6/7] usb: chipidea: move usb_otg into struct ci_hdrc Antoine Tenart
2014-10-28 17:43 ` Sergei Shtylyov
2014-10-28 16:35 ` [PATCH v7 7/7] usb: chipidea: add support to the generic PHY framework in ChipIdea Antoine Tenart
2014-10-29 3:33 ` [PATCH v7 0/7] usb: add support for the generic PHY framework Peter Chen
2014-10-30 16:32 ` Felipe Balbi
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=20141031135535.GB11522@kwain \
--to=antoine.tenart@free-electrons.com \
--cc=aaro.koskinen@iki.fi \
--cc=alexandre.belloni@free-electrons.com \
--cc=balbi@ti.com \
--cc=gregkh@linuxfoundation.org \
--cc=jszhang@marvell.com \
--cc=kishon@ti.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=peter.chen@freescale.com \
--cc=stern@rowland.harvard.edu \
--cc=thomas.petazzoni@free-electrons.com \
--cc=zmxu@marvell.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox