summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-09-10usb/core: use bin2bcd() for bcdDevice in RHSebastian Andrzej Siewior1-3/+3
2012-09-10usbfs: Add a new disconnect-and-claim ioctl (v2)Hans de Goede1-0/+35
2012-09-07USB: PLAT_ORION fulfils USB_ARCH_HAS_EHCIAndrew Lunn1-0/+1
2012-09-06usb: remove libusualSebastian Andrzej Siewior19-325/+41
2012-09-06USB: cp210x: remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2012-09-06USB: FHCI: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+1
2012-09-06usb: cdc-acm: remove duplicated include from cdc-acm.cWei Yongjun1-1/+0
2012-09-06drivers/usb/gadget/lpc32xx_udc.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-09-06drivers/usb/host/ohci-nxp.c: adjust inconsistent IS_ERR and PTR_ERRJulia Lawall1-1/+1
2012-09-06usb: ohci: Fix Kconfig dependency on USB_ISP1301Roland Stigge1-1/+1
2012-09-06usb: renesas_usbhs: fixup DMA transport data alignmentKuninori Morimoto1-2/+2
2012-09-06powerpc/usb: fix bug of CPU hang when missing USB PHY clockShengzhou Liu2-18/+41
2012-09-06USB: mos7720: fix to use list_for_each_entry_safe() when delete itemsWei Yongjun1-2/+2
2012-09-06usb: renesas_usbhs: modify the irq handler for sharing irqShimoda, Yoshihiro1-3/+22
2012-09-06USB: isp1301: Remove unused static array and defineRoland Stigge1-6/+0
2012-09-06usb host: fix spelling of provides in KconfigPeter Meerwald1-2/+2
2012-08-27Merge v3.6-rc3 into usb-nextGreg Kroah-Hartman30-440/+275
2012-08-21usb: convert USB_QUIRK_RESET_MORPHS to USB_QUIRK_RESETLan Tianyu3-5/+5
2012-08-21usb/endpoint: Set release callback in the struct device_type instead of in th...Lan Tianyu1-5/+5
2012-08-21Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-3/+4
2012-08-20gpu/mfd/usb: Fix USB randconfig problemsGuenter Roeck1-1/+1
2012-08-18USB: CDC ACM: Fix NULL pointer dereferenceSven Schnelle1-1/+2
2012-08-18USB: emi62: remove __devinit* from the struct usb_device_id tableGreg Kroah-Hartman1-1/+1
2012-08-17Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds25-452/+294
2012-08-17ARM: vt8500: Add support for UHCI companion controllerTony Prisk3-2/+172
2012-08-17ARM: vt8500: Update vt8500-ehci driver to support device tree.Tony Prisk1-0/+9
2012-08-16USB: qcserial: fix port handling on Gobi 1K and 2K+Dan Williams1-18/+24
2012-08-16drivers/usb/gadget/s3c-hsotg.c: fix error return codeJulia Lawall1-0/+3
2012-08-16drivers/usb/wusbcore/wa-hc.c: fix error return codeJulia Lawall1-1/+3
2012-08-16drivers/usb/host/ohci-platform.c: fix error return codeJulia Lawall1-1/+3
2012-08-16drivers/usb/host/ehci-platform.c: fix error return codeJulia Lawall1-1/+3
2012-08-16USB: atm: ueagle-atm: Declare MODULE_FIRMWARE usageTim Gardner1-13/+66
2012-08-16USB: storage: ene_ub6250: Use macros for firmware namesTim Gardner1-8/+20
2012-08-16USB: qcserial: fix port handling on Gobi 1K and 2K+Dan Williams1-18/+24
2012-08-16USB: whci-hcd: fix NULL dereference on allocation failureDan Carpenter1-4/+4
2012-08-16USB: legousbtower.c: remove a bogus NULL checkDan Carpenter1-3/+0
2012-08-16USB: serial: Fix mos7840 timeoutMark Ferrell1-4/+3
2012-08-16USB: option: add ZTE K5006-ZBjørn Mork1-0/+2
2012-08-12Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2012-08-10usb: Rename temp variable "config" to "val" in the set_avoid_reset_quirk()Lan Tianyu1-3/+3
2012-08-10USB: whci-hcd: Fix potential memory leak in qset_add_urb_sg()Alexey Khoroshilov1-4/+7
2012-08-10wusb: Fix potential memory leak in wusb_dev_sec_add()Alexey Khoroshilov1-3/+4
2012-08-10usb: host: ohci-platform: add platform specific power callbackKuninori Morimoto1-2/+34
2012-08-10usb: host: ehci-platform: add platform specific power callbackKuninori Morimoto1-3/+37
2012-08-10usb: host: ohci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto1-1/+5
2012-08-10usb: host: ehci-platform: BUG_ON() to WARN_ON() on probeKuninori Morimoto1-1/+5
2012-08-10drivers/usb/host/ehci-xilinx-of.c: use devm_ functionsJulia Lawall1-17/+3
2012-08-10drivers/usb/host/ehci-vt8500.c: use devm_ functionsJulia Lawall1-13/+2
2012-08-10drivers/usb/host/ehci-tegra.c: use devm_ functionsJulia Lawall1-27/+13
2012-08-10drivers/usb/host/ehci-sh.c: use devm_ functionsJulia Lawall1-28/+7