summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | usb: gadget: m66592-udc: add support for TEST_MODEYoshihiro Shimoda2011-07-081-1/+22
| | * | | usb: gadget: r8a66597-udc: Make BUSWAIT configurable through platform dataYoshihiro Shimoda2011-07-081-1/+5
| | * | | usb: gadget: r8a66597-udc: fix cannot connect after rmmod gadget driverYoshihiro Shimoda2011-07-081-7/+3Star
| | * | | usb: update email address in r8a66597-udc and m66592-udcYoshihiro Shimoda2011-07-084-4/+4
| | * | | usb: musb: restore INDEX register in resume pathAjay Kumar Gupta2011-07-081-0/+1
| | * | | usb: gadget: fix up depenciesSebastian Andrzej Siewior2011-07-051-0/+2
| | * | | usb: gadget: fusb300_udc: fix compile warningsSebastian Andrzej Siewior2011-07-051-15/+7Star
| | * | | usb: gadget: ci13xx_udc.c: fix compile warningSebastian Andrzej Siewior2011-07-051-2/+10
| | * | | usb: gadget: net2272: fix compile warningsFelipe Balbi2011-07-051-4/+4
| | * | | usb: gadget: langwell_udc: fix compile warningsFelipe Balbi2011-07-051-6/+6
| | * | | usb: gadget: fusb300_udc: drop dead codeFelipe Balbi2011-07-051-68/+1Star
| * | | | usb: renesas_usbhs: support multi driverKuninori Morimoto2011-07-091-14/+41
| * | | | usb: renesas_usbhs: inaccessible pipe is not an errorKuninori Morimoto2011-07-091-1/+4
| * | | | usb: renesas_usbhs: care buff alignment when dma handlerKuninori Morimoto2011-07-091-0/+6
| * | | | USB: PL2303: correctly handle baudrates above 115200Michał Sroczyński2011-07-081-4/+22
| * | | | usb: r8a66597-hcd: fixup USB_PORT_STAT_C_SUSPEND shiftKuninori Morimoto2011-07-081-1/+1
| * | | | usb: renesas_usbhs: compile/config are rescuedKuninori Morimoto2011-07-083-1/+20
| * | | | usb: renesas_usbhs: fixup comment-outKuninori Morimoto2011-07-083-10/+53
| * | | | usb: update email address in ohci-sh and r8a66597-hcdYoshihiro Shimoda2011-07-082-2/+2
| * | | | usb: r8a66597-hcd: add function for external controllerYoshihiro Shimoda2011-07-082-18/+22
| * | | | EHCI: only power off port if over-current is activeSergei Shtylyov2011-07-081-1/+2
| * | | | USB: mon: Allow to use usbmon without debugfsTobias Klauser2011-07-081-3/+6
| * | | | USB: EHCI: go back to using the system clock for QH unlinksAlan Stern2011-07-083-48/+45Star
| * | | | ehci: add pci quirk for Ordissimo and RM Slate 100 tooAnisse Astier2011-07-081-0/+7
| * | | | ehci: refactor pci quirk to use standard dmi_check_system methodAnisse Astier2011-07-081-7/+14
| * | | | USB: EHCI: Allow users to override 80% max periodic bandwidthKirill Smelkov2011-07-084-14/+115
| * | | | USB: EHCI: Move sysfs related bits into ehci-sysfs.cKirill Smelkov2011-07-083-77/+97
| * | | | drivers: usb: atm: ueagle-atm: Add missing const qualifierChris Forbes2011-07-081-2/+2
| * | | | drivers: usb: atm: ueagle-atm: use __packedChris Forbes2011-07-081-17/+17
| * | | | ehci-msm : use ehci_setupMatthieu CASTET2011-07-081-19/+1Star
| |/ / /
| * | | Realtek cr: Add autosuspend function.edwin_rong2011-07-012-12/+369
| * | | Realtek cr: Remove unused Macrosedwin_rong2011-07-011-9/+0Star
| * | | Realtek cr: clean up unnecessary whitespaces.edwin_rong2011-07-011-54/+56
| * | | USB: s3c2410_udc: fix custom UDC command handlingViliam Mateicka2011-07-011-1/+1
| * | | usb: gadget: Compilation warning fixTatyana Brokhman2011-07-011-1/+1
| * | | USB: OTG: Use work_queue in set_vbus for TWL6030 transcieverMoiz Sonasath2011-07-011-6/+24
| * | | USB: Gadget: Webcam: Return correct result of bindJassi Brar2011-07-011-1/+1
| * | | USB: gadget: fix req length in sourcesink_setup()Bob Liu2011-07-011-0/+2
| * | | usb: renesas_usbhs: use dma handlerKuninori Morimoto2011-07-011-2/+2
| * | | usb: renesas_usbhs: put obtained dma channel info to debug messageKuninori Morimoto2011-07-011-1/+1
| * | | drivers/usb/atm: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-011-2/+2
| * | | wusb: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-011-4/+3Star
| * | | usb/class: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-011-4/+3Star
| * | | usb: musb: no need to access platform_deviceFelipe Balbi2011-07-011-4/+2Star
| * | | usb: gadget: udc-core: wire up sysfs filesSebastian Andrzej Siewior2011-07-011-5/+4Star
| * | | usb: gadget: dummy_hcd: convert to new-style udc-probeSebastian Andrzej Siewior2011-07-011-35/+15Star
| * | | usb: musb: convert musb to new style bindSebastian Andrzej Siewior2011-07-012-81/+17Star
| * | | usb: gadget: udc-core: add "new-style" registration interfaceSebastian Andrzej Siewior2011-07-011-4/+71
| * | | usb: gadget: dummy_hcd: move selection of speed into ->pullup()Sebastian Andrzej Siewior2011-07-011-25/+35
| * | | usb: gadget: dummy_hcd: init is_otg in init_dummy_udc_hw()Sebastian Andrzej Siewior2011-07-011-7/+4Star