summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-252-4/+2
* 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/+0
* | USB: OHCI: at91: remove useless extern declarationManjunath Goudar2016-12-081-2/+0
* | USB: OHCI: ohci-pxa27x: remove useless functionsManjunath Goudar2016-12-051-26/+10
* | USB: OHCI: omap: remove useless extern declarationManjunath Goudar2016-12-051-3/+0
* | USB: OHCI: ohci-omap: remove useless functionsManjunath Goudar2016-12-051-25/+11
* | USB: OHCI: ohci-s3c2410: remove useless functionsManjunath Goudar2016-12-051-25/+14
* | fsl/usb: Workarourd for USB erratum-A005697Changming Huang2016-12-054-0/+27
* | 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
* | usb: ohci-da8xx: rename driver to ohci-da8xxAxel Haslam2016-11-231-1/+1
* | USB: OHCI: use dma_pool_zallocshashi bhusan2016-11-211-4/+2
* | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-187-34/+26
|\ \
| * | usb: Convert pr_warning to pr_warnJoe Perches2016-11-031-13/+14
| * | usb: host: ehci: remove unnecessary max_packet() macroFelipe Balbi2016-11-032-14/+9
| * | usb: host: xhci: purge GET_MAX_PACKET()Felipe Balbi2016-11-035-13/+8
| * | 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/+0
* | | xhci: add helper to get the endpoint state of a endpoint contextMathias Nyman2016-11-143-14/+9
* | | 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/+22
* | | xhci: Remove duplicate xhci urb giveback functionsMathias Nyman2016-11-141-69/+56
* | | xhci: Giveback urb in finish_td directlyMathias Nyman2016-11-141-23/+8
* | | xhci: refactor handle_tx_event() urb givebackMathias Nyman2016-11-141-29/+32
* | | xhci: fix non static symbol warningWei Yongjun2016-11-141-2/+2
* | | xhci: cleanup and refactor td_to_noop()Mathias Nyman2016-11-141-42/+20
* | | xhci: refactor and cleanup process_isoc_td()Mathias Nyman2016-11-141-37/+32
* | | xhci: rename endpoint related trb variablesMathias Nyman2016-11-141-39/+38
* | | xhci: cleanup and refactor process_bulk_intr_td()Mathias Nyman2016-11-141-62/+46
* | | xhci: cleanup and refactor process_ctrl_td()Mathias Nyman2016-11-141-58/+45
* | | xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most casesMathias Nyman2016-11-141-47/+7
* | | xhci: add trb_is_noop() helper functionMathias Nyman2016-11-141-7/+9
* | | xhci: use trb helper functions when possibleMathias Nyman2016-11-141-6/+5
* | | xhci: don't try to reset the host if it is unaccessibleMathias Nyman2016-11-141-1/+6
* | | xhci: cleanup error message if halting the host failed.Mathias Nyman2016-11-141-6/+6
OpenPOWER on IntegriCloud