summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xhci: Remove references to HC_STATE_HALT.Sarah Sharp2011-03-142-8/+2
* xHCI: prolong host controller halt time limitAndiry Xu2011-03-142-3/+3
* xHCI: Remove redundant variable in xhci_resume()Andiry Xu2011-03-141-6/+1
* xhci: Rename variables and reduce register reads.Sarah Sharp2011-03-142-22/+25
* xhci: Rework port suspend structures for limited ports.Sarah Sharp2011-03-143-23/+16
* USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp2011-03-141-4/+7
* USB: Remove bitmap #define from hcd.hSarah Sharp2011-03-1415-46/+38
* xhci: Remove old no-op test.Sarah Sharp2011-03-143-35/+0
* usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp2011-03-141-0/+5
* USB: ehci: tegra: Align DMA transfers to 32 bytesRobert Morell2011-03-111-0/+90
* usb: host: Add EHCI driver for NVIDIA Tegra SoCsBenoit Goby2011-03-115-1/+672
* ARM: tegra: Add support for Tegra USB PHYsBenoit Goby2011-03-114-0/+885
* usb: otg: Add ulpi viewport access opsBenoit Goby2011-03-114-0/+93
* USB: serial: ch341: add new idwangyanqing2011-03-111-0/+1
* USB: Only treat lasting over-current conditions as errorsPaul Bolle2011-03-111-5/+19
* ehci-atmel: fix section mismatch warningHubert Feurstein2011-03-111-3/+3
* USB: serial: ftdi_sio: adding support for OLIMEX ARM-USB-OCD-HJF Argentino2011-03-102-0/+3
* USB: serial: option: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626Herton Ronaldo Krzesinski2011-03-101-1/+2
* USB OTG Langwell: use simple IPC command to control VBus power.Hao Wu2011-03-101-37/+11
* ARM: s3c24xx: Switch to common GPIO controlled UDC pullup implementationLars-Peter Clausen2011-03-076-129/+7
* USB: s3c2410_udc: Add common implementation for GPIO controlled pullupsLars-Peter Clausen2011-03-072-9/+55
* arm: omap4: 4430sdp: drop ehci supportAnand Gadiyar2011-03-071-19/+0
* USB: OHCI: use pci_dev->revisionSergei Shtylyov2011-03-071-2/+2
* USB: Rename "msm72k_otg.c" to "msm_otg.c"Pavankumar Kondeti2011-03-076-5/+5
* usb/isp1760: Fix crash when unplugging bugArvid Brodin2011-03-071-4/+3
* USB: move usbcore away from hcd->stateAlan Stern2011-03-073-21/+51
* USB: Remove unused timeout from io_edgeport.cHuzaifa Sidhpurwala2011-03-031-3/+0
* USB: Remove unused is_iso from fsl_udc_core.cHuzaifa Sidhpurwala2011-03-031-2/+0
* USB: Remove delay_t unused variable from sierra_ms.c driver initialisation codeHuzaifa Sidhpurwala2011-03-031-2/+0
* usb-gadget: fix warning in ethernetStephen Hemminger2011-03-031-1/+1
* wusb: fix find_first_zero_bit() return value checkAkinobu Mita2011-03-031-1/+1
* usb: EHCI, OHCI: Add configuration for the SH USB controllerYoshihiro Shimoda2011-03-013-5/+16
* USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu2011-03-0110-229/+300
* arm: omap: usb: clock entries for omap3 and omap4Keshava Munegowda2011-03-012-10/+19
* usb: host: omap: ehci and ohci simplificationKeshava Munegowda2011-03-012-1468/+132
* arm: omap: usb: cleanup ehci and ohci resources and devicesKeshava Munegowda2011-03-012-154/+26
* arm: omap: usb: Invoke usbhs core device initializationKeshava Munegowda2011-03-0118-18/+18
* arm: omap: usb: usbhs core device initializationKeshava Munegowda2011-03-012-14/+183
* usb: host: omap: common usb host core driverKeshava Munegowda2011-03-014-0/+1074
* arm: omap: usb: create common enums and structures for ehci and ohciKeshava Munegowda2011-03-0122-168/+184
* arm: omap2: usb: rename usb-ehci.c to usb-host.cFelipe Balbi2011-03-012-5/+5
* usb: host: omap: switch to platform_get_resource_bynameFelipe Balbi2011-03-012-6/+6
* arm: omap: usb: host: add names to resourcesFelipe Balbi2011-03-011-0/+9
* usb: ehci: omap: add support for TLL mode on OMAP4Anand Gadiyar2011-03-011-0/+134
* usb: musb: tusb: Fix possible null pointer dereference in tusb6010_omap.cHuzaifa Sidhpurwala2011-03-011-2/+2
* usb: musb: OMAP3xxx: Fix device detection in otg & host modeHema HK2011-03-011-8/+2
* usb: musb: OMAP4430: Power down the PHY during board initHema HK2011-03-011-0/+4
* usb: otg: OMAP4430: Save/restore the contextHema HK2011-03-011-0/+7
* usb: otg: TWL4030: Update the last_event variable.Hema HK2011-03-011-0/+2
* usb: musb: Idle path retention and offmode support for OMAP3Hema HK2011-03-013-22/+78