From: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
To: Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>
Cc: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org>,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Anand Gadiyar <gadiyar-l0cyMroinI0@public.gmane.org>,
Partha Basak <p-basak2-l0cyMroinI0@public.gmane.org>
Subject: Re: [PATCH 04/10 v1] arm: omap: usb: create common enums and structures for ehci and ohci
Date: Tue, 1 Mar 2011 14:37:58 +0200 [thread overview]
Message-ID: <20110301123758.GZ2942@legolas.emea.dhcp.ti.com> (raw)
In-Reply-To: <20110301123543.GY2942-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
On Tue, Mar 01, 2011 at 02:35:43PM +0200, Felipe Balbi wrote:
> On Tue, Mar 01, 2011 at 05:07:34PM +0530, Keshava Munegowda wrote:
> > > -----Original Message-----
> > > From: Felipe Balbi [mailto:balbi-l0cyMroinI0@public.gmane.org]
> > > Sent: Tuesday, March 01, 2011 4:20 PM
> > > To: Keshava Munegowda
> > > Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; balbi-l0cyMroinI0@public.gmane.org;
> > gadiyar-l0cyMroinI0@public.gmane.org; p-
> > > basak2-l0cyMroinI0@public.gmane.org
> > > Subject: Re: [PATCH 04/10 v1] arm: omap: usb: create common enums and
> > structures for ehci and ohci
> > >
> > > On Mon, Feb 28, 2011 at 10:01:46PM +0530, Keshava Munegowda wrote:
> > > > Create the ehci and ohci specific platform data structures.
> > > > The port enum values are made common for both ehci and ohci.
> > > >
> > > > Signed-off-by: Keshava Munegowda <keshava_mgowda-l0cyMroinI0@public.gmane.org>
> > >
> > > Applying: arm: omap: usb: create common enums and structures for ehci
> > and ohci
> > > error: patch failed: drivers/usb/host/ehci-omap.c:409
> > > error: drivers/usb/host/ehci-omap.c: patch does not apply
> > > Patch failed at 0005 arm: omap: usb: create common enums and structures
> > for ehci and ohci
> > > When you have resolved this problem run "git am --resolved".
> > > If you would prefer to skip this patch, instead run "git am --skip".
> > > To restore the original branch and stop patching run "git am --abort".
> > >
> > > Which tree did you use as base for these patches ? I'm trying to apply
> > > on top of v.2.6.38-rc6
> >
> > Balbi
> >
> > I tried at my side on l2.6.38-rc6 , it dint see any failures its working.
> >
> > These patches are apply correctly on l2.6.38-rc6
> > Commit id: f5412be599602124d2bdd49947b231dd77c0bf99
> >
> > Please check; its working my side.
>
> You have to rebase on top of this patch which is going to mainline:
BTW, bear in mind you should not cause a regression of that patch. A
simple rebase is easy to do, but you cannot remove that feature
introduced by Anand.
--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2011-03-01 12:37 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-28 16:31 [PATCH 00/10 v1] EHCI and OHCI patches of OMAP3 and OMAP4 Keshava Munegowda
[not found] ` <1298910712-2051-1-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-02-28 16:31 ` [PATCH 01/10 v1] arm: omap: usb: host: add names to resources Keshava Munegowda
[not found] ` <1298910712-2051-2-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-02-28 16:31 ` [PATCH 02/10 v1] usb: host: omap: switch to platform_get_resource_byname Keshava Munegowda
[not found] ` <1298910712-2051-3-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-02-28 16:31 ` [PATCH 03/10 v1] arm: omap2: usb: rename usb-ehci.c to usb-host.c Keshava Munegowda
[not found] ` <1298910712-2051-4-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-02-28 16:31 ` [PATCH 04/10 v1] arm: omap: usb: create common enums and structures for ehci and ohci Keshava Munegowda
[not found] ` <1298910712-2051-5-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-02-28 16:31 ` [PATCH 05/10 v1] usb: host: omap: common usb host core driver Keshava Munegowda
[not found] ` <1298910712-2051-6-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-02-28 16:31 ` [PATCH 06/10 v1] arm: omap: usb: usbhs core device initialization Keshava Munegowda
2011-02-28 16:31 ` [PATCH 07/10 v1] arm: omap: usb: Invoke " Keshava Munegowda
[not found] ` <1298910712-2051-8-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-02-28 16:31 ` [PATCH 08/10 v1] arm: omap: usb: cleanup ehci and ohci resources and devices Keshava Munegowda
[not found] ` <1298910712-2051-9-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-02-28 16:31 ` [PATCH 09/10 v1] usb: host: omap: ehci and ohci simplification Keshava Munegowda
[not found] ` <1298910712-2051-10-git-send-email-keshava_mgowda-l0cyMroinI0@public.gmane.org>
2011-02-28 16:31 ` [PATCH 10/10 v1] arm: omap: usb: clock entries for omap3 and omap4 Keshava Munegowda
2011-03-01 10:49 ` [PATCH 04/10 v1] arm: omap: usb: create common enums and structures for ehci and ohci Felipe Balbi
2011-03-01 11:31 ` Keshava Munegowda
[not found] ` <20110301104940.GS2942-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-03-01 11:37 ` Keshava Munegowda
2011-03-01 12:35 ` Felipe Balbi
[not found] ` <20110301123543.GY2942-UiBtZHVXSwEVvW8u9ZQWYwjfymiNCTlR@public.gmane.org>
2011-03-01 12:37 ` Felipe Balbi [this message]
2011-03-01 12:43 ` Keshava Munegowda
2011-02-28 19:11 ` [PATCH 00/10 v1] EHCI and OHCI patches of OMAP3 and OMAP4 Felipe Balbi
2011-03-01 9:38 ` 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=20110301123758.GZ2942@legolas.emea.dhcp.ti.com \
--to=balbi-l0cymroini0@public.gmane.org \
--cc=gadiyar-l0cyMroinI0@public.gmane.org \
--cc=keshava_mgowda-l0cyMroinI0@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=p-basak2-l0cyMroinI0@public.gmane.org \
/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