index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb serial: Add generic USB wwan support
Matthew Garrett
2010-05-20
4
-0
/
+736
*
USB: deprecate the power/level sysfs attribute
Alan Stern
2010-05-20
1
-0
/
+12
*
USB: use PM core routines to enable/disable autosuspend
Alan Stern
2010-05-20
2
-21
/
+10
*
USB: don't enable remote wakeup by default
Alan Stern
2010-05-20
1
-1
/
+0
*
USB: improve runtime remote wakeup settings
Alan Stern
2010-05-20
1
-11
/
+8
*
USB: fix usbmon and DMA mapping for scatter-gather URBs
Alan Stern
2010-05-20
8
-108
/
+129
*
USB: pxa27x_udc: use four bits to store endpoint addresses
Matt Reimer
2010-05-20
1
-1
/
+1
*
usb: otg: twl4030: use the global ULPI register definitions
Heikki Krogerus
2010-05-20
1
-100
/
+8
*
USB: otg: ulpi: use the global ULPI register definitions
Heikki Krogerus
2010-05-20
1
-36
/
+14
*
USB: gadget: f_mass_storage: per function
Michal Nazarewicz
2010-05-20
1
-6
/
+22
*
usb: gadget: Allow larger configuration descriptors
Robert Lukassen
2010-05-20
1
-1
/
+1
*
usb: musb: add ulpi access operations
Heikki Krogerus
2010-05-20
2
-0
/
+96
*
usb: musb: Makefile: remove unexistent config option
Felipe Balbi
2010-05-20
1
-6
/
+0
*
usb: musb: omap2430.c: remove unnecessary includes
Anand Gadiyar
2010-05-20
1
-2
/
+0
*
usb: musb: omap2430: remove unused define
Anand Gadiyar
2010-05-20
1
-4
/
+0
*
MUSB: Blackfin: remove musb_platform_{suspend|resume}()
Sergei Shtylyov
2010-05-20
1
-12
/
+0
*
MUSB: OMAP: make musb_platform_suspend() 'static'
Sergei Shtylyov
2010-05-20
1
-1
/
+1
*
MUSB: Blackfin: remove bfin_vbus_power()
Sergei Shtylyov
2010-05-20
1
-5
/
+0
*
MUSB: OMAP: remove omap_vbus_power()
Sergei Shtylyov
2010-05-20
1
-8
/
+0
*
USB: musb: support host/gadget role switching on Blackfin parts
Cliff Cai
2010-05-20
1
-6
/
+63
*
usb: musb: debugfs: musb_exit_debugfs() can be called on probe
Felipe Balbi
2010-05-20
2
-3
/
+6
*
USB: option.c: option_indat_callback: Resubmit some unsuccessful URBs
James Maki
2010-05-20
1
-19
/
+30
*
USB: gadget: add HID gadget driver
Fabien Chouteau
2010-05-20
4
-0
/
+974
*
USB: ftdi_sio: fix some coding style issues
Johan Hovold
2010-05-20
1
-31
/
+14
*
USB: serial: generalise write buffer preparation
Johan Hovold
2010-05-20
2
-13
/
+35
*
USB: serial: re-implement multi-urb writes in generic driver
Johan Hovold
2010-05-20
1
-76
/
+56
*
USB: serial: allow custom multi-urb write bulk callbacks
Johan Hovold
2010-05-20
1
-1
/
+1
*
USB: usb_debug: use the generic kfifo-based write implementation
Johan Hovold
2010-05-20
1
-2
/
+0
*
USB: pl2303: use generic close
Johan Hovold
2010-05-20
1
-12
/
+1
*
USB: pl2303: switch to generic write implementation
Johan Hovold
2010-05-20
1
-326
/
+4
*
USB: serial: clean up generic write start busy test
Johan Hovold
2010-05-20
1
-11
/
+4
*
USB: serial: clean up some error and debug messages in generic driver
Johan Hovold
2010-05-20
1
-9
/
+4
*
USB: ftdi_sio: switch to generic read implementation
Johan Hovold
2010-05-20
1
-92
/
+7
*
USB: serial: export generic throttle and unthrottle
Johan Hovold
2010-05-20
1
-0
/
+2
*
USB: pl2303: switch to generic read implementation
Johan Hovold
2010-05-20
1
-59
/
+25
*
USB: serial: generalise generic read implementation
Johan Hovold
2010-05-20
2
-2
/
+4
*
USB: serial: clean up read processing in generic driver
Johan Hovold
2010-05-20
1
-16
/
+11
*
USB: cp210x: use generic submit_read_urb at open
Johan Hovold
2010-05-20
1
-14
/
+2
*
USB: serial: remove unnecessary re-initialisation of generic urbs
Johan Hovold
2010-05-20
1
-23
/
+2
*
USB: serial: refactor read urb submission in generic driver
Johan Hovold
2010-05-20
2
-25
/
+9
*
USB: serial: refactor generic close
Johan Hovold
2010-05-20
6
-21
/
+8
*
USB: serial: clear fifo on close
Johan Hovold
2010-05-20
1
-1
/
+7
*
USB: serial: fix missing locking on fifo in write callback
Johan Hovold
2010-05-20
1
-2
/
+5
*
USB: serial: fix generic chars_in_buffer
Johan Hovold
2010-05-20
1
-4
/
+11
*
USB: pl2303: increase bulk-in buffer size to 256 byte
Johan Hovold
2010-05-20
1
-0
/
+1
*
USB: pl2303: increase the bulk-out buffer size to 256 byte
Johan Hovold
2010-05-20
1
-0
/
+1
*
USB: cp210x: increase bulk-in buffer size to 256 byte
Johan Hovold
2010-05-20
1
-0
/
+1
*
USB: cp210x: increase the bulk-out buffer size to 256 byte
Johan Hovold
2010-05-20
1
-0
/
+1
*
USB: serial: allow drivers to define bulk buffer sizes
Johan Hovold
2010-05-20
4
-71
/
+11
*
USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACES
Hans de Goede
2010-05-20
2
-2
/
+18
[next]