summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)Author
2013-12-18USB: ehci-fsl: Use devm_ioremap_resource()Jingoo Han
2013-12-18USB: ehci-orion: Use devm_*() functionsJingoo Han
2013-12-18USB: ohci-ppc-of: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ohci-omap: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ehci-xilinx-of: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ehci-ppc-of: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ehci-orion: use dev_warn() instead of printk()Jingoo Han
2013-12-18USB: ehci-grlib: use dev_err() instead of printk()Jingoo Han
2013-12-18USB: ehci-fsl: use dev_warn() instead of printk()Jingoo Han
2013-12-18usb: ohci-at91: use device managed clk retrievalBoris BREZILLON
2013-12-18usb: ohci-at91: use dev variable instead of &pdev->devBoris BREZILLON
2013-12-18usb: ohci-at91: replace request_mem_region + ioremap by devm_ioremap_resourceBoris BREZILLON
2013-12-18usb: option: add new zte 3g modem pids to option driver张君
2013-12-18usb: usbtest: Always clear halt else further tests will failRoger Quadros
2013-12-18usb: usbtest: Add timetout to simple_io()Roger Quadros
2013-12-17usb: wusbcore: add isochronous IN support to HWAThomas Pugliese
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman
2013-12-10xhci: clarify logging in xhci_setup_deviceDan Williams
2013-12-10usb: xhci: change enumeration scheme to 'new scheme' by defaultDan Williams
2013-12-09USB: storage: fix compile warningMing Lei
2013-12-09usb: wusbcore: set packet count correctly on isoc transfersThomas Pugliese
2013-12-09usb: wusbcore: move isoc_frame_index from wa_xfer to wa_segThomas Pugliese
2013-12-09usb: wusbcore: use USB_CTRL_SET_TIMEOUT and USB_CTRL_GET_TIMEOUTThomas Pugliese
2013-12-09usb: core: get config and string descriptors for unauthorized devicesThomas Pugliese
2013-12-09usb: core: allow isoc URBs for wireless devices with an interval < 6Thomas Pugliese
2013-12-09usb: wusbcore: fix short transfersThomas Pugliese
2013-12-08Revert "USB: quirks: add touchscreen that is dazzeled by remote wakeup"Oliver Neukum
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen
2013-12-08usb: chipidea: usbmisc: Add support for i.MX51 CPUAlexander Shiyan
2013-12-08usb: chipidea: usbmisc: Add support for i.MX27/i.MX31 CPUsAlexander Shiyan
2013-12-08usb: chipidea: imx: avoid unnecessary probe defer every timePeter Chen
2013-12-08usb: chipidea: Reallocate regmap only if lpm is detectedChris Ruehl
2013-12-08Usb: atm: usbatm: fixed a pointer variable format issueSeth Archer Brown
2013-12-08usb: Use dev_is_pci() to check whether it is pci deviceYijing Wang
2013-12-08usb: hcd: Initialize USB phy if neededValentine Barshak
2013-12-08usb: hcd: Remove USB phy if neededValentine Barshak
2013-12-08USB: storage: use sg_miter_* APIs to access scsi bufferMing Lei
2013-12-08usb: wusbcore: return -ENOENT for unlinked URBs.Thomas Pugliese
2013-12-08usb: wusbcore: add more info to debug prints in urb_unlink pathThomas Pugliese
2013-12-08usb: wusbcore: add calls to usb_hcd_link_urb_to_ep, usb_hcd_unlink_urb_from_e...Thomas Pugliese
2013-12-08USB: OHCI: Properly handle ohci-spear suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle ohci-exynos suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle ohci-da8xx suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle ohci-s3c2410 suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle ohci-at91 suspendMajunath Goudar
2013-12-08USB: OHCI: Properly handle OHCI controller suspendMajunath Goudar
2013-12-08usb: usbtest: update bos test coverage to usb 2.1 deviceHuang Rui
2013-12-08usb: usbtest: fix the bit mask of usb 2.0 extension descriptorHuang Rui
2013-12-08usb: usbtest: add a test case to support bos for queue controlHuang Rui
2013-12-04USB: fix coccinelle warningsFengguang Wu