2013-07-01 22:53:08

by Hartley Sweeten

[permalink] [raw]
Subject: [PATCH v2 0/4] usb: ohci-ep93xx: do a bit of housecleaning

Tidy up this driver a bit.

v2: redo patch 4 based on suggestions from Alan Stern

H Hartley Sweeten (4):
usb: ohci-ep93xx: use devm_ioremap_resource()
usb: ohci-ep93xx: use platform_get_irq()
usb: ohci-ep93xx: use devm_clk_get()
usb: ohci-ep93xx: tidy up driver (*probe) and (*remove)

drivers/usb/host/ohci-ep93xx.c | 137 ++++++++++++++++-------------------------
1 file changed, 52 insertions(+), 85 deletions(-)

--
1.8.1.4


2013-07-26 16:35:01

by Hartley Sweeten

[permalink] [raw]
Subject: RE: [PATCH v2 0/4] usb: ohci-ep93xx: do a bit of housecleaning

On Monday, July 01, 2013 3:52 PM, H Hartley Sweeten wrote:
> Tidy up this driver a bit.
>
> v2: redo patch 4 based on suggestions from Alan Stern
>
> H Hartley Sweeten (4):
> usb: ohci-ep93xx: use devm_ioremap_resource()
> usb: ohci-ep93xx: use platform_get_irq()
> usb: ohci-ep93xx: use devm_clk_get()
> usb: ohci-ep93xx: tidy up driver (*probe) and (*remove)
>
> drivers/usb/host/ohci-ep93xx.c | 137 ++++++++++++++++-------------------------
> 1 file changed, 52 insertions(+), 85 deletions(-)

All of these have been Acked-by: Alan Stern.

Any ideas when they might be picked up and applied?

Thanks,
Hartley
????{.n?+???????+%?????ݶ??w??{.n?+????{??G?????{ay?ʇڙ?,j??f???h?????????z_??(?階?ݢj"???m??????G????????????&???~???iO???z??v?^?m???? ????????I?

2013-07-26 17:11:40

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] usb: ohci-ep93xx: do a bit of housecleaning

On Fri, Jul 26, 2013 at 11:32:41AM -0500, H Hartley Sweeten wrote:
> On Monday, July 01, 2013 3:52 PM, H Hartley Sweeten wrote:
> > Tidy up this driver a bit.
> >
> > v2: redo patch 4 based on suggestions from Alan Stern
> >
> > H Hartley Sweeten (4):
> > usb: ohci-ep93xx: use devm_ioremap_resource()
> > usb: ohci-ep93xx: use platform_get_irq()
> > usb: ohci-ep93xx: use devm_clk_get()
> > usb: ohci-ep93xx: tidy up driver (*probe) and (*remove)
> >
> > drivers/usb/host/ohci-ep93xx.c | 137 ++++++++++++++++-------------------------
> > 1 file changed, 52 insertions(+), 85 deletions(-)
>
> All of these have been Acked-by: Alan Stern.
>
> Any ideas when they might be picked up and applied?

Hm, what happened, I know I saw them in my todo mbox...

Ah, you didn't cc: linux-usb@, so my "let's grab all the USB patches
now" pass missed them. Don't worry, they aren't lost, and I'll get to
them when I do my final pass of my todo mbox, I only have about 500
patches left to go, so I should finish them off today, as long as you
don't hit me with a bunch more comedi patches :)

thanks,

greg "drowning in patches" k-h