summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-1/+1
|\
| * Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-0111-32/+103
| |\
| * | PCI: Put PCIe ports into D3 during suspendMika Westerberg2016-06-131-1/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-262-3/+0Star
|\ \ \
| * | | timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-072-3/+0Star
| | |/ | |/|
* | | Merge 4.7-rc6 into usb-nextGreg Kroah-Hartman2016-07-042-4/+8
|\| |
| * | Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2016-06-302-4/+8
| |\ \
| | * | usb: host: ehci-st: Inform the reset framework that our reset line may be sharedLee Jones2016-06-301-2/+4
| | * | usb: host: ohci-st: Inform the reset framework that our reset line may be sharedLee Jones2016-06-301-2/+4
| | |/
* | | xhci: free the correct ringArnd Bergmann2016-07-011-0/+1
* | | Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-06-291-1/+1
|\ \ \
| * | | usb: gadget: move gadget API functions to udc-coreFelipe Balbi2016-06-211-1/+1
| |/ /
* | | xhci: get rid of platform dataHeikki Krogerus2016-06-261-4/+1Star
* | | xhci: plat: adapt to unified device property interfaceHeikki Krogerus2016-06-261-3/+2Star
* | | xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman2016-06-261-40/+25Star
* | | xhci: remove enqueue_is_link() helperMathias Nyman2016-06-261-7/+1Star
* | | xhci: rework inc_deq() and fix off by one error.Mathias Nyman2016-06-261-36/+32Star
* | | xhci: use and add separate function for checking for link trbsMathias Nyman2016-06-261-11/+13
* | | xhci: clean up event ring checks from inc_enq()Mathias Nyman2016-06-261-36/+28Star
* | | xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman2016-06-264-40/+155
* | | xhci: align the last trb before link if it is easily splittable.Mathias Nyman2016-06-261-0/+27
* | | xhci: don't rely on precalculated value of needed trbs in the enqueue loopMathias Nyman2016-06-261-46/+29Star
* | | xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman2016-06-261-7/+6Star
* | | xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman2016-06-261-23/+15Star
* | | xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman2016-06-261-11/+10Star
* | | Revert "usb: ohci-at91: Forcibly suspend ports while USB suspend"Greg Kroah-Hartman2016-06-201-79/+1Star
* | | Merge 4.7-rc4 into usb-nextGreg Kroah-Hartman2016-06-209-28/+95
|\| |
| * | usb: echi-hcd: Add ehci_setup check before echi_shutdownSrinivas Kandagatla2016-06-081-0/+9
| * | usb: host: ehci-msm: Conditionally call ehci suspend/resumeAndy Gross2016-06-081-2/+12
| * | usb: host: ehci-tegra: Avoid getting the same reset twiceThierry Reding2016-06-081-3/+13
| * | usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding2016-06-081-1/+1
| * | USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichał Pecio2016-06-081-1/+2
| * | USB: xhci: Add broken streams quirk for Frescologic device id 1009Hans de Goede2016-06-011-0/+5
| * | USB: EHCI: avoid undefined pointer arithmetic and placate UBSANAlan Stern2016-06-011-3/+11
| * | xhci: fix platform quirks overwrite regression in 4.7-rc1Mathias Nyman2016-06-011-1/+1
| * | usb: xhci-plat: properly handle probe deferral for devm_clk_get()Thomas Petazzoni2016-06-011-0/+3
| * | xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman2016-06-011-5/+22
| * | xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi2016-06-012-13/+17
| |/
* | ehci-platform: Add support for shared reset controllersHans de Goede2016-06-081-11/+5Star
* | ohci-platform: Add support for controllers with multiple reset linesHans de Goede2016-06-081-20/+23
* | usb: ohci-at91: Forcibly suspend ports while USB suspendWenyou Yang2016-06-081-1/+79
* | usb: ehci-platform: add reset controller number in struct ehci_platform_privJiancheng Xue2016-06-081-17/+28
|/
* Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-2119-502/+287Star
|\
| * USB: FHCI: avoid redundant conditionHeinrich Schuchardt2016-05-091-1/+1
| * usb: host: xhci-rcar: Avoid long wait in xhci_reset()Yoshihiro Shimoda2016-05-091-1/+2
| * usb/host/fotg210: remove dead code in create_sysfs_filesColin Ian King2016-05-091-7/+1Star
| * USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern2016-04-301-52/+34Star
| * usb/host/: const data must use __initconst not __initdataNicolas Pitre2016-04-284-4/+4
| * usb: hcd: do not call whc_clean_up on wch_init call failureColin Ian King2016-04-271-3/+4
| * USB: bcma: use simpler devm helper for getting vcc GPIORafał Miłecki2016-04-271-4/+2Star