summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-12-21usb: wusbcore: add debug prints to reservation and channel changeThomas Pugliese2-0/+2
2013-12-21usb: cdc-wdm: avoid hanging on zero length readsBjørn Mork1-32/+38
2013-12-20USB: c67x00: remove CONFIG_USB_DEBUG dependancyGreg Kroah-Hartman2-14/+3
2013-12-19drivers: usb: Mark function as static in metro-usb.cRashika Kheria1-1/+1
2013-12-19drivers: usb: Mark function as static in usbsevseg.cRashika Kheria1-1/+1
2013-12-19USB: ohci-octeon: Use devm_ioremap_resource()Jingoo Han1-18/+5
2013-12-19USB: ohci-spear: Use devm_ioremap_resource()Jingoo Han1-10/+3
2013-12-19USB: ohci-ppc-of: Use devm_ioremap_resource()Jingoo Han1-18/+4
2013-12-19USB: ohci-nxp: Use devm_clk_get()Jingoo Han1-18/+8
2013-12-19USB: ehci-w90x900: Use devm_ioremap_resource()Jingoo Han1-16/+5
2013-12-19USB: ohci-da8xx: Use devm_*() functionsJingoo Han1-40/+15
2013-12-19USB: ohci-jz4740: Use devm_*() functionsJingoo Han1-30/+9
2013-12-19USB: ohci-pxa27x:Use devm_*() functionsJingoo Han1-28/+10
2013-12-19USB: ehci-octeon: Use devm_ioremap_resource()Jingoo Han1-18/+5
2013-12-19USB: ehci-fsl: Use devm_ioremap_resource()Jingoo Han1-21/+7
2013-12-19USB: ehci-orion: Use devm_*() functionsJingoo Han1-31/+12
2013-12-19USB: ohci-ppc-of: use dev_err() instead of printk()Jingoo Han1-3/+5
2013-12-19USB: ohci-omap: use dev_err() instead of printk()Jingoo Han1-2/+2
2013-12-19USB: ehci-xilinx-of: use dev_err() instead of printk()Jingoo Han1-1/+2
2013-12-19USB: ehci-ppc-of: use dev_err() instead of printk()Jingoo Han1-1/+2
2013-12-19USB: ehci-orion: use dev_warn() instead of printk()Jingoo Han1-1/+1
2013-12-19USB: ehci-grlib: use dev_err() instead of printk()Jingoo Han1-1/+2
2013-12-19USB: ehci-fsl: use dev_warn() instead of printk()Jingoo Han1-1/+1
2013-12-19usb: ohci-at91: use device managed clk retrievalBoris BREZILLON1-23/+7
2013-12-19usb: ohci-at91: use dev variable instead of &pdev->devBoris BREZILLON1-9/+9
2013-12-19usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resourceBoris BREZILLON1-21/+6
2013-12-19usb: option: add new zte 3g modem pids to option driver张君1-0/+11
2013-12-19usb: usbtest: Always clear halt else further tests will failRoger Quadros1-1/+10
2013-12-19usb: usbtest: Add timetout to simple_io()Roger Quadros1-3/+11
2013-12-18usb: wusbcore: add isochronous IN support to HWAThomas Pugliese1-98/+207
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman112-944/+955
2013-12-11xhci: clarify logging in xhci_setup_deviceDan Williams1-10/+12
2013-12-11usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams6-11/+73
2013-12-10USB: storage: fix compile warningMing Lei1-1/+2
2013-12-10usb: wusbcore: set packet count correctly on isoc transfersThomas Pugliese1-0/+5
2013-12-10usb: wusbcore: move isoc_frame_index from wa_xfer to wa_segThomas Pugliese1-11/+10
2013-12-10usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTThomas Pugliese5-32/+33
2013-12-10usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese2-39/+7
2013-12-10usb: core: allow isoc URBs for wireless devices with an interval < 6Thomas Pugliese1-2/+2
2013-12-10usb: wusbcore: fix short transfersThomas Pugliese1-54/+74
2013-12-09Revert "USB: quirks: add touchscreen that is dazzeled by remote wakeup"Oliver Neukum1-3/+0
2013-12-09usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen61-16/+87
2013-12-09usb: chipidea: usbmisc: Add support for i.MX51 CPUAlexander Shiyan1-0/+4
2013-12-09usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUsAlexander Shiyan1-0/+42
2013-12-09usb: chipidea: imx: avoid unnecessary probe defer every timePeter Chen1-1/+1
2013-12-09usb: chipidea: Reallocate regmap only if lpm is detectedChris Ruehl1-1/+2
2013-12-09Usb: atm: usbatm: fixed a pointer variable format issueSeth Archer Brown1-4/+4
2013-12-09usb: Use dev_is_pci() to check whether it is pci deviceYijing Wang1-1/+1
2013-12-09usb: hcd: Initialize USB phy if neededValentine Barshak1-0/+18
2013-12-09usb: hcd: Remove USB phy if neededValentine Barshak1-1/+13