From: Felipe Balbi <balbi@ti.com>
To: Sumit Semwal <sumit.semwal@linaro.org>
Cc: balbi@ti.com, "Kiran Raparthy" <kiran.kumar@linaro.org>,
LKML <linux-kernel@vger.kernel.org>,
"John Stultz" <john.stultz@linaro.org>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
linux-usb@vger.kernel.org,
"Android Kernel Team" <kernel-team@android.com>,
"Arve Hj�nnev�g" <arve@android.com>,
"Benoit Goby" <benoit@android.com>,
"Todd Poynor" <toddpoynor@google.com>
Subject: Re: [PATCH v1 2/3] usb: phy: Handle per-PHY event for connect and disconnect events
Date: Mon, 24 Nov 2014 09:54:22 -0600 [thread overview]
Message-ID: <20141124155422.GH20705@saruman> (raw)
In-Reply-To: <CAO_48GFj2moODXtB1W9t6tbuvcyF2WgnakSDrbQRzPi+u=mc=g@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 2644 bytes --]
On Mon, Nov 24, 2014 at 09:19:09PM +0530, Sumit Semwal wrote:
> Hi Felipe,
>
> On 24 November 2014 at 20:08, Felipe Balbi <balbi@ti.com> wrote:
> > Hi,
> >
> > On Fri, Nov 21, 2014 at 09:13:00PM +0530, Kiran Raparthy wrote:
> >> On 21 November 2014 20:41, Felipe Balbi <balbi@ti.com> wrote:
> >> > On Fri, Nov 21, 2014 at 11:31:21AM +0530, Kiran Raparthy wrote:
> >> >> usb: phy: Handle per-PHY event for connnect and disconnect events
> >> >>
> >> >> When usb is connected and enumerated in device mode or when usb is
> >> >> disconnected,call usb_phy_set_event from phy drivers to handle per-PHY event.
> >> >>
> >> >> Cc: Felipe Balbi <balbi@ti.com>
> >> >> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >> >> Cc: linux-kernel@vger.kernel.org
> >> >> Cc: linux-usb@vger.kernel.org
> >> >> Cc: Android Kernel Team <kernel-team@android.com>
> >> >> Cc: John Stultz <john.stultz@linaro.org>
> >> >> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> >> >> Cc: Arve Hj�nnev�g <arve@android.com>
> >> >> Cc: Benoit Goby <benoit@android.com>
> >> >> [Original patch in Android from Todd]
> >> >> Cc: Todd Poynor <toddpoynor@google.com>
> >> >> Signed-off-by: Kiran Raparthy <kiran.kumar@linaro.org>
> >> >
> >> > this patch doesn't apply, please rebase entire series on my testing/next.
> >
> > your rebased version didn't apply either. Can you make sure you're
> > rebasing on top of my today's testing/next branch ?
> >
> I just verified that I am able to apply both this patch (and the next
> one - so 2/3 and 3/3) on your testing/next branch - just to make sure,
> this is the git/branch right?
>
> https://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
> branch:testing/next
that's the correct branch, but here's what I get:
checking file drivers/usb/phy/phy-ab8500-usb.c
Hunk #1 FAILED at 447.
Hunk #2 succeeded at 459 (offset -2 lines).
Hunk #3 succeeded at 502 (offset -2 lines).
Hunk #4 succeeded at 527 (offset -2 lines).
Hunk #5 FAILED at 589.
Hunk #6 succeeded at 600 (offset -2 lines).
Hunk #7 succeeded at 629 (offset -2 lines).
Hunk #8 succeeded at 652 (offset -2 lines).
Hunk #9 FAILED at 701.
Hunk #10 succeeded at 712 (offset -2 lines).
Hunk #11 succeeded at 740 (offset -2 lines).
Hunk #12 FAILED at 786.
Hunk #13 succeeded at 801 (offset -2 lines).
Hunk #14 succeeded at 828 (offset -2 lines).
4 out of 14 hunks FAILED
checking file drivers/usb/phy/phy-gpio-vbus-usb.c
checking file drivers/usb/phy/phy-mv-usb.c
checking file drivers/usb/phy/phy-tahvo.c
Hunk #1 FAILED at 87.
Hunk #2 FAILED at 105.
2 out of 2 hunks FAILED
cheers
--
balbi
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2014-11-24 15:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-21 6:01 [PATCH v1 0/3] usb: phy: hold wakeupsource on usb phy events Kiran Raparthy
2014-11-21 6:01 ` [PATCH v1 1/3] usb: phy: introduce usb_phy_set_event interface Kiran Raparthy
2014-11-21 6:01 ` [PATCH v1 2/3] usb: phy: Handle per-PHY event for connect and disconnect events Kiran Raparthy
2014-11-21 15:11 ` Felipe Balbi
2014-11-21 15:43 ` Kiran Raparthy
2014-11-24 14:38 ` Felipe Balbi
2014-11-24 15:49 ` Sumit Semwal
2014-11-24 15:54 ` Felipe Balbi [this message]
2014-11-24 16:15 ` Sumit Semwal
2014-11-24 16:21 ` Felipe Balbi
2014-11-21 6:01 ` [PATCH v1 3/3] usb: phy: hold wakeupsource when USB is enumerated in peripheral mode Kiran Raparthy
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=20141124155422.GH20705@saruman \
--to=balbi@ti.com \
--cc=arve@android.com \
--cc=benoit@android.com \
--cc=gregkh@linuxfoundation.org \
--cc=john.stultz@linaro.org \
--cc=kernel-team@android.com \
--cc=kiran.kumar@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=sumit.semwal@linaro.org \
--cc=toddpoynor@google.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