summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-04-14xHCI: Implement AMD PLL quirkAndiry Xu4-1/+32
2011-04-14xhci: Tell USB core both roothubs lost power.Sarah Sharp1-1/+3
2011-04-14usbcore: Bug fix: system can't suspend with USB3.0 device connected to USB3.0...Andiry Xu1-1/+11
2011-04-14USB: Fix unplug of device with active streamsMatthew Wilcox1-1/+1
2011-04-14USB: xhci - also free streams when resetting devicesDmitry Torokhov1-4/+12
2011-04-14USB: Add initial S5P EHCI driverJoonyoung Shim4-0/+213
2011-04-14Revert "USB: sam-ba: add driver for Atmel SAM Boot Assistant (SAM-BA)"Johan Hovold3-216/+0
2011-04-14USB: twl4030-usb: Report correct vbus value for accessory charger adapters1Matthias Kaehlcke1-1/+8
2011-04-14USB: Mark ehci_adjust_port_wakeup_flags as __maybe_unusedFabio Estevam1-1/+1
2011-04-14usb: fix a typo in a commentWeiping Pan(潘卫平)1-1/+1
2011-04-14usb/otg: fix twl6030 macroRandy Dunlap1-1/+1
2011-04-14usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-onlyRoger Quadros1-0/+1
2011-04-14usb: gadget: f_mass_storage: Fix Bulk-only RESET handlingRoger Quadros1-0/+5
2011-04-14usb: u132-hcd: Drop __TIME__ usageMichal Marek1-2/+1
2011-04-14usb: ftdi-elan: Drop __TIME__ usageMichal Marek1-2/+1
2011-04-14USB: UHCI: don't try to revive a dead controllerAlan Stern1-10/+9
2011-04-14USB: UHCI: remove uses of hcd->stateAlan Stern1-6/+1
2011-04-14usb: don't enter usb subdirectories directlyFelipe Balbi2-4/+7
2011-04-14USB: sl811: add Kconfig option for ISOCHRONOUS modeMike Frysinger2-7/+11
2011-04-14USB: g_file_storage: don't send padding when stall=nAlan Stern2-84/+23
2011-04-14USB: remove dead code from usb_deregister_dev()Libor Pechacek1-8/+0
2011-04-14usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab3-49/+10
2011-04-14xhci: Fix NULL pointer deref in handle_port_status()Sarah Sharp1-0/+11
2011-04-14USB: xhci - fix math in xhci_get_endpoint_interval()Dmitry Torokhov1-28/+62
2011-04-14USB: xhci: simplify logic of skipping missed isoc TDsDmitry Torokhov1-78/+94
2011-04-14USB: xhci - remove excessive 'inline' markingsDmitry Torokhov2-8/+8
2011-04-14USB: xhci: unsigned char never equals -1Dan Carpenter3-6/+9
2011-04-14USB: xhci - fix unsafe macro definitionsDmitry Torokhov1-3/+3
2011-04-14USB: cdc-acm: re-write read processingJohan Hovold2-197/+120
2011-04-14USB: cdc-acm: clean up read urb allocationJohan Hovold1-16/+13
2011-04-14USB: cdc-acm: clean up open error handlingJohan Hovold1-3/+1
2011-04-14USB: cdc-acm: clean up rx_buflimit referencesJohan Hovold1-7/+7
2011-04-14USB: cdc-acm: remove unused drain-delay codeJohan Hovold2-7/+0
2011-04-14USB: cdc-acm: remove superfluous prototypeJohan Hovold1-2/+0
2011-04-14USB: cdc-acm: remove version information and changelogJohan Hovold1-30/+2
2011-04-14USB: cdc-acm: use dev_vdbg in read/write pathsJohan Hovold1-7/+7
2011-04-14USB: cdc-acm: clean up verbose debugJohan Hovold1-9/+2
2011-04-14USB: cdc-acm: replace dbg macros with dev_dbgJohan Hovold1-28/+52
2011-04-14USB: cdc-acm: clean up dev_err and dev_dbgJohan Hovold1-6/+9
2011-04-14USB: cdc-acm: use dev_err to report failed allocationsJohan Hovold1-7/+7
2011-04-14USB: cdc-acm: add missing newlines to dev_dbg and dev_errJohan Hovold1-3/+3
2011-04-14USB: change the way we initialize format stringsDmitry Torokhov1-11/+11
2011-04-14USB: fix formatting of SuperSpeed endpoints in /proc/bus/usb/devicesDmitry Torokhov1-4/+6
2011-04-14usb: renesas_usbhs: Add Renesas USBHS GadgetKuninori Morimoto6-1/+1402
2011-04-14usb: renesas_usbhs: Add Renesas USBHS common codeKuninori Morimoto10-0/+1996
2011-04-14USB: isp1760-hcd: move imask clear after pending work is doneRichard Retanubun1-1/+3
2011-04-14USB: fsl_qe_udc: send ZLP when zero flag and length % maxpacket == 0Valentin Longchamp1-2/+18
2011-04-14usb: qcserial add missing errorpath kfreesSteven Hardy1-0/+2
2011-04-14usb: qcserial avoid pointing to freed memorySteven Hardy1-6/+9
2011-04-14usb: Fix qcserial memory leak on rmmodSteven Hardy1-1/+13