Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | |
That is "success", "unknown", "through", "performance", "[re|un]mapping" , "access", "default", "reasonable", "[con]currently", "temperature" , "channel", "[un]used", "application", "example","hierarchy", "therefore" , "[over|under]flow", "contiguous", "threshold", "enough" and others. Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | |||
2009-03-17 | USB: wusbcore/wa-xfer, fix lock imbalance | Jiri Slaby | |
Fix locking on one wa_urb_enqueue_b's fail path. There was omitted unlock. Signed-off-by: Jiri Slaby <jirislaby@gmail.com> Cc: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> | |||
2008-12-22 | uwb: use dev_dbg() for debug messages | David Vrabel | |
Instead of the home-grown d_fnstart(), d_fnend() and d_printf() macros, use dev_dbg() or remove the message entirely. Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
2008-10-15 | uwb: use kcalloc where appropriate | David Vrabel | |
Signed-off-by: David Vrabel <david.vrabel@csr.com> | |||
2008-09-17 | wusb: add the Wire Adapter (WA) core | Inaky Perez-Gonzalez | |
Common code for supporting Host Wire Adapters and Device Wire Adapters. Signed-off-by: David Vrabel <david.vrabel@csr.com> |