summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: resizing usbmon binary interface buffer causes protection faultsSteven Robertson2010-08-101-1/+1
* USB: gadget: functionfs: stale Makefile entry removedMichal Nazarewicz2010-08-101-1/+0
* USB: EHCI: remove dead code in the periodic schedulerAlan Stern2010-08-102-18/+0
* USB: EHCI: reorganize isochronous scheduler routineAlan Stern2010-08-101-53/+57
* USB: EHCI: add missing frame -> microframe conversionAlan Stern2010-08-102-10/+19
* USB: EHCI: simplify remainder computationsAlan Stern2010-08-101-14/+15
* USB: EHCI: remove PCI assumptionAlan Stern2010-08-103-6/+6
* USB: xHCI: Supporting MSI/MSI-XDong Nguyen2010-08-103-41/+128
* USB: otg/ulpi: extend the generic ulpi driver.Igor Grinberg2010-08-101-10/+117
* USB: otg/ulpi: add support for SMSC USB3319 ulpi phyIgor Grinberg2010-08-102-2/+1
* USB: otg/ulpi: remove unused macroIgor Grinberg2010-08-101-2/+0
* USB: otg/ulpi.c : fix register writeEric BĂ©nard2010-08-101-2/+2
* USB: io_ti.c: don't return 0 if writing the download record failedRoel Kluin2010-08-101-1/+1
* USB: host: Remove dead CONFIG_ARCH_KAROChristian Dietrich2010-08-101-23/+1
* USB: serial: enable async suspend for usb serial port deviceMing Lei2010-08-101-0/+2
* USB: musb: forward debug mode feature to gadgetstephane duverger2010-08-101-0/+3
* USB: EHCI Debug Port Device Gadgetstephane duverger2010-08-103-0/+464
* USB: gadget: Remove unnecessary casts of private_dataJoe Perches2010-08-101-3/+3
* USB: misc: Remove unnecessary casts of private_dataJoe Perches2010-08-105-18/+18
* USB: usb-skeleton: Remove unnecessary casts of private_dataJoe Perches2010-08-101-4/+4
* USB: autoconvert trivial BKL users to private mutexArnd Bergmann2010-08-104-25/+28
* usb: storage: freecom: Fixed several coding style issues.Martin Enderleit2010-08-101-12/+11
* USB: musb: do not override DMA mode in channel programAnand Gadiyar2010-08-101-4/+1
* USB: musb: Kill board specific pinmux from driver fileAnand Gadiyar2010-08-101-6/+0
* USB: ehci_omap: fix device detect issue with modulesAjay Kumar Gupta2010-08-101-0/+36
* USB: musb: fix compilation warning in host only modeAjay Kumar Gupta2010-08-101-4/+3
* USB: musb: use correct register widths in register dumpsAnand Gadiyar2010-08-101-16/+16
* USB: core: hcd-pci: use for_each_pci_dev()Kulikov Vasiliy2010-08-101-4/+1
* USB: serial: io_ti: Don't return 0 if writing the download record failedRoel Kluin2010-08-101-1/+1
* USB: gadget: storage_common: comments updatedMichal Nazarewicz2010-08-101-21/+48
* USB: gadget: compilation issue: missing TASK_INTERRUPTIBLEstephane duverger2010-08-101-0/+1
* USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi2010-08-102-1/+7
* USB: xhci: trivial: use ARRAY_SIZEKulikov Vasiliy2010-08-101-2/+2
* USB: drivers/usb/Makefile: conditionally descend to 'early'Nicolas Kaiser2010-08-101-1/+1
* USB: usblp: fixed switch, brace, whitespace and spacing coding style issuesNicolas Kaiser2010-08-101-186/+185
* USB: add runtime PM for PCI-based host controllersAlan Stern2010-08-101-14/+62
* USB: UHCI: add support for Intel's wakeup flagsAlan Stern2010-08-102-14/+23
* USB: fix race between root-hub wakeup & controller suspendAlan Stern2010-08-102-1/+16
* USB: controller resume should check the root hubAlan Stern2010-08-104-5/+15
* USB: add do_wakeup parameter for PCI HCD suspendAlan Stern2010-08-108-14/+16
* USB: move PCI HCD resume routineAlan Stern2010-08-101-38/+39
* USB: refactor the powermac-specific ASIC clock codeAlan Stern2010-08-101-21/+23
* USB: gadget: g_fs: code cleanupMichal Nazarewicz2010-08-102-137/+60
* USB: convert usb_hcd bitfields into atomic flagsAlan Stern2010-08-1020-68/+63
* USB: gadget: section mismatch warning fixedMichal Nazarewicz2010-08-1013-22/+22
* USB: gadget: f_mass_storage: added eject callbackMichal Nazarewicz2010-08-102-40/+74
* USB: gadget: composite: added disconnect callbackMichal Nazarewicz2010-08-101-0/+2
* USB: gadget: g_multi: code clean up and refactoringMichal Nazarewicz2010-08-102-116/+147
* USB: gadget: f_mass_storage: dead code removedMichal Nazarewicz2010-08-101-3/+0
* USB: gadget: f_fs: use usb_string_ids_n()Michal Nazarewicz2010-08-101-18/+12