aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner2-4/+2
2016-12-25ktime: Get rid of the unionThomas Gleixner2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+4
2016-12-08USB: OHCI: nxp: fix code warningsManjunath Goudar1-2/+3
2016-12-08USB: OHCI: nxp: remove useless extern declarationManjunath Goudar1-2/+0
2016-12-08USB: OHCI: at91: remove useless extern declarationManjunath Goudar1-2/+0
2016-12-05USB: OHCI: ohci-pxa27x: remove useless functionsManjunath Goudar1-26/+10
2016-12-05USB: OHCI: omap: remove useless extern declarationManjunath Goudar1-3/+0
2016-12-05USB: OHCI: ohci-omap: remove useless functionsManjunath Goudar1-25/+11
2016-12-05USB: OHCI: ohci-s3c2410: remove useless functionsManjunath Goudar1-25/+14
2016-12-05fsl/usb: Workarourd for USB erratum-A005697Changming Huang4-0/+27
2016-11-29USB: EHCI: ehci-w90x900: remove unuseful functionsManjunath Goudar1-22/+8
2016-11-29usb: ohci: s3c2410: allow probing from device treeSergio Prado1-0/+8
2016-11-29USB: ohci: da8xx: Resume the entire host controllerAxel Haslam1-2/+1
2016-11-29USB: ohci: da8xx: Allow probing from DTAxel Haslam1-0/+8
2016-11-29USB: ohci: da8xx: Allow a regulator to handle VBUSAxel Haslam1-3/+93
2016-11-29USB: ohci: da8xx: Add wrappers for platform callbacksAxel Haslam1-23/+102
2016-11-29USB: ohci: da8xx: use ohci priv data instead of globalsAxel Haslam1-30/+43
2016-11-23usb: ohci-da8xx: rename driver to ohci-da8xxAxel Haslam1-1/+1
2016-11-21USB: OHCI: use dma_pool_zallocshashi bhusan1-4/+2
2016-11-18Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman7-34/+26
2016-11-14usb: xhci-mem: use passed in GFP flags instead of GFP_KERNELDan Carpenter1-2/+2
2016-11-14usb: xhci: move slot_id from xhci_hcd to xhci_command structureLu Baolu3-6/+6
2016-11-14usb: xhci: remove the use of xhci->addr_devLu Baolu3-10/+10
2016-11-14usb: xhci: cleanup cmd_completion in xhci_virt_deviceLu Baolu2-2/+0
2016-11-14xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman3-14/+9
2016-11-14usb: host: xhci: plat: add support for Renesas r8a7796 SoCYoshihiro Shimoda2-0/+10
2016-11-14usb: host: xhci: rcar: add a new firmware version for r8a7796Yoshihiro Shimoda2-0/+4
2016-11-14usb: xhci: clean up error_bitmask usageLu Baolu2-26/+22
2016-11-14xhci: Remove duplicate xhci urb giveback functionsMathias Nyman1-69/+56
2016-11-14xhci: Giveback urb in finish_td directlyMathias Nyman1-23/+8
2016-11-14xhci: refactor handle_tx_event() urb givebackMathias Nyman1-29/+32
2016-11-14xhci: fix non static symbol warningWei Yongjun1-2/+2
2016-11-14xhci: cleanup and refactor td_to_noop()Mathias Nyman1-42/+20
2016-11-14xhci: refactor and cleanup process_isoc_td()Mathias Nyman1-37/+32
2016-11-14xhci: rename endpoint related trb variablesMathias Nyman1-39/+38
2016-11-14xhci: cleanup and refactor process_bulk_intr_td()Mathias Nyman1-62/+46
2016-11-14xhci: cleanup and refactor process_ctrl_td()Mathias Nyman1-58/+45
2016-11-14xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most casesMathias Nyman1-47/+7
2016-11-14xhci: add trb_is_noop() helper functionMathias Nyman1-7/+9
2016-11-14xhci: use trb helper functions when possibleMathias Nyman1-6/+5
2016-11-14xhci: don't try to reset the host if it is unaccessibleMathias Nyman1-1/+6
2016-11-14xhci: cleanup error message if halting the host failed.Mathias Nyman1-6/+6
2016-11-14xhci: remove unnecessary xhci_quiesce call before xhci_haltMathias Nyman1-1/+0
2016-11-14Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman1-0/+8
2016-11-11USB: UHCI: report non-PME wakeup signalling for Intel hardwareAlan Stern1-0/+4
2016-11-07drivers/usb: Skip auto handoff for TI and RENESAS usb controllersBabu Moger1-0/+8
2016-11-03usb: Convert pr_warning to pr_warnJoe Perches1-13/+14
2016-11-03usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi2-14/+9