aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-16xhci: don't dereference a xhci member after removing xhciMathias Nyman1-1/+2
2016-08-16usb: xhci: Fix panic if disconnectJim Lin1-0/+3
2016-08-16xhci: really enqueue zero length TRBs.Alban Browaeys1-1/+2
2016-08-16xhci: always handle "Command Ring Stopped" eventsMathias Nyman1-6/+7
2016-08-09usb: host: max3421-hcd: fix mask of IO control registerJaewon Kim1-1/+1
2016-08-09usb: ehci: change order of register cleanup during shutdownMarc Ohlf1-2/+2
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2016-08-01Merge branch 'pci/msi-affinity' into nextBjorn Helgaas11-32/+103
2016-07-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+0
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner2-3/+0
2016-07-04Merge 4.7-rc6 into usb-nextGreg Kroah-Hartman2-4/+8
2016-07-01xhci: free the correct ringArnd Bergmann1-0/+1
2016-06-30Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds2-4/+8
2016-06-30usb: host: ehci-st: Inform the reset framework that our reset line may be sharedLee Jones1-2/+4
2016-06-30usb: host: ohci-st: Inform the reset framework that our reset line may be sharedLee Jones1-2/+4
2016-06-29Merge tag 'usb-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+1
2016-06-26xhci: get rid of platform dataHeikki Krogerus1-4/+1
2016-06-26xhci: plat: adapt to unified device property interfaceHeikki Krogerus1-3/+2
2016-06-26xhci: rename and simplify last_trb_on_last_seg() helperMathias Nyman1-40/+25
2016-06-26xhci: remove enqueue_is_link() helperMathias Nyman1-7/+1
2016-06-26xhci: rework inc_deq() and fix off by one error.Mathias Nyman1-36/+32
2016-06-26xhci: use and add separate function for checking for link trbsMathias Nyman1-11/+13
2016-06-26xhci: clean up event ring checks from inc_enq()Mathias Nyman1-36/+28
2016-06-26xhci: TD-fragment, align the unsplittable case with a bounce bufferMathias Nyman4-40/+155
2016-06-26xhci: align the last trb before link if it is easily splittable.Mathias Nyman1-0/+27
2016-06-26xhci: don't rely on precalculated value of needed trbs in the enqueue loopMathias Nyman1-46/+29
2016-06-26xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman1-7/+6
2016-06-26xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman1-23/+15
2016-06-26xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman1-11/+10
2016-06-21usb: gadget: move gadget API functions to udc-coreFelipe Balbi1-1/+1
2016-06-20Revert "usb: ohci-at91: Forcibly suspend ports while USB suspend"Greg Kroah-Hartman1-79/+1
2016-06-20Merge 4.7-rc4 into usb-nextGreg Kroah-Hartman9-28/+95
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg1-1/+1
2016-06-08ehci-platform: Add support for shared reset controllersHans de Goede1-11/+5
2016-06-07ohci-platform: Add support for controllers with multiple reset linesHans de Goede1-20/+23
2016-06-07usb: ohci-at91: Forcibly suspend ports while USB suspendWenyou Yang1-1/+79
2016-06-07usb: ehci-platform: add reset controller number in struct ehci_platform_privJiancheng Xue1-17/+28
2016-06-07usb: echi-hcd: Add ehci_setup check before echi_shutdownSrinivas Kandagatla1-0/+9
2016-06-07usb: host: ehci-msm: Conditionally call ehci suspend/resumeAndy Gross1-2/+12
2016-06-07usb: host: ehci-tegra: Avoid getting the same reset twiceThierry Reding1-3/+13
2016-06-07usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding1-1/+1
2016-06-07USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichał Pecio1-1/+2
2016-06-01USB: xhci: Add broken streams quirk for Frescologic device id 1009Hans de Goede1-0/+5
2016-06-01USB: EHCI: avoid undefined pointer arithmetic and placate UBSANAlan Stern1-3/+11
2016-06-01xhci: fix platform quirks overwrite regression in 4.7-rc1Mathias Nyman1-1/+1
2016-06-01usb: xhci-plat: properly handle probe deferral for devm_clk_get()Thomas Petazzoni1-0/+3
2016-06-01xhci: Fix handling timeouted commands on hosts in weird states.Mathias Nyman1-5/+22
2016-06-01xhci: Cleanup only when releasing primary hcdGabriel Krisman Bertazi2-13/+17
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds19-502/+287
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-250/+0