summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-10-06usb: wusbcore: add support for isoc out transfersThomas Pugliese2-102/+406
2013-10-04usb: phy: omap: get rid of omap_get_control_dev()Roger Quadros1-21/+10
2013-10-04usb: musb: omap2430: Don't use omap_get_control_dev()Roger Quadros1-11/+14
2013-10-04usb: phy: omap-usb3: Don't use omap_get_control_dev()Roger Quadros1-6/+20
2013-10-04usb: phy: omap: Add new device types and remove omap_control_usb3_phy_power()Roger Quadros2-76/+103
2013-10-04usb: phy: omap-control: Get rid of platform dataRoger Quadros1-9/+3
2013-10-04usb: wusbcore: set the RPIPE bOverTheAirInterval for isoc endpointsThomas Pugliese1-2/+4
2013-10-04usb: wusbcore: implement hwahc_op_get_frame_numberThomas Pugliese1-3/+7
2013-10-04usb: wusbcore: avoid stack overflow in URB enqueue error pathThomas Pugliese1-13/+38
2013-10-04usb: ohci: use amd_chipset_type to filter for SB800 prefetchHuang Rui3-13/+10
2013-10-04usb: ehci: use amd_chipset_type to filter for usb subsystem hang bugHuang Rui3-18/+20
2013-10-01usb: wusbcore: fix build warning on 64-bit buildsThomas Pugliese1-1/+1
2013-10-01USB: EHCI: tegra: drop clk_put for devm_clk_get in tegra_ehci_probe()Wei Yongjun1-3/+1
2013-10-01USB: OHCI: ohci_init_driver(): sanity check overridesKevin Hilman1-4/+6
2013-10-01usb: wusbcore: clean up urb dequeue processThomas Pugliese1-35/+87
2013-10-01usb: wusbcore: include the xfer_id in debug printsThomas Pugliese1-45/+49
2013-10-01usb: wusbcore: fix endianess issues when using dwTransferIDThomas Pugliese1-9/+11
2013-10-01usb: chipidea: add ci_hdrc_enter_lpm APIPeter Chen2-0/+25
2013-10-01usb: chipidea: imx: remove PHY operationsPeter Chen1-17/+4
2013-10-01usb: chipidea: move PHY operation to corePeter Chen2-44/+52
2013-09-30Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman21-107/+199
2013-09-28usb: musb: omap2430: use the new generic PHY frameworkKishon Vijay Abraham I3-6/+23
2013-09-28usb: phy: twl4030: use the new generic PHY frameworkKishon Vijay Abraham I3-805/+0
2013-09-28usb: phy: omap-usb2: use the new generic PHY frameworkKishon Vijay Abraham I3-284/+0
2013-09-27usb: wusbcore: set pointers to NULL after freeing in error casesThomas Pugliese1-0/+2
2013-09-27usb: wusbcore: clean up the sg list that was created for out transfersThomas Pugliese1-0/+4
2013-09-27usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segsThomas Pugliese1-54/+67
2013-09-27usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfersThomas Pugliese1-2/+8
2013-09-27usb: wusbcore: rename fields in struct wahcThomas Pugliese3-18/+18
2013-09-27usb: wusbcore: rename urb to tr_urb in struct wa_segThomas Pugliese1-14/+16
2013-09-27USB: ehci-dbgp: drop dead code.Tim Deegan1-4/+0
2013-09-27USB: phy: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TE...Dave Jones1-0/+1
2013-09-27usb: dwc3: add support for MerrifieldDavid Cohen1-0/+2
2013-09-27USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitializationShengzhou Liu1-2/+3
2013-09-27USB: Fix breakage in ffs_fs_mount()Al Viro1-34/+26
2013-09-26fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phyRamneek Mehresh1-9/+3
2013-09-26usb: core: usb_amd_resume_quirk() can be staticFengguang Wu1-1/+1
2013-09-26usb: pci-quirks: amd_chipset_sb_type_init() can be staticFengguang Wu1-1/+1
2013-09-26USB: OHCI: make ohci-pxa27x a separate driverManjunath Goudar4-141/+113
2013-09-26USB: OHCI: make ohci-ep93xx a separate driverManjunath Goudar4-59/+40
2013-09-26USB: OHCI: make ohci-nxp a separate driverManjunath Goudar4-93/+57
2013-09-26USB: OHCI: make ohci-s3c2410 a separate driverManjunath Goudar4-89/+66
2013-09-26USB: OHCI: make ohci-at91 a separate driverManjunath Goudar4-104/+79
2013-09-26USB: OHCI: make ohci-spear a separate driverManjunath Goudar4-102/+65
2013-09-26USB: OHCI: make ohci-omap3 a separate driverManjunath Goudar4-99/+40
2013-09-26USB: OHCI: make ohci-omap a separate driverManjunath Goudar4-122/+55
2013-09-26USB: OHCI: make ohci-exynos a separate driverManjunath Goudar4-118/+72
2013-09-26USB: EHCI: make ehci-w90X900 a separate driverManjunath Goudar4-58/+39
2013-09-26USB: serial: invoke dcd_change ldisc's handler.Paul Chavent1-0/+10
2013-09-26USB: serial: call handle_dcd_change in ftdi driver.Paul Chavent1-1/+9