summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-05-20USB: deprecate the power/level sysfs attributeAlan Stern1-0/+12
2010-05-20USB: use PM core routines to enable/disable autosuspendAlan Stern2-21/+10
2010-05-20USB: don't enable remote wakeup by defaultAlan Stern1-1/+0
2010-05-20USB: improve runtime remote wakeup settingsAlan Stern1-11/+8
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern8-108/+129
2010-05-20USB: pxa27x_udc: use four bits to store endpoint addressesMatt Reimer1-1/+1
2010-05-20usb: otg: twl4030: use the global ULPI register definitionsHeikki Krogerus1-100/+8
2010-05-20USB: otg: ulpi: use the global ULPI register definitionsHeikki Krogerus1-36/+14
2010-05-20USB: gadget: f_mass_storage: per functionMichal Nazarewicz1-6/+22
2010-05-20usb: gadget: Allow larger configuration descriptorsRobert Lukassen1-1/+1
2010-05-20usb: musb: add ulpi access operationsHeikki Krogerus2-0/+96
2010-05-20usb: musb: Makefile: remove unexistent config optionFelipe Balbi1-6/+0
2010-05-20usb: musb: omap2430.c: remove unnecessary includesAnand Gadiyar1-2/+0
2010-05-20usb: musb: omap2430: remove unused defineAnand Gadiyar1-4/+0
2010-05-20MUSB: Blackfin: remove musb_platform_{suspend|resume}()Sergei Shtylyov1-12/+0
2010-05-20MUSB: OMAP: make musb_platform_suspend() 'static'Sergei Shtylyov1-1/+1
2010-05-20MUSB: Blackfin: remove bfin_vbus_power()Sergei Shtylyov1-5/+0
2010-05-20MUSB: OMAP: remove omap_vbus_power()Sergei Shtylyov1-8/+0
2010-05-20USB: musb: support host/gadget role switching on Blackfin partsCliff Cai1-6/+63
2010-05-20usb: musb: debugfs: musb_exit_debugfs() can be called on probeFelipe Balbi2-3/+6
2010-05-20USB: option.c: option_indat_callback: Resubmit some unsuccessful URBsJames Maki1-19/+30
2010-05-20USB: gadget: add HID gadget driverFabien Chouteau4-0/+974
2010-05-20USB: ftdi_sio: fix some coding style issuesJohan Hovold1-31/+14
2010-05-20USB: serial: generalise write buffer preparationJohan Hovold2-13/+35
2010-05-20USB: serial: re-implement multi-urb writes in generic driverJohan Hovold1-76/+56
2010-05-20USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold1-1/+1
2010-05-20USB: usb_debug: use the generic kfifo-based write implementationJohan Hovold1-2/+0
2010-05-20USB: pl2303: use generic closeJohan Hovold1-12/+1
2010-05-20USB: pl2303: switch to generic write implementationJohan Hovold1-326/+4
2010-05-20USB: serial: clean up generic write start busy testJohan Hovold1-11/+4
2010-05-20USB: serial: clean up some error and debug messages in generic driverJohan Hovold1-9/+4
2010-05-20USB: ftdi_sio: switch to generic read implementationJohan Hovold1-92/+7
2010-05-20USB: serial: export generic throttle and unthrottleJohan Hovold1-0/+2
2010-05-20USB: pl2303: switch to generic read implementationJohan Hovold1-59/+25
2010-05-20USB: serial: generalise generic read implementationJohan Hovold2-2/+4
2010-05-20USB: serial: clean up read processing in generic driverJohan Hovold1-16/+11
2010-05-20USB: cp210x: use generic submit_read_urb at openJohan Hovold1-14/+2
2010-05-20USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold1-23/+2
2010-05-20USB: serial: refactor read urb submission in generic driverJohan Hovold2-25/+9
2010-05-20USB: serial: refactor generic closeJohan Hovold6-21/+8
2010-05-20USB: serial: clear fifo on closeJohan Hovold1-1/+7
2010-05-20USB: serial: fix missing locking on fifo in write callbackJohan Hovold1-2/+5
2010-05-20USB: serial: fix generic chars_in_bufferJohan Hovold1-4/+11
2010-05-20USB: pl2303: increase bulk-in buffer size to 256 byteJohan Hovold1-0/+1
2010-05-20USB: pl2303: increase the bulk-out buffer size to 256 byteJohan Hovold1-0/+1
2010-05-20USB: cp210x: increase bulk-in buffer size to 256 byteJohan Hovold1-0/+1
2010-05-20USB: cp210x: increase the bulk-out buffer size to 256 byteJohan Hovold1-0/+1
2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold4-71/+11
2010-05-20USB: Add a new quirk: USB_QUIRK_HONOR_BNUMINTERFACESHans de Goede2-2/+18
2010-05-20usb: fix serial build when SYSRQ is disabledRandy Dunlap1-0/+9