From: Felipe Balbi <balbi@ti.com>
To: Antoine Tenart <antoine.tenart@free-electrons.com>
Cc: Felipe Balbi <balbi@ti.com>,
Peter Chen <peter.chen@freescale.com>,
Aaro Koskinen <aaro.koskinen@iki.fi>,
<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 09:11:58 -0500 [thread overview]
Message-ID: <20141031141158.GK1273@saruman> (raw)
In-Reply-To: <20141031135535.GB11522@kwain>
[-- Attachment #1: Type: text/plain, Size: 3159 bytes --]
Hi,
On Fri, Oct 31, 2014 at 02:55:35PM +0100, Antoine Tenart 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
how come ? build testing is difficult ? if you have x86 and ARM
compilers you can build all of these modules with make allmodconfig.
You know, I have a very a simple 20-line script running randconfigs and
saving the output, after that I just grep for "error" on the logs and
look at what's broken.
> 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.
all the places I fixed haven't been touched for months, in some cases
years. This is a broken argument.
> 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...
nevermind, I already fixed so many of these mistakes anyway, it's
probably all clean now.
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-10-31 14:12 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
2014-10-31 14:11 ` Felipe Balbi [this message]
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=20141031141158.GK1273@saruman \
--to=balbi@ti.com \
--cc=aaro.koskinen@iki.fi \
--cc=alexandre.belloni@free-electrons.com \
--cc=antoine.tenart@free-electrons.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 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.