summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-2331-72/+81
|\
| * Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-09-1713-45/+28
| |\
| | * usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intrChanho Park2013-09-171-2/+0
| | * usb: s3c-hsotg: fix unregistration functionMarek Szyprowski2013-09-171-7/+4
| | * usb: gadget: f_mass_storage: reset endpoint driver data when disabledPeter Oh2013-09-171-0/+2
| | * usb: host: fsl-mph-dr-of: Staticize local symbolsSachin Kamat2013-09-171-3/+3
| | * usb: gadget: f_eem: Staticize eem_allocSachin Kamat2013-09-171-1/+1
| | * usb: gadget: f_ecm: Staticize ecm_allocSachin Kamat2013-09-171-1/+1
| | * usb: phy: omap-usb3: Fix return valueSachin Kamat2013-09-171-1/+1
| | * usb: dwc3: gadget: avoid memory leak when failing to allocate all epsDavid Cohen2013-09-171-4/+2
| | * usb: dwc3: remove extcon dependencyHeikki Krogerus2013-09-171-1/+0
| | * usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register()Chen Gang2013-09-171-4/+4
| | * usb: dwc3: pci: add support for BayTrailHeikki Krogerus2013-09-171-0/+2
| | * usb: gadget: cdc2: fix conversion to new interface of f_ecmAndrzej Pietrasiewicz2013-09-171-18/+1
| | * usb: gadget: fix a bug and a WARN_ON in dummy-hcdAlan Stern2013-09-171-3/+4
| | * usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_di...Alexey Khoroshilov2013-09-171-0/+3
| * | USB: pl2303: distinguish between original and cloned HX chipsFrank Schäfer2013-09-171-11/+32
| * | USB: Faraday fotg210: fix email addressesDave Jones2013-09-172-2/+2
| * | USB: fix typo in usb serial simple driver KconfigDave Jones2013-09-171-1/+1
| * | Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman2013-09-1714-13/+18
| |/
* | usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control()Xenia Ragiadakou2013-09-171-4/+2
* | usbcore: fix incorrect type in assignment in usb_set_lpm_parameters()Xenia Ragiadakou2013-09-171-2/+2
* | usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou2013-09-173-1/+8
* | usb-core: Make usb_free_streams return an errorHans de Goede2013-09-171-4/+7
* | USB: ehci-fsl: Remove casting the return value which is a void pointerJingoo Han2013-09-171-1/+1
* | USB: EHCI: handle isochronous underruns with taskletsAlan Stern2013-09-172-55/+96