summaryrefslogtreecommitdiff
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAge
* USB: OHCI: make ohci-omap a separate driverManjunath Goudar2013-09-26
* USB: OHCI: make ohci-exynos a separate driverManjunath Goudar2013-09-26
* USB: EHCI: make ehci-w90X900 a separate driverManjunath Goudar2013-09-26
* USB: serial: invoke dcd_change ldisc's handler.Paul Chavent2013-09-26
* USB: serial: call handle_dcd_change in ftdi driver.Paul Chavent2013-09-26
* USB: correct the usb_disconnect() comment about usb_bus_list_lockBjorn Helgaas2013-09-26
* USB: fix substandard locking for the sysfs filesAlan Stern2013-09-25
* usb: usbtest: bmAttributes would better be maskedHuang Rui2013-09-25
* USB: WUSBCORE: use list_move_tail instead of list_del/list_add_tailWei Yongjun2013-09-25
* usb: core: implement AMD remote wakeup quirkHuang Rui2013-09-25
* usb: pci-quirks: refactor AMD quirk to abstract AMD chipset typesHuang Rui2013-09-25
* usb: gadget: Remove redundant pci_set_drvdataSachin Kamat2013-09-25
* usb: dwc3: Remove redundant pci_set_drvdataSachin Kamat2013-09-25
* usb: chipidea: move platform related things to ci_get_platdataPeter Chen2013-09-25
* usb: chipidea: udc: Consolidate the call of disconnectPeter Chen2013-09-25
* usb: host: delete chipidea dependencyPeter Chen2013-09-25
* chipidea: udc: free pending TD at removal procedurePeter Chen2013-09-25
* usb: ohci/uhci - add soft dependencies on ehci_pciTom Gundersen2013-09-25
* Revert "Revert "USB: EHCI: support running URB giveback in tasklet context""Greg Kroah-Hartman2013-09-23
* Merge branch 'master' into usb-nextGreg Kroah-Hartman2013-09-23
|\
| * Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-09-17
| |\
| | * usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intrChanho Park2013-09-17
| | * usb: s3c-hsotg: fix unregistration functionMarek Szyprowski2013-09-17
| | * usb: gadget: f_mass_storage: reset endpoint driver data when disabledPeter Oh2013-09-17
| | * usb: host: fsl-mph-dr-of: Staticize local symbolsSachin Kamat2013-09-17
| | * usb: gadget: f_eem: Staticize eem_allocSachin Kamat2013-09-17
| | * usb: gadget: f_ecm: Staticize ecm_allocSachin Kamat2013-09-17
| | * usb: phy: omap-usb3: Fix return valueSachin Kamat2013-09-17
| | * usb: dwc3: gadget: avoid memory leak when failing to allocate all epsDavid Cohen2013-09-17
| | * usb: dwc3: remove extcon dependencyHeikki Krogerus2013-09-17
| | * usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register()Chen Gang2013-09-17
| | * usb: dwc3: pci: add support for BayTrailHeikki Krogerus2013-09-17
| | * usb: gadget: cdc2: fix conversion to new interface of f_ecmAndrzej Pietrasiewicz2013-09-17
| | * usb: gadget: fix a bug and a WARN_ON in dummy-hcdAlan Stern2013-09-17
| | * usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_di...Alexey Khoroshilov2013-09-17
| * | USB: pl2303: distinguish between original and cloned HX chipsFrank Schäfer2013-09-17
| * | USB: Faraday fotg210: fix email addressesDave Jones2013-09-17
| * | USB: fix typo in usb serial simple driver KconfigDave Jones2013-09-17
| * | Revert "USB: EHCI: support running URB giveback in tasklet context"Greg Kroah-Hartman2013-09-17
| |/
* | usbcore: fix read of usbdevfs_ctrltransfer fields in proc_control()Xenia Ragiadakou2013-09-17
* | usbcore: fix incorrect type in assignment in usb_set_lpm_parameters()Xenia Ragiadakou2013-09-17
* | usbcore: set lpm_capable field for LPM capable root hubsXenia Ragiadakou2013-09-17
* | usb-core: Make usb_free_streams return an errorHans de Goede2013-09-17
* | USB: ehci-fsl: Remove casting the return value which is a void pointerJingoo Han2013-09-17
* | USB: EHCI: handle isochronous underruns with taskletsAlan Stern2013-09-17
* | USB: EHCI: code rearrangement in iso_stream_schedule()Alan Stern2013-09-17
* | USB: see if URB comes from a completion handlerAlan Stern2013-09-17
|/
* Merge git://git.kvack.org/~bcrl/aio-nextLinus Torvalds2013-09-13
|\
| * aio: Kill aio_rw_vect_retry()Kent Overstreet2013-07-30
| * aio: io_cancel() no longer returns the io_eventKent Overstreet2013-07-30