public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] USB: OTG: twl4030 build fix
@ 2008-12-16  0:00 Kevin Hilman
  2008-12-16 22:01 ` Greg KH
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Hilman @ 2008-12-16  0:00 UTC (permalink / raw)
  To: linux-usb-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-omap-u79uwXL29TY76Z2rM5mHXA, Kevin Hilman

Signed-off-by: Kevin Hilman <khilman-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
---
 drivers/usb/otg/twl4030-usb.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/otg/twl4030-usb.c b/drivers/usb/otg/twl4030-usb.c
index a000fb3..416e441 100644
--- a/drivers/usb/otg/twl4030-usb.c
+++ b/drivers/usb/otg/twl4030-usb.c
@@ -696,7 +696,7 @@ static int __exit twl4030_usb_remove(struct platform_device *pdev)
 
 static struct platform_driver twl4030_usb_driver = {
 	.probe		= twl4030_usb_probe,
-	.remove		= __exit_p(twl4030_remove),
+	.remove		= __exit_p(twl4030_usb_remove),
 	.driver		= {
 		.name	= "twl4030_usb",
 		.owner	= THIS_MODULE,
-- 
1.6.0.3

--
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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] USB: OTG: twl4030 build fix
  2008-12-16  0:00 [PATCH] USB: OTG: twl4030 build fix Kevin Hilman
@ 2008-12-16 22:01 ` Greg KH
  2008-12-16 22:33   ` Kevin Hilman
  0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2008-12-16 22:01 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-usb, linux-omap

On Mon, Dec 15, 2008 at 04:00:03PM -0800, Kevin Hilman wrote:
> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
> ---
>  drivers/usb/otg/twl4030-usb.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/usb/otg/twl4030-usb.c b/drivers/usb/otg/twl4030-usb.c
> index a000fb3..416e441 100644
> --- a/drivers/usb/otg/twl4030-usb.c
> +++ b/drivers/usb/otg/twl4030-usb.c
> @@ -696,7 +696,7 @@ static int __exit twl4030_usb_remove(struct platform_device *pdev)
>  
>  static struct platform_driver twl4030_usb_driver = {
>  	.probe		= twl4030_usb_probe,
> -	.remove		= __exit_p(twl4030_remove),
> +	.remove		= __exit_p(twl4030_usb_remove),
>  	.driver		= {
>  		.name	= "twl4030_usb",
>  		.owner	= THIS_MODULE,

This driver is not in the mainline, or my USB tree.  Where is it at?

confused,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] USB: OTG: twl4030 build fix
  2008-12-16 22:01 ` Greg KH
@ 2008-12-16 22:33   ` Kevin Hilman
       [not found]     ` <873agn698c.fsf-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Hilman @ 2008-12-16 22:33 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-usb, linux-omap

Greg KH <greg@kroah.com> writes:

> On Mon, Dec 15, 2008 at 04:00:03PM -0800, Kevin Hilman wrote:
>> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
>> ---
>>  drivers/usb/otg/twl4030-usb.c |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>> 
>> diff --git a/drivers/usb/otg/twl4030-usb.c b/drivers/usb/otg/twl4030-usb.c
>> index a000fb3..416e441 100644
>> --- a/drivers/usb/otg/twl4030-usb.c
>> +++ b/drivers/usb/otg/twl4030-usb.c
>> @@ -696,7 +696,7 @@ static int __exit twl4030_usb_remove(struct platform_device *pdev)
>>  
>>  static struct platform_driver twl4030_usb_driver = {
>>  	.probe		= twl4030_usb_probe,
>> -	.remove		= __exit_p(twl4030_remove),
>> +	.remove		= __exit_p(twl4030_usb_remove),
>>  	.driver		= {
>>  		.name	= "twl4030_usb",
>>  		.owner	= THIS_MODULE,
>
> This driver is not in the mainline, or my USB tree.  Where is it at?
>

Sorry for the confusion,

This driver is in the linux-omap tree, but I thought David Brownell
had it queued up for your tree already.

Kevin



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] USB: OTG: twl4030 build fix
       [not found]     ` <873agn698c.fsf-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
@ 2008-12-17  4:25       ` David Brownell
  2008-12-30  8:54         ` Tony Lindgren
  0 siblings, 1 reply; 5+ messages in thread
From: David Brownell @ 2008-12-17  4:25 UTC (permalink / raw)
  To: Kevin Hilman, Greg KH
  Cc: linux-usb-u79uwXL29TY76Z2rM5mHXA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA

On Tuesday 16 December 2008, Kevin Hilman wrote:
> >
> > This driver is not in the mainline, or my USB tree.  Where is it at?
> >
> 
> Sorry for the confusion,
> 
> This driver is in the linux-omap tree, but I thought David Brownell
> had it queued up for your tree already.

Hadn't quite done that yet.  :)

Tony, this has my ack
--
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] USB: OTG: twl4030 build fix
  2008-12-17  4:25       ` David Brownell
@ 2008-12-30  8:54         ` Tony Lindgren
  0 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2008-12-30  8:54 UTC (permalink / raw)
  To: David Brownell; +Cc: Kevin Hilman, Greg KH, linux-usb, linux-omap

* David Brownell <david-b@pacbell.net> [081217 06:26]:
> On Tuesday 16 December 2008, Kevin Hilman wrote:
> > >
> > > This driver is not in the mainline, or my USB tree.  Where is it at?
> > >
> > 
> > Sorry for the confusion,
> > 
> > This driver is in the linux-omap tree, but I thought David Brownell
> > had it queued up for your tree already.
> 
> Hadn't quite done that yet.  :)
> 
> Tony, this has my ack

Thanks, pushing to l-o tree while waiting for it to fall down from
mainline tree.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-12-30  8:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-16  0:00 [PATCH] USB: OTG: twl4030 build fix Kevin Hilman
2008-12-16 22:01 ` Greg KH
2008-12-16 22:33   ` Kevin Hilman
     [not found]     ` <873agn698c.fsf-1D3HCaltpLuhEniVeURVKkEOCMrvLtNR@public.gmane.org>
2008-12-17  4:25       ` David Brownell
2008-12-30  8:54         ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox