From: Felipe Balbi <balbi@ti.com>
To: Felipe Balbi <balbi@ti.com>
Cc: Antoine Tenart <antoine.tenart@free-electrons.com>,
<gregkh@linuxfoundation.org>, <Peter.Chen@freescale.com>,
<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: Thu, 30 Oct 2014 11:35:13 -0500 [thread overview]
Message-ID: <20141030163513.GI10130@saruman> (raw)
In-Reply-To: <20141030163148.GF10130@saruman>
[-- Attachment #1: Type: text/plain, Size: 2667 bytes --]
On Thu, Oct 30, 2014 at 11:31:48AM -0500, Felipe Balbi wrote:
> On Tue, Oct 28, 2014 at 05:35: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>
fails to apply:
$ patch -p1 --dry-run < patch.diff
checking file drivers/phy/phy-omap-usb2.c
checking file drivers/usb/chipidea/debug.c
checking file drivers/usb/chipidea/otg_fsm.c
checking file drivers/usb/common/usb-otg-fsm.c
checking file drivers/usb/host/ohci-omap.c
checking file drivers/usb/musb/am35x.c
checking file drivers/usb/musb/blackfin.c
checking file drivers/usb/musb/da8xx.c
checking file drivers/usb/musb/davinci.c
checking file drivers/usb/musb/musb_core.c
checking file drivers/usb/musb/musb_dsps.c
checking file drivers/usb/musb/musb_gadget.c
Hunk #3 succeeded at 1791 (offset -1 lines).
Hunk #4 succeeded at 1857 (offset -3 lines).
Hunk #5 FAILED at 1945.
Hunk #6 succeeded at 1968 (offset -7 lines).
Hunk #7 succeeded at 1982 (offset -7 lines).
Hunk #8 succeeded at 1994 (offset -7 lines).
Hunk #9 succeeded at 2012 (offset -7 lines).
Hunk #10 succeeded at 2043 (offset -7 lines).
Hunk #11 succeeded at 2118 (offset -7 lines).
1 out of 11 hunks FAILED
checking file drivers/usb/musb/musb_host.c
checking file drivers/usb/musb/musb_virthub.c
checking file drivers/usb/musb/omap2430.c
Hunk #6 succeeded at 180 (offset 1 line).
Hunk #7 succeeded at 192 (offset 1 line).
Hunk #8 succeeded at 201 (offset 1 line).
Hunk #9 succeeded at 266 (offset 1 line).
Hunk #10 succeeded at 280 (offset 1 line).
checking file drivers/usb/musb/tusb6010.c
checking file drivers/usb/musb/ux500.c
checking file drivers/usb/phy/phy-ab8500-usb.c
checking file drivers/usb/phy/phy-fsl-usb.c
checking file drivers/usb/phy/phy-generic.c
checking file drivers/usb/phy/phy-gpio-vbus-usb.c
checking file drivers/usb/phy/phy-msm-usb.c
Hunk #13 succeeded at 1769 (offset -6 lines).
checking file drivers/usb/phy/phy-mv-usb.c
Hunk #5 succeeded at 715 (offset -2 lines).
checking file include/linux/usb/otg.h
checking file include/linux/usb/phy.h
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.
cheers
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-10-30 16:35 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 [this message]
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
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=20141030163513.GI10130@saruman \
--to=balbi@ti.com \
--cc=Peter.Chen@freescale.com \
--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=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.