summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: return correct errno on failuresPan Bian2016-11-291-0/+1
* usb: return correct errno code when krealloc failsPan Bian2016-11-291-0/+1
* USB: EHCI: ehci-w90x900: remove unuseful functionsManjunath Goudar2016-11-291-22/+8
* usb: ohci: s3c2410: allow probing from device treeSergio Prado2016-11-291-0/+8
* USB: ohci: da8xx: Resume the entire host controllerAxel Haslam2016-11-291-2/+1
* USB: ohci: da8xx: Allow probing from DTAxel Haslam2016-11-291-0/+8
* USB: ohci: da8xx: Allow a regulator to handle VBUSAxel Haslam2016-11-291-3/+93
* USB: ohci: da8xx: Add wrappers for platform callbacksAxel Haslam2016-11-291-23/+102
* USB: ohci: da8xx: use ohci priv data instead of globalsAxel Haslam2016-11-291-30/+43
* Merge tag 'usb-ci-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2016-11-285-23/+86
|\
| * usb: chipidea: imx: Disable internal 60Mhz clock with ULPI PHYFabien Lahoudere2016-11-141-0/+11
| * usb: chipidea: imx: configure imx for ULPI phyFabien Lahoudere2016-11-143-14/+66
| * usb: chipidea: Properly mark little endian descriptorsStephen Boyd2016-11-142-9/+9
* | Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman2016-11-2813-73/+227
|\ \
| * \ Merge tag 'usb-serial-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-11-183-0/+9
| |\ \
| | * | USB: serial: cp210x: add ID for the Zone DPMXPaul Jakma2016-11-161-0/+1
| | * | USB: serial: ftdi_sio: add support for TI CC3200 LaunchPadDoug Brown2016-11-072-0/+8
| * | | Merge tag 'fixes-for-v4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-11-181-4/+4
| |\ \ \
| | * | | usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke2016-11-181-4/+4
| * | | | usb: musb: Drop pointless PM runtime code for dsps glueTony Lindgren2016-11-171-20/+2
| * | | | usb: musb: Add missing pm_runtime_disable and drop 2430 PM timeoutTony Lindgren2016-11-171-6/+4
| * | | | usb: musb: Fix PM for hub disconnectTony Lindgren2016-11-174-18/+27
| * | | | usb: musb: Fix sleeping function called from invalid context for hdrc glueTony Lindgren2016-11-174-18/+167
| * | | | usb: musb: Fix broken use of static variable for multiple instancesTony Lindgren2016-11-172-4/+7
| * | | | usb: chipidea: move the lock initialization to core filePeter Chen2016-11-152-2/+1
| * | | | Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=yPetr Vandrovec2016-11-151-1/+6
| |/ / /
* | | | usb: ohci-da8xx: rename driver to ohci-da8xxAxel Haslam2016-11-231-1/+1
* | | | usb: musb: da8xx: Set phy in OTG mode by defaultAlexandre Bailon2016-11-211-0/+7
* | | | usb: musb: da8xx: Call earlier clk_prepare_enable()Alexandre Bailon2016-11-211-9/+8
* | | | usb: musb: da8xx: Add DT support for the DA8xx driverPetr Kulhavy2016-11-211-0/+46
* | | | usb: musb: core: added helper function for parsing DTPetr Kulhavy2016-11-212-0/+25
* | | | usb: musb: omap2430: make complain on -EPROBE_DEFER dev_dbgLadislav Michl2016-11-211-1/+1
* | | | usb: musb: omap2430: use dev_errLadislav Michl2016-11-211-3/+3
* | | | usb: musb: don't complain on -EPROBE_DEFER when initializing controllerLadislav Michl2016-11-211-2/+3
* | | | musb: sunxi: Force session end on babble errors in host-modeHans de Goede2016-11-211-0/+15
* | | | musb: sunxi: Remove custom babble handlingHans de Goede2016-11-211-10/+0
* | | | USB: musb: remove obsolete resume-signalling commentsJohan Hovold2016-11-212-5/+1
* | | | USB: OHCI: use dma_pool_zallocshashi bhusan2016-11-211-4/+2
* | | | cdc-acm: handle read pipe errorsLadislav Michl2016-11-212-10/+53
* | | | cdc-acm: remove is_int_ep from acm structureLadislav Michl2016-11-212-4/+2
* | | | cdc-acm: store in and out pipes in acm structureLadislav Michl2016-11-212-16/+18
* | | | cdc-acm: refactor killing urbsLadislav Michl2016-11-211-27/+16
* | | | cdc-acm: avoid interface_to_usbdev callLadislav Michl2016-11-211-6/+3
* | | | cdc-acm: reindent log messagesLadislav Michl2016-11-211-18/+17
* | | | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-1875-2739/+4034
|\ \ \ \
| * | | | usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke2016-11-181-1/+2
| * | | | usb: dwc3: Do not set dma coherent maskArnd Bergmann2016-11-182-11/+0
| * | | | usb: dwc3: use bus->sysdev for DMA configurationArnd Bergmann2016-11-186-43/+54
| * | | | usb: dwc3: ep0: avoid empty-body warningArnd Bergmann2016-11-181-6/+7
| * | | | usb: dwc2: Move functions from header to sourceRazmik Karapetyan2016-11-182-34/+29
OpenPOWER on IntegriCloud