summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2012-07-16Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman
2012-07-16USB: EHCI: resolve some unlikely racesAlan Stern
2012-07-16USB: EHCI: fix up lockingAlan Stern
2012-07-16USB: EHCI: simplify isochronous scanningAlan Stern
2012-07-16USB: EHCI: use hrtimer for the I/O watchdogAlan Stern
2012-07-16USB: EHCI: always scan each interrupt QHAlan Stern
2012-07-16USB: EHCI: don't lose events during a scanAlan Stern
2012-07-16USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern
2012-07-16USB: EHCI: unlink multiple async QHs togetherAlan Stern
2012-07-16USB: EHCI: use hrtimer for the IAA watchdogAlan Stern
2012-07-16USB: EHCI: don't refcount iso_stream structuresAlan Stern
2012-07-16USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern
2012-07-16USB: EHCI: use hrtimer for controller deathAlan Stern
2012-07-16USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern
2012-07-16USB: EHCI: use hrtimer for async scheduleAlan Stern
2012-07-16USB: EHCI: remove PS3 status pollingAlan Stern
2012-07-16USB: EHCI: return void instead of 0Alan Stern
2012-07-16USB: EHCI: use hrtimer for the periodic scheduleAlan Stern
2012-07-16USB: EHCI: introduce high-res timerAlan Stern
2012-07-16USB: EHCI: add new root-hub state: STOPPINGAlan Stern
2012-07-16USB: EHCI: add pointer to end of async-unlink listAlan Stern
2012-07-16USB: EHCI: rename "reclaim"Alan Stern
2012-07-16USB: EHCI: add symbolic constants for QHsAlan Stern
2012-07-16USB: EHCI: don't refcount QHsAlan Stern
2012-07-16USB: EHCI: remove unneeded suspend/resume codeAlan Stern
2012-07-16USB: EHCI: initialize data before resetting hardwareAlan Stern
2012-07-16usb: storage: update usb devices for write cache quirk in quirk list.Namjae Jeon
2012-07-16usb: storage: add support for write cache quirkNamjae Jeon
2012-07-16Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman
2012-07-13Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-07-11USB: Add a sysfs file to show LTM capabilities.Sarah Sharp
2012-07-11USB: Enable Latency Tolerance Messaging (LTM).Sarah Sharp
2012-07-11xhci: Export Latency Tolerance Messaging capabilities.Sarah Sharp
2012-07-11USB: Fix LPM disable count mismatch on driver unbind.Sarah Sharp
2012-07-11USB: Disable LPM while the device is unconfigured.Sarah Sharp
2012-07-11USB: Fix LPM disable/enable during device reset.Sarah Sharp
2012-07-09EHCI: centralize controller initializationAlan Stern
2012-07-09usb: chipidea: add imx platform driverRichard Zhao
2012-07-09usb: otg: add basic mxs phy driver supportRichard Zhao
2012-07-09usb: chipidea: permit driver bindings pass phy pointerRichard Zhao
2012-07-09usb: chipidea: select USB_EHCI_ROOT_HUB_TT in USB_CHIPIDEA_HOST of KconfigRichard Zhao
2012-07-09USB: Chipidea: add ci13xxx device id managementRichard Zhao
2012-07-09USB: Chipidea: add unified ci13xxx_{add,remove}_device for platform driversRichard Zhao
2012-07-09USB: Chipidea: rename struct ci13xxx variables from udc to ciRichard Zhao
2012-07-09usb: renesas_usbhs: use dmaengine helper functionsKuninori Morimoto
2012-07-09drivers: usb: otg: fix build break in twl6030-usb.cKishon Vijay Abraham I
2012-07-09usb/hcd: Ensure scatter-gather is not used for isoc transfersHans de Goede
2012-07-09EHCI: centralize controller suspend/resumeAlan Stern
2012-07-08mfd: USB: Fix the omap-usb EHCI ULPI PHY reset fix issues.Russ Dill
2012-07-06usb: convert port_owners type from void * to struct dev_state *Lan Tianyu