summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-07-16USB: serial: keyspan: Fixed space around equals.Ben Minerds1-1/+1
2012-07-16USB: serial: keyspan: Fix spacing around conditional.Ben Minerds1-9/+9
2012-07-16Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman5-20/+108
2012-07-16USB: EHCI: resolve some unlikely racesAlan Stern3-5/+43
2012-07-16USB: EHCI: fix up lockingAlan Stern3-30/+64
2012-07-16USB: EHCI: simplify isochronous scanningAlan Stern3-91/+32
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern6-65/+25
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern5-50/+71
2012-07-16USB: EHCI: don't lose events during a scanAlan Stern2-4/+12
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern5-42/+59
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern5-94/+98
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern5-71/+61
2012-07-16USB: EHCI: don't refcount iso_stream structuresAlan Stern3-52/+16
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern6-105/+90
2012-07-16USB: EHCI: use hrtimer for controller deathAlan Stern3-10/+38
2012-07-16USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern5-28/+94
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern4-49/+86
2012-07-16USB: EHCI: remove PS3 status pollingAlan Stern1-67/+2
2012-07-16USB: EHCI: return void instead of 0Alan Stern1-20/+14
2012-07-16USB: EHCI: use hrtimer for the periodic scheduleAlan Stern5-61/+101
2012-07-16USB: EHCI: introduce high-res timerAlan Stern4-2/+138
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern6-18/+23
2012-07-16USB: EHCI: add pointer to end of async-unlink listAlan Stern3-7/+5
2012-07-16USB: EHCI: rename "reclaim"Alan Stern5-37/+38
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern4-11/+17
2012-07-16USB: EHCI: don't refcount QHsAlan Stern5-44/+8
2012-07-16USB: EHCI: remove unneeded suspend/resume codeAlan Stern2-19/+1
2012-07-16USB: EHCI: initialize data before resetting hardwareAlan Stern1-3/+3
2012-07-16usb: storage: update usb devices for write cache quirk in quirk list.Namjae Jeon1-0/+12
2012-07-16usb: storage: add support for write cache quirkNamjae Jeon2-1/+9
2012-07-16Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman127-2977/+5999
2012-07-13Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+8
2012-07-11USB: Add a sysfs file to show LTM capabilities.Sarah Sharp2-7/+10
2012-07-11USB: Enable Latency Tolerance Messaging (LTM).Sarah Sharp2-6/+84
2012-07-11xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp1-0/+6
2012-07-11USB: Fix LPM disable count mismatch on driver unbind.Sarah Sharp1-0/+1
2012-07-11USB: Disable LPM while the device is unconfigured.Sarah Sharp2-3/+5
2012-07-11USB: Fix LPM disable/enable during device reset.Sarah Sharp1-14/+12
2012-07-09EHCI: centralize controller initializationAlan Stern24-439/+164
2012-07-09usb: chipidea: add imx platform driverRichard Zhao2-0/+201
2012-07-09usb: otg: add basic mxs phy driver supportRichard Zhao3-0/+197
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao4-4/+14
2012-07-09usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of KconfigRichard Zhao1-0/+1
2012-07-09USB: Chipidea: add ci13xxx device id managementRichard Zhao1-5/+16
2012-07-09USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform driversRichard Zhao3-55/+56
2012-07-09USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao4-406/+406
2012-07-09usb: renesas_usbhs: use dmaengine helper functionsKuninori Morimoto1-11/+3
2012-07-09drivers: usb: otg: fix build break in twl6030-usb.cKishon Vijay Abraham I1-2/+0
2012-07-09usb/hcd: Ensure scatter-gather is not used for isoc transfersHans de Goede1-1/+9
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern9-348/+114