summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-07-19omap_udc: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+2
2012-07-19goku_udc: remove IRQF_SAMPLE_RANDOM which was commented outTheodore Ts'o1-1/+1
2012-07-19usb: add host support for the tilegx architectureChris Metcalf4-0/+427
2012-07-18target: Allow for target_submit_cmd() returning errorsRoland Dreier1-14/+22
2012-07-17USB: ehci-s5p: Add vbus setup function to the s5p ehci glue layerVivek Gautam1-0/+21
2012-07-17usb: Use eth_random_addrJoe Perches2-3/+3
2012-07-17USB: notify phy when root hub port connect changeRichard Zhao1-0/+8
2012-07-17target: remove transport_generic_handle_cdb_mapChristoph Hellwig1-14/+0
2012-07-17target: remove transport_generic_process_writeChristoph Hellwig1-2/+2
2012-07-17USB: option: add ZTE MF821DBjørn Mork1-0/+2
2012-07-17USB: sierra: QMI mode MC7710 moved to qcserialBjørn Mork1-3/+0
2012-07-17USB: qcserial: adding Sierra Wireless devicesBjørn Mork1-0/+20
2012-07-17USB: qcserial: support generic Qualcomm serial portsBjørn Mork1-0/+7
2012-07-17USB: qcserial: make probe more flexibleBjørn Mork1-18/+26
2012-07-17USB: qcserial: centralize probe exit pathBjørn Mork1-9/+8
2012-07-17USB: qcserial: consolidate usb_set_interface callsBjørn Mork1-33/+16
2012-07-17USB: ehci-s5p: Add support for device treeVivek Gautam1-0/+22
2012-07-17USB: ohci-exynos: Add support for device treeVivek Gautam1-0/+22
2012-07-17USB: ehci-omap: fix compile failure(v1)Ming Lei1-5/+5
2012-07-17usb: host: tegra: pass correct pointer in ehci_setup()Laxman Dewangan3-3/+3
2012-07-17USB: ehci-fsl: Update ifdef check to work on 64-bit ppcKumar Gala1-1/+1
2012-07-17USB: serial: keyspan: Removed unrequired parentheses.Ben Minerds1-1/+1
2012-07-17USB: serial: keyspan: Removed trailing whitespace.Ben Minerds1-1/+1
2012-07-17USB: serial: keyspan: Fixed space near open parenthesis.Ben Minerds1-1/+1
2012-07-17USB: serial: keyspan: Fixed space around equals.Ben Minerds1-1/+1
2012-07-17USB: serial: keyspan: Fix spacing around conditional.Ben Minerds1-9/+9
2012-07-17Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman5-20/+108
2012-07-17USB: EHCI: resolve some unlikely racesAlan Stern3-5/+43
2012-07-17USB: EHCI: fix up lockingAlan Stern3-30/+64
2012-07-17USB: EHCI: simplify isochronous scanningAlan Stern3-91/+32
2012-07-17USB: EHCI: use hrtimer for the I/O watchdogAlan Stern6-65/+25
2012-07-17USB: EHCI: always scan each interrupt QHAlan Stern5-50/+71
2012-07-17USB: EHCI: don't lose events during a scanAlan Stern2-4/+12
2012-07-17USB: EHCI: use hrtimer for unlinking empty async QHsAlan Stern5-42/+59
2012-07-17USB: EHCI: unlink multiple async QHs togetherAlan Stern5-94/+98
2012-07-17USB: EHCI: use hrtimer for the IAA watchdogAlan Stern5-71/+61
2012-07-17USB: EHCI: don't refcount iso_stream structuresAlan Stern3-52/+16
2012-07-17USB: EHCI: use hrtimer for (s)iTD deallocationAlan Stern6-105/+90
2012-07-17USB: EHCI: use hrtimer for controller deathAlan Stern3-10/+38
2012-07-17USB: EHCI: use hrtimer for interrupt QH unlinkAlan Stern5-28/+94
2012-07-17USB: EHCI: use hrtimer for async scheduleAlan Stern4-49/+86
2012-07-17USB: EHCI: remove PS3 status pollingAlan Stern1-67/+2
2012-07-17USB: EHCI: return void instead of 0Alan Stern1-20/+14
2012-07-17USB: EHCI: use hrtimer for the periodic scheduleAlan Stern5-61/+101
2012-07-17USB: EHCI: introduce high-res timerAlan Stern4-2/+138
2012-07-17USB: EHCI: add new root-hub state: STOPPINGAlan Stern6-18/+23
2012-07-17USB: EHCI: add pointer to end of async-unlink listAlan Stern3-7/+5
2012-07-17USB: EHCI: rename "reclaim"Alan Stern5-37/+38
2012-07-17USB: EHCI: add symbolic constants for QHsAlan Stern4-11/+17
2012-07-17USB: EHCI: don't refcount QHsAlan Stern5-44/+8