[linux-usb-devel] PATCH - cleanups for ohci-s3c2410.c

2006-03-21 Thread Ben Dooks
Fix compile errors due to functions not being defined static Signed-off-by: Ben Dooks <[EMAIL PROTECTED]> --- linux-2.6.16-rc5/drivers/usb/host/ohci-s3c2410.c2006-02-28 09:04:58.0 + +++ linux-2.6.15-simtec1/drivers/usb/host/ohci-s3c2410.c2006-02-28 18:27:58.0 +000

Re: [linux-usb-devel] PATCH: cleanups, mostly

2004-08-02 Thread Greg KH
On Sat, Jul 31, 2004 at 03:00:07PM -0700, Matthew Dharm wrote: > This patch is originally from Christoph Hellwig. > > This patch coverts from Scsi_Foo typefs to struct scsi_cmnd, and moved from > the SCSI data direction constants to the DMA ones. > > It also switches to the proper (or so they tel

Re: [linux-usb-devel] PATCH: cleanups, mostly

2004-07-31 Thread Matthew Dharm
On Sat, Jul 31, 2004 at 03:49:38PM -0700, Pete Zaitcev wrote: > On Sat, 31 Jul 2004 15:00:07 -0700 > Matthew Dharm <[EMAIL PROTECTED]> wrote: > > > This patch is originally from Christoph Hellwig. > > Signed-off-by: Matthew Dharm <[EMAIL PROTECTED]> > > Looks fine by me. > > Why does it say "cle

Re: [linux-usb-devel] PATCH: cleanups, mostly

2004-07-31 Thread Pete Zaitcev
On Sat, 31 Jul 2004 15:00:07 -0700 Matthew Dharm <[EMAIL PROTECTED]> wrote: > This patch is originally from Christoph Hellwig. > Signed-off-by: Matthew Dharm <[EMAIL PROTECTED]> Looks fine by me. Why does it say "cleanups, mostly" in the subject? I have not found any behaviour changes. -- Pete

[linux-usb-devel] PATCH: cleanups, mostly

2004-07-31 Thread Matthew Dharm
This patch is originally from Christoph Hellwig. This patch coverts from Scsi_Foo typefs to struct scsi_cmnd, and moved from the SCSI data direction constants to the DMA ones. It also switches to the proper (or so they tell me) use of headers. This also includes some additional reshuffling to a

[linux-usb-devel] PATCH: cleanups

2003-06-15 Thread Matthew Dharm
Some minor cleanups. First, some locking in the bus-reset. Next, we move current_sg into struct us_data (why make more memory allocation issues for ourselves?). Next, we change sm_state into a normal variable, since it shouldn't require atomic_t anytmore. Finally, we remove some references to a