summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: phy: omap-usb2: use the new generic PHY frameworkKishon Vijay Abraham I2013-09-285-16/+54
* drivers: phy: add generic PHY frameworkKishon Vijay Abraham I2013-09-285-0/+725
* usb: wusbcore: set pointers to NULL after freeing in error casesThomas Pugliese2013-09-271-0/+2
* usb: wusbcore: clean up the sg list that was created for out transfersThomas Pugliese2013-09-271-0/+4
* usb: wusbcore: resource cleanup fix in __wa_xfer_setup_segsThomas Pugliese2013-09-271-54/+67
* usb: wusbcore: allow wa_xfer_destroy to clean up partially constructed xfersThomas Pugliese2013-09-271-2/+8
* usb: wusbcore: rename fields in struct wahcThomas Pugliese2013-09-273-18/+18
* usb: wusbcore: rename urb to tr_urb in struct wa_segThomas Pugliese2013-09-271-14/+16
* USB: ehci-dbgp: drop dead code.Tim Deegan2013-09-271-4/+0
* USB: phy: Restrict AM335x PHY driver to only be built on !ARM when COMPILE_TE...Dave Jones2013-09-271-0/+1
* usb: core: usb_amd_resume_quirk() can be staticFengguang Wu2013-09-261-1/+1
* usb: pci-quirks: amd_chipset_sb_type_init() can be staticFengguang Wu2013-09-261-1/+1
* USB: OHCI: make ohci-pxa27x a separate driverManjunath Goudar2013-09-264-141/+113
* USB: OHCI: make ohci-ep93xx a separate driverManjunath Goudar2013-09-264-59/+40
* USB: OHCI: make ohci-nxp a separate driverManjunath Goudar2013-09-264-93/+57
* USB: OHCI: make ohci-s3c2410 a separate driverManjunath Goudar2013-09-264-89/+66
* USB: OHCI: make ohci-at91 a separate driverManjunath Goudar2013-09-264-104/+79
* USB: OHCI: make ohci-spear a separate driverManjunath Goudar2013-09-264-102/+65
* USB: OHCI: make ohci-omap3 a separate driverManjunath Goudar2013-09-264-99/+40
* USB: OHCI: make ohci-omap a separate driverManjunath Goudar2013-09-264-122/+55
* USB: OHCI: make ohci-exynos a separate driverManjunath Goudar2013-09-264-118/+72
* USB: EHCI: make ehci-w90X900 a separate driverManjunath Goudar2013-09-264-58/+39
* USB: serial: invoke dcd_change ldisc's handler.Paul Chavent2013-09-261-0/+10
* USB: serial: call handle_dcd_change in ftdi driver.Paul Chavent2013-09-261-1/+9
* USB: correct the usb_disconnect() comment about usb_bus_list_lockBjorn Helgaas2013-09-261-2/+2
* USB: fix substandard locking for the sysfs filesAlan Stern2013-09-261-27/+26
* usb: usbtest: bmAttributes would better be maskedHuang Rui2013-09-261-1/+1
* USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tailWei Yongjun2013-09-261-4/+2
* usb: core: implement AMD remote wakeup quirkHuang Rui2013-09-263-0/+52
* usb: pci-quirks: refactor AMD quirk to abstract AMD chipset typesHuang Rui2013-09-261-24/+80
* usb: gadget: Remove redundant pci_set_drvdataSachin Kamat2013-09-264-5/+0
* usb: dwc3: Remove redundant pci_set_drvdataSachin Kamat2013-09-261-2/+0
* usb: chipidea: move platform related things to ci_get_platdataPeter Chen2013-09-261-10/+9
* usb: chipidea: udc: Consolidate the call of disconnectPeter Chen2013-09-261-3/+7
* usb: host: delete chipidea dependencyPeter Chen2013-09-261-2/+2
* chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-261-0/+2
* usb: ohci/uhci - add soft dependencies on ehci_pciTom Gundersen2013-09-262-0/+3
* Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman2013-09-2314-18/+13
* Merge branch 'master' into usb-nextGreg Kroah-Hartman2013-09-23262-1218/+2244
|\
| * Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-2335-97/+160
| |\
| | * iio:buffer_cb: Add missing iio_buffer_init()Lars-Peter Clausen2013-09-211-0/+2
| | * iio: Prevent race between IIO chardev opening and IIO device freeLars-Peter Clausen2013-09-211-9/+12
| | * iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen2013-09-212-5/+17
| | * iio: Stop sampling when the device is removedLars-Peter Clausen2013-09-213-1/+28
| | * iio: Fix crash when scan_bytes is computed with active_scan_mask == NULLPeter Meerwald2013-09-211-2/+9
| | * iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-6/+6
| | * iio: Fix bma180 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-2/+2
| | * iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resumePeter Meerwald2013-09-211-2/+4
| | * iio: iio_device_add_event_sysfs() bugfixLukasz Czerwinski2013-09-181-1/+1
| | * staging: iio: ade7854-spi: Fix return valueSachin Kamat2013-09-181-1/+1