aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2011-03-01usb: host: omap: switch to platform_get_resource_bynameFelipe Balbi2-6/+6
2011-03-01usb: ehci: omap: add support for TLL mode on OMAP4Anand Gadiyar1-0/+134
2011-03-01usb: musb: tusb: Fix possible null pointer dereference in tusb6010_omap.cHuzaifa Sidhpurwala1-2/+2
2011-03-01usb: musb: OMAP3xxx: Fix device detection in otg & host modeHema HK1-8/+2
2011-03-01usb: otg: TWL4030: Update the last_event variable.Hema HK1-0/+2
2011-03-01usb: musb: Idle path retention and offmode support for OMAP3Hema HK3-22/+78
2011-03-01usb: musb: Remove platform context save/restore APIHema HK2-15/+0
2011-03-01usb: musb: gadget: fix list_head usageFelipe Balbi1-3/+4
2011-02-28USB: serial/kobil_sct, fix potential tty NULL dereferenceJiri Slaby1-1/+1
2011-02-28USB: serial/keyspan_pda, fix potential tty NULL dereferencesJiri Slaby1-7/+8
2011-02-28usb/isp1760: Handle toggle bit in queue heads onlyArvid Brodin1-33/+21
2011-02-28usb/isp1760: Replace period calculation for INT packets with something readableArvid Brodin1-69/+37
2011-02-28usb/isp1760: Consolidate printouts and remove unused codeArvid Brodin2-218/+190
2011-02-28usb/isp1760: Remove redundant "data_buffer" member from struct inter_packet_infoArvid Brodin2-10/+2
2011-02-28usb/isp1760: Clean up payload address handlingArvid Brodin2-111/+95
2011-02-28usb/isp1760: Remove redundant variables and definesArvid Brodin2-69/+58
2011-02-28usb/isp1760: Move to native-endian ptdsArvid Brodin2-357/+339
2011-02-28usb: core: hub.c Remove one to many n's in a word.Justin P. Mattock1-1/+1
2011-02-28usb: host: uhci-hcd.c Remove one to many n's in a word.Justin P. Mattock1-1/+1
2011-02-28f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEMRémi Denis-Courmont1-5/+10
2011-02-28dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely8-41/+33
2011-02-25drivers:usb:wusbhc.h remove one to many l's in the word.Justin P. Mattock1-1/+1
2011-02-25USB: opticon: add rts and cts supportMartin Jansen1-44/+112
2011-02-25USB: serial drivers need to use larger bulk-in buffersAlan Stern1-3/+2
2011-02-25USB: EHCI bus glue for on-chip PMC MSP USB controllerAnoop3-2/+401
2011-02-25usb: gadget: composite: fix req->length in composite_setup()Maulik Mankad1-1/+1
2011-02-25USB: use "device number" instead of "address"Alan Stern1-26/+22
2011-02-25USB: f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEMRémi Denis-Courmont1-5/+10
2011-02-25USB: EHCI: Fix compiler warnings with MSM driverPavankumar Kondeti1-1/+3
2011-02-25USB: gadget: Add test mode support for ci13xxx_udcPavankumar Kondeti2-6/+51
2011-02-25USB: gadget: Implement remote wakeup in ci13xxx_udcPavankumar Kondeti2-29/+99
2011-02-25USB: gadget: Implement hardware queuing in ci13xxx_udcPavankumar Kondeti2-76/+104
2011-02-25USB: serial: mos7720: Fix possible null pointer dereferenceHuzaifa Sidhpurwala1-1/+2
2011-02-25USB: serial: keyspan: Fix possible null pointer dereference.Huzaifa Sidhpurwala1-5/+5
2011-02-25usb: m66592-udc: Fixed bufnum of BulkYusuke Goda1-1/+1
2011-02-25ehci: Check individual port status registers on resumeMatthew Garrett1-1/+22
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman26-53/+178
2011-02-24usb: musb: core: set has_tt flagFelipe Balbi1-0/+1
2011-02-22USB: xhci: mark local functions as staticDmitry Torokhov3-8/+8
2011-02-21usb: musb: gadget: DBG() already prints function nameSergei Shtylyov1-4/+4
2011-02-20USB: xhci: fix couple sparse annotationsDmitry Torokhov1-2/+2
2011-02-20USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itselfDmitry Torokhov4-7/+8
2011-02-20USB: Reset USB 3.0 devices on (re)discoveryLuben Tuikov1-11/+7
2011-02-20xhci: Fix an error in count_sg_trbs_needed()Paul Zimmerman1-1/+1
2011-02-20xhci: Fix errors in the running total calculations in the TRB mathPaul Zimmerman1-0/+3
2011-02-20xhci: Clarify some expressions in the TRB mathPaul Zimmerman1-12/+10
2011-02-20xhci: Avoid BUG() in interrupt contextPaul Zimmerman1-4/+9
2011-02-18usb: otg: notifier: switch to atomic notifierFelipe Balbi4-11/+11
2011-02-18usb: musb: OMAP4430: Fix usb device detection if connected during bootHema HK2-5/+52
2011-02-18usb: otg: TWL6030 Save the last event in otg_transceiverHema HK1-0/+3