summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)Author
2013-10-03usb: ehci: use amd_chipset_type to filter for usb subsystem hang bugHuang Rui
2013-09-30usb: wusbcore: fix build warning on 64-bit buildsThomas Pugliese
2013-09-30USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()Wei Yongjun
2013-09-30USB: OHCI: ohci_init_driver(): sanity check overridesKevin Hilman
2013-09-30usb: wusbcore: clean up urb dequeue processThomas Pugliese
2013-09-30usb: wusbcore: include the xfer_id in debug printsThomas Pugliese
2013-09-30usb: wusbcore: fix endianess issues when using dwTransferIDThomas Pugliese
2013-09-30usb: chipidea: add ci_hdrc_enter_lpm APIPeter Chen
2013-09-30usb: chipidea: imx: remove PHY operationsPeter Chen
2013-09-30usb: chipidea: move PHY operation to corePeter Chen
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman
2013-09-27usb: musb: omap2430: use the new generic PHY frameworkKishon Vijay Abraham I
2013-09-27usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I
2013-09-27usb: phy: omap-usb2: use the new generic PHY frameworkKishon Vijay Abraham I
2013-09-26usb: wusbcore: set pointers to NULL after freeing in error casesThomas Pugliese
2013-09-26usb: wusbcore: clean up the sg list that was created for out transfersThomas Pugliese
2013-09-26usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segsThomas Pugliese
2013-09-26usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfersThomas Pugliese
2013-09-26usb: wusbcore: rename fields in struct wahcThomas Pugliese
2013-09-26usb: wusbcore: rename urb to tr_urb in struct wa_segThomas Pugliese
2013-09-26USB: ehci-dbgp: drop dead code.Tim Deegan
2013-09-26USB: phy: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TE...Dave Jones
2013-09-26usb: dwc3: add support for MerrifieldDavid Cohen
2013-09-26USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu
2013-09-26USB: Fix breakage in ffs_fs_mount()Al Viro
2013-09-26fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh
2013-09-26usb: core: usb_amd_resume_quirk() can be staticFengguang Wu
2013-09-26usb: pci-quirks: amd_chipset_sb_type_init() can be staticFengguang Wu
2013-09-26USB: OHCI: make ohci-pxa27x a separate driverManjunath Goudar
2013-09-26USB: OHCI: make ohci-ep93xx a separate driverManjunath Goudar
2013-09-26USB: OHCI: make ohci-nxp a separate driverManjunath Goudar
2013-09-26USB: OHCI: make ohci-s3c2410 a separate driverManjunath Goudar
2013-09-26USB: OHCI: make ohci-at91 a separate driverManjunath Goudar
2013-09-26USB: OHCI: make ohci-spear a separate driverManjunath Goudar
2013-09-26USB: OHCI: make ohci-omap3 a separate driverManjunath Goudar
2013-09-26USB: OHCI: make ohci-omap a separate driverManjunath Goudar
2013-09-26USB: OHCI: make ohci-exynos a separate driverManjunath Goudar
2013-09-26USB: EHCI: make ehci-w90X900 a separate driverManjunath Goudar
2013-09-26USB: serial: invoke dcd_change ldisc's handler.Paul Chavent
2013-09-26USB: serial: call handle_dcd_change in ftdi driver.Paul Chavent
2013-09-26USB: correct the usb_disconnect() comment about usb_bus_list_lockBjorn Helgaas
2013-09-25usb/core/devio.c: Don't reject control message to endpoint with wrong directi...Kurt Garloff
2013-09-25usb: chipidea: USB_CHIPIDEA should depend on HAS_DMAGeert Uytterhoeven
2013-09-25usb: chipidea: udc: free pending TD at removal procedurePeter Chen
2013-09-25usb: chipidea: imx: Add usb_phy_shutdown at probe's error pathPeter Chen
2013-09-25usb: chipidea: Fix memleak for ci->hw_bank.regmap when removalPeter Chen
2013-09-25usb: chipidea: udc: fix the oops after rmmod gadgetPeter Chen
2013-09-25USB: fix substandard locking for the sysfs filesAlan Stern
2013-09-25usb: usbtest: bmAttributes would better be maskedHuang Rui
2013-09-25USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tailWei Yongjun