summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-usb-next-2013-06-06' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2013-06-078-85/+309
|\
| * usb: add usb2 Link PM variables to sysfs and usb_deviceMathias Nyman2013-06-062-2/+58
| * usb: xhci: add USB2 Link power management BESL supportMathias Nyman2013-06-063-64/+162
| * usb: xhci: define port register names and use them instead of magic numbersMathias Nyman2013-06-063-11/+14
| * usb: xhci: check usb2 port capabilities before adding hw link PM supportMathias Nyman2013-06-063-5/+58
| * usb/xhci: unify parameter of xhci_msi_irqAlex Shi2013-06-063-4/+4
| * usb: xhci-dbg: Display endpoint number and direction in context dumpJulius Werner2013-06-063-1/+15
* | wusbcore wire adapter: ignore HWA_NOTIF_BPST_ADJ notificationsThomas Pugliese2013-06-061-1/+2
* | USB: wusbcore: add HWA-specific fields to usb_rpipe_descriptorThomas Pugliese2013-06-061-21/+21
* | wusbhc: disable suspend and resume on the root hub.Thomas Pugliese2013-06-064-26/+0
* | USB: fix PTR_ERR translation in init_usb_class()Alexey Khoroshilov2013-06-061-1/+1
* | wusbcore: reduce keepalive threshold from timeout/2 to timeout/3Thomas Pugliese2013-06-062-6/+5
* | usb: host: make USB_ARCH_HAS_?HCI obsoleteArnd Bergmann2013-06-062-65/+7
* | USB: OHCI: remove bogus #errorArnd Bergmann2013-06-061-20/+0
|/
* USB: serial: pl2303 works at 500kbpsLuca Olivetti2013-06-031-1/+1
* USB: OHCI: add a name for the platform-private fieldManjunath Goudar2013-06-031-0/+3
* USB: OHCI: make ohci-platform a separate driverManjunath Goudar2013-06-034-53/+44
* usb, chipidea: remove redundant D0 power state setYijing Wang2013-06-031-1/+0
* usb: misc: usb3503: Remove 100ms sleep on reset, conform to data sheetJulius Werner2013-06-031-4/+2
* usb: misc: usb3503: Fix up whitespaceJulius Werner2013-06-031-1/+1
* Allow the USB HCD to create Wireless USB root hubsThomas Pugliese2013-06-032-1/+29
* usb: host: fusbh200-hcd: rename two functionsYuan-Hsin Chen2013-06-031-6/+6
* USB: serial: add support Infineon modem USB flashloader driverWei Shuai2013-06-033-0/+50
* USB: OHCI: make ohci-pci a separate driverManjunath Goudar2013-05-304-108/+52
* USB: OHCI: Generic changes to make ohci-pci a separate driverManjunath Goudar2013-05-305-24/+19
* USB: OHCI: prepare to make ohci-hcd a library moduleManjunath Goudar2013-05-304-17/+113
* USB: FHCI: upgrade the isochronous APIAlan Stern2013-05-302-3/+7
* USB: IMX21: upgrade the isochronous APIAlan Stern2013-05-301-17/+26
* USB: MUSB: upgrade the isochronous APIAlan Stern2013-05-301-2/+1
* usb: ehci-s5p: skip phy setup for Exynos5440 based platformsThomas Abraham2013-05-301-0/+12
* usb: serial: dump small buffers with help of %*phAndy Shevchenko2013-05-302-15/+4
* USB: host: use platform_{get,set}_drvdata()Jingoo Han2013-05-308-26/+16
* usb: host: ehci-spear: Remove redundant checksSachin Kamat2013-05-301-4/+0
* drivers/usb/host: remove leftover release_mem_regionWolfram Sang2013-05-301-1/+0
* usb: misc: usb3503: Adding device tree entry 'disabled-ports'Dongjin Kim2013-05-301-0/+14
* usb: misc: usb3503: Add to select the ports to disableDongjin Kim2013-05-301-9/+10
* Merge 3.10-rc3 into usb-nextGreg Kroah-Hartman2013-05-2768-261/+260
|\
| * Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-05-2364-226/+260
| |\
| | * USB: cxacru: potential underflow in cxacru_cm_get_array()Dan Carpenter2013-05-201-1/+2
| | * USB: ftdi_sio: Add support for Newport CONEX motor driversGomella, Andrew (NIH/NHLBI) [F]2013-05-172-0/+4
| | * USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN cardDan Williams2013-05-171-0/+2
| | * usb: ohci: fix goto wrong tag in err caseLibo Chen2013-05-171-23/+23
| | * usb: isp1760-if: fix memleak when platform_get_resource failLibo Chen2013-05-171-1/+3
| | * usb: ehci-s5p: fix memleak when fallback to pdataLibo Chen2013-05-171-0/+1
| | * USB: serial: clean up chars_in_bufferJohan Hovold2013-05-171-9/+2
| | * USB: ti_usb_3410_5052: fix chars_in_buffer overheadJohan Hovold2013-05-171-8/+15
| | * USB: io_ti: fix chars_in_buffer overheadJohan Hovold2013-05-171-8/+14
| | * USB: ftdi_sio: fix chars_in_buffer overheadJohan Hovold2013-05-171-14/+5
| | * USB: ftdi_sio: clean up get_modem_statusJohan Hovold2013-05-171-5/+4
| | * USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-172-0/+33