summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* xhci: fix deadlock at host remove by running watchdog correctlyMathias Nyman2017-01-112-24/+0Star
* usb: ohci-at91: use descriptor-based gpio APIs correctlyPeter Rosin2017-01-051-14/+10Star
* usb: host: xhci: handle COMP_STOP from SETUP phase tooFelipe Balbi2017-01-031-12/+21
* usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Apollo LakeWan Ahmad Zainie2017-01-031-1/+2
* xhci: Fix race related to abort operationOGAWA Hirofumi2017-01-033-80/+90
* xhci: Use delayed_work instead of timer for command timeoutOGAWA Hirofumi2017-01-033-16/+21
* usb: xhci: hold lock over xhci_abort_cmd_ring()Lu Baolu2017-01-031-4/+9
* xhci: Handle command completion and timeout raceMathias Nyman2017-01-031-1/+5
* usb: host: xhci: Fix possible wild pointer when handling abort commandBaolin Wang2017-01-031-1/+4
* usb: xhci: fix possible wild pointerLu Baolu2017-01-031-5/+11
* usb: return error code when platform_get_irq failsPan Bian2017-01-031-1/+3
* usb: xhci: fix return value of xhci_setup_device()Lu Baolu2017-01-031-1/+3
* xhci: free xhci virtual devices with leaf nodes firstMathias Nyman2017-01-031-2/+36
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-252-4/+2Star
* ktime: Get rid of the unionThomas Gleixner2016-12-252-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-151-0/+4
|\
| * USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern2016-11-111-0/+4
* | USB: OHCI: nxp: fix code warningsManjunath Goudar2016-12-081-2/+3
* | USB: OHCI: nxp: remove useless extern declarationManjunath Goudar2016-12-081-2/+0Star
* | USB: OHCI: at91: remove useless extern declarationManjunath Goudar2016-12-081-2/+0Star
* | USB: OHCI: ohci-pxa27x: remove useless functionsManjunath Goudar2016-12-051-26/+10Star
* | USB: OHCI: omap: remove useless extern declarationManjunath Goudar2016-12-051-3/+0Star
* | USB: OHCI: ohci-omap: remove useless functionsManjunath Goudar2016-12-051-25/+11Star
* | USB: OHCI: ohci-s3c2410: remove useless functionsManjunath Goudar2016-12-051-25/+14Star
* | fsl/usb: Workarourd for USB erratum-A005697Changming Huang2016-12-054-0/+27
* | USB: EHCI: ehci-w90x900: remove unuseful functionsManjunath Goudar2016-11-291-22/+8Star
* | 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/+1Star
* | 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
* | usb: ohci-da8xx: rename driver to ohci-da8xxAxel Haslam2016-11-231-1/+1
* | USB: OHCI: use dma_pool_zallocshashi bhusan2016-11-211-4/+2Star
* | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-187-34/+26Star
|\ \
| * | usb: Convert pr_warning to pr_warnJoe Perches2016-11-031-13/+14
| * | usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi2016-11-032-14/+9Star
| * | usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-035-13/+8Star
| * | usb: host: xhci: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-3/+3
| * | usb: host: ehci: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-032-5/+7
* | | usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter2016-11-141-2/+2
* | | usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu2016-11-143-6/+6
* | | usb: xhci: remove the use of xhci->addr_devLu Baolu2016-11-143-10/+10
* | | usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu2016-11-142-2/+0Star
* | | xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman2016-11-143-14/+9Star
* | | usb: host: xhci: plat: add support for Renesas r8a7796 SoCYoshihiro Shimoda2016-11-142-0/+10
* | | usb: host: xhci: rcar: add a new firmware version for r8a7796Yoshihiro Shimoda2016-11-142-0/+4
* | | usb: xhci: clean up error_bitmask usageLu Baolu2016-11-142-26/+22Star
* | | xhci: Remove duplicate xhci urb giveback functionsMathias Nyman2016-11-141-69/+56Star