summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* | xhci: Giveback urb in finish_td directlyMathias Nyman2016-11-141-23/+8Star
* | 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/+20Star
* | xhci: refactor and cleanup process_isoc_td()Mathias Nyman2016-11-141-37/+32Star
* | xhci: rename endpoint related trb variablesMathias Nyman2016-11-141-39/+38Star
* | xhci: cleanup and refactor process_bulk_intr_td()Mathias Nyman2016-11-141-62/+46Star
* | xhci: cleanup and refactor process_ctrl_td()Mathias Nyman2016-11-141-58/+45Star
* | xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most casesMathias Nyman2016-11-141-47/+7Star
* | xhci: add trb_is_noop() helper functionMathias Nyman2016-11-141-7/+9
* | xhci: use trb helper functions when possibleMathias Nyman2016-11-141-6/+5Star
* | 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
* | xhci: remove unnecessary xhci_quiesce call before xhci_haltMathias Nyman2016-11-141-1/+0Star
* | Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman2016-11-141-0/+8
|\ \
| * | drivers/usb: Skip auto handoff for TI and RENESAS usb controllersBabu Moger2016-11-071-0/+8
| |/
* | Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman2016-10-306-8/+59
|\|
| * usb: increase ohci watchdog delay to 275 msecBryan Paluch2016-10-241-1/+1
| * usb: ehci-platform: increase EHCI_MAX_RSTS to 4Masahiro Yamada2016-10-241-1/+1
| * usb: ohci-at91: Set RemoteWakeupConnected bit explicitly.Wenyou Yang2016-10-241-3/+6
| * xhci: use default USB_RESUME_TIMEOUT when resuming ports.Mathias Nyman2016-10-201-2/+2
| * xhci: workaround for hosts missing CAS bitMathias Nyman2016-10-203-0/+46
| * xhci: add restart quirk for Intel Wildcatpoint PCHMathias Nyman2016-10-201-1/+3
* | usb: ohci-da8xx: remove redundant dev_err call in usb_hcd_da8xx_probe()Wei Yongjun2016-10-291-1/+0Star
* | usb: xhci-mtk: make IPPC register optionalChunfeng Yun2016-10-272-7/+32
* | USB: OHCI: make ohci-da8xx a separate driverManjunath Goudar2016-10-274-131/+74Star
* | usb: ohci-da8xx: Remove code that references machDavid Lechner2016-10-242-47/+56
* | usb: ohci-at91: Use descriptor-based gpio APIsWenyou Yang2016-10-241-90/+31Star
* | USB: EHCI: merge all cases that disable the IO watchdogLucas Stach2016-10-241-2/+0Star
* | USB: EHCI: elide I/O watchdog on AMD partsLucas Stach2016-10-241-0/+1
* | usb: Convert pr_warning to pr_warnJoe Perches2016-10-241-13/+14
|/
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-152-190/+0Star
|\
| * USB: host: ehci-sead3: Remove SEAD-3 EHCI codePaul Burton2016-10-052-190/+0Star
* | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-121-1/+0Star