All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sshtylyov-Igf4POYTYCDQT0dZR+AlfA@public.gmane.org>
To: Greg KH <greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
Cc: Kevin Hilman
	<khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>,
	Hema HK <hemahk-l0cyMroinI0@public.gmane.org>,
	linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	Felipe Balbi <balbi-l0cyMroinI0@public.gmane.org>,
	Tony Lindgren <tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>,
	"Cousson, Benoit" <b-cousson-l0cyMroinI0@public.gmane.org>,
	Paul Walmsley <paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH 2/9 v3] usb: musb: Remove board_data parameter from musb_platform_init()
Date: Sun, 12 Dec 2010 16:55:17 +0300	[thread overview]
Message-ID: <4D04D445.5020709@mvista.com> (raw)
In-Reply-To: <20101211174344.GA31964-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>

Hello.

On 11-12-2010 20:43, Greg KH wrote:

>>>>>> Removed the board_data parameter being passed to musb_platform_init function
>>>>>> as board data can be extracted from device structure which is already member of
>>>>>> musb structure.

>>>>>> Signed-off-by: Hema HK<hemahk-l0cyMroinI0@public.gmane.org>
>>>>>> Cc: Felipe Balbi<balbi-l0cyMroinI0@public.gmane.org>
>>>>>> Cc: Tony Lindgren<tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org>
>>>>>> Cc: Kevin Hilman<khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
>>>>>> Cc: Cousson, Benoit<b-cousson-l0cyMroinI0@public.gmane.org>
>>>>>> Cc: Paul Walmsley<paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org>

>>>>> For the davinci changes:

>>>>> Acked-by: Kevin Hilman<khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>

>>>>> Kevin

>>>>>> ---
>>>>>> drivers/usb/musb/blackfin.c  |    2 +-
>>>>>> drivers/usb/musb/davinci.c   |    2 +-
>>>>>> drivers/usb/musb/musb_core.c |    2 +-
>>>>>> drivers/usb/musb/musb_core.h |    2 +-
>>>>>> drivers/usb/musb/omap2430.c  |    6 ++++--
>>>>>> drivers/usb/musb/tusb6010.c  |    2 +-
>>>>>> 6 files changed, 9 insertions(+), 7 deletions(-)

>>>>     Grr. This misses changes to da8xx.c and am35x.c -- which breaks
>>>> the compilation for them!
>>>>     Greg, could you drop it from your usb-next branch? Or should we
>>>> send a patch adding these glue layers?

>>> I can't drop patches from a git branch, sorry, it doesn't work that way
>>> anymore.

>>     OTOH, you could revert it (as breaking the build). Dunno if that
>> makes sense...

> Again, I trust the musb maintainer here to handle this type of thing,
> not me.  So take it up with him.

    Done already. And he's on the CC here too...

> thanks,

> greg k-h

WBR, Sergei
--
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

      parent reply	other threads:[~2010-12-12 13:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-23  0:27 [PATCH 2/9 v3] usb: musb: Remove board_data parameter from musb_platform_init() Hema HK
2010-09-29  7:00 ` Kalliguddi, Hema
     [not found]   ` <E0D41E29EB0DAC4E9F3FF173962E9E9402DB7FE390-/tLxBxkBPtCIQmiDNMet8wC/G2K4zDHf@public.gmane.org>
2010-09-29  7:02     ` Felipe Balbi
     [not found] ` <1285201660-26309-1-git-send-email-hemahk-l0cyMroinI0@public.gmane.org>
2010-09-29 14:41   ` Kevin Hilman
     [not found]     ` <871v8c629u.fsf-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2010-12-10 19:30       ` Sergei Shtylyov
2010-12-10 20:29         ` Greg KH
     [not found]           ` <20101210202906.GB23759-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2010-12-10 21:07             ` Sergei Shtylyov
     [not found]           ` <4D038C9A.3070306@ru.mvista.com>
     [not found]             ` <20101211174344.GA31964@kroah.com>
     [not found]               ` <20101211174344.GA31964-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org>
2010-12-12 13:55                 ` Sergei Shtylyov [this message]

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=4D04D445.5020709@mvista.com \
    --to=sshtylyov-igf4poytycdqt0dzr+alfa@public.gmane.org \
    --cc=b-cousson-l0cyMroinI0@public.gmane.org \
    --cc=balbi-l0cyMroinI0@public.gmane.org \
    --cc=greg-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org \
    --cc=hemahk-l0cyMroinI0@public.gmane.org \
    --cc=khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org \
    --cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=paul-DWxLp4Yu+b8AvxtiuMwx3w@public.gmane.org \
    --cc=tony-4v6yS6AI5VpBDgjK7y7TUQ@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 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.