aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Iliyan Malchev2011-09-271-77/+56
|\
| * Merge branch 'android-3.0' into android-omap-3.0Iliyan Malchev2011-09-271-77/+56
| |\
| | * usb: otg: Temporarily grab wakelock on charger and disconnect eventsTodd Poynor2011-09-261-77/+56
* | | Revert "HACK: modem_if: usb: Force enumeration if modem is not responding"Benoit Goby2011-09-251-15/+0
* | | HACK: modem_if: usb: Force enumeration if modem is not respondingBenoit Goby2011-09-191-0/+15
* | | usb: musb: Enable DMA mode1 RX for USB-Mass-StorageVikram Pandita2011-09-151-12/+25
* | | usb: core: Add NO_RESET_RESUME quirkBenoit Goby2011-09-152-1/+5
* | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Dima Zavin2011-09-141-13/+20
|\ \ \ | |/ /
| * | Merge branch 'android-3.0' into android-omap-3.0Dima Zavin2011-09-141-13/+20
| |\ \ | | |/
| | * usb: gadget: android: always update the sw_connected stateDima Zavin2011-09-141-5/+4
| | * usb: gadget: android: dump the uevents sent when changing statesDima Zavin2011-09-141-10/+12
| | * usb: gadget: android: follow proper order on disconnectDima Zavin2011-09-141-1/+7
* | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Dima Zavin2011-09-132-10/+37
|\ \ \ | |/ /
| * | Merge branch 'linux-omap-3.0' into android-omap-3.0Dima Zavin2011-09-132-10/+37
| |\ \
| | * | usb: musb: omap2430: process all otg events, not just the latest oneDima Zavin2011-09-132-10/+35
| | * | usb: musb: omap2+: fix cleanup on errors in init and in exitDima Zavin2011-09-131-0/+2
* | | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Dima Zavin2011-09-111-0/+59
|\ \ \ \ | |/ / /
| * | | Merge branch 'android-3.0' into android-omap-3.0Dima Zavin2011-09-111-0/+59
| |\ \ \ | | | |/ | | |/|
| | * | usb: otg_id: add suspend/resume interfaceDima Zavin2011-09-111-0/+59
* | | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Erik Gilling2011-09-071-2/+7
|\ \ \ \ | |/ / /
| * | | Merge remote branch 'pcommon/android-3.0' into android-omap-3.0Erik Gilling2011-09-071-2/+7
| |\ \ \ | | |/ /
| | * | USB: gadget: android: pass ctrl requests to accessory function when disabledMike Lockwood2011-09-071-2/+7
* | | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Iliyan Malchev2011-09-065-0/+44
|\ \ \ \ | |/ / /
| * | | Merge branch 'linux-omap-3.0' into android-omap-3.0Iliyan Malchev2011-09-063-0/+9
| |\ \ \ | | | |/ | | |/|
| | * | usb: musb: fix context api'sVikram Pandita2011-09-061-0/+2
| | * | usb: musb: omap2+: save and restore OTG_INTERFSELHema HK2011-09-062-0/+7
| * | | Merge branch 'android-3.0' into android-omap-3.0Iliyan Malchev2011-09-062-0/+35
| |\ \ \ | | | |/ | | |/|
| | * | usb: ehci: make HC see up-to-date qh/qtd descriptor ASAPMing Lei2011-09-062-0/+35
* | | | HACK: ehci recovery from port resume failureVikram Pandita2011-09-061-0/+49
* | | | HACK: fix ehci suspend/resume failureAnand Gadiyar2011-09-061-0/+26
* | | | Toro: Update USB gadget for DM featuresujin119.kim2011-08-222-0/+322
* | | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Colin Cross2011-08-161-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'linux-omap-3.0' into android-omap-3.0Colin Cross2011-08-163-1/+18
| |\ \ \ | | | |/ | | |/|
| | * | usb: musb: fix pm_runtime calls while atomicVikram Pandita2011-08-162-1/+15
| | * | usb: musb: gadget: avoid runtime pm call in atomic contextVikram Pandita2011-08-161-0/+3
* | | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Colin Cross2011-08-154-6/+53
|\ \ \ \ | |/ / /
| * | | Merge branch 'linux-omap-3.0' into android-omap-3.0Colin Cross2011-08-151-2/+27
| |\ \ \ | | |/ /
| | * | usb: ehci-omap: control transceiver clockVikram Pandita2011-08-151-2/+27
| | * | Merge commit 'v3.0.1' into linux-omap-3.0Colin Cross2011-08-108-50/+84
| | |\ \
| * | \ \ Merge branch 'android-3.0' into android-omap-3.0Colin Cross2011-08-153-4/+26
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | usb: gadget: android: Only call ctrlrequest callback on enabled functionsMike Lockwood2011-08-121-2/+1
| | * | | USB: gadget: android: Use "rndis%d" for RNDIS device name instead of "usb%d"Mike Lockwood2011-08-123-2/+25
* | | | | usb: musb: fix pm_runtime calls while atomicVikram Pandita2011-08-112-1/+15
* | | | | usb: musb: gadget: avoid runtime pm call in atomic contextVikram Pandita2011-08-111-2/+2
* | | | | Merge branch 'android-omap-3.0' into android-omap-tuna-3.0Colin Cross2011-08-108-50/+84
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'android-3.0' into android-omap-3.0Colin Cross2011-08-108-50/+84
| |\ \ \ \ | | |/ / /
| | * | | Merge commit 'v3.0.1' into android-3.0Colin Cross2011-08-108-50/+84
| | |\ \ \ | | | | |/ | | | |/|
| | | * | EHCI: fix direction handling for interrupt data togglesAlan Stern2011-08-042-1/+3
| | | * | EHCI: only power off port if over-current is activeSergei Shtylyov2011-08-041-1/+2
| | | * | usb: musb: restore INDEX register in resume pathAjay Kumar Gupta2011-08-041-0/+1