summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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/+29
* | | xhci: use boolean to indicate last trb in td remainder calculationMathias Nyman2016-06-261-7/+6
* | | xhci: properly prepare zero packet TD after normal bulk TD.Mathias Nyman2016-06-261-23/+15
* | | xhci: rename ep_ring variable in queue_bulk_tx(), no functional changeMathias Nyman2016-06-261-11/+10
* | | Revert "usb: ohci-at91: Forcibly suspend ports while USB suspend"Greg Kroah-Hartman2016-06-201-79/+1
* | | 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-071-0/+9
| * | usb: host: ehci-msm: Conditionally call ehci suspend/resumeAndy Gross2016-06-071-2/+12
| * | usb: host: ehci-tegra: Avoid getting the same reset twiceThierry Reding2016-06-071-3/+13
| * | usb: host: ehci-tegra: Grab the correct UTMI pads resetThierry Reding2016-06-071-1/+1
| * | USB: OHCI: Don't mark EDs as ED_OPER if scheduling failsMichał Pecio2016-06-071-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/+5
* | ohci-platform: Add support for controllers with multiple reset linesHans de Goede2016-06-071-20/+23
* | usb: ohci-at91: Forcibly suspend ports while USB suspendWenyou Yang2016-06-071-1/+79
* | usb: ehci-platform: add reset controller number in struct ehci_platform_privJiancheng Xue2016-06-071-17/+28
|/
* Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-2019-502/+287
|\
| * 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/+1
| * USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUGAlan Stern2016-04-291-52/+34
| * 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-261-3/+4
| * USB: bcma: use simpler devm helper for getting vcc GPIORafał Miłecki2016-04-261-4/+2
| * usb: host: xhci: plat: finally get rid of xhci_plat_type_is()Felipe Balbi2016-04-262-21/+0
| * usb: host: xhci: plat: make use of new methods in xhci_plat_privFelipe Balbi2016-04-261-28/+27
| * usb: host: xhci: plat: change type of mvebu init_quirk()Felipe Balbi2016-04-263-7/+12
| * usb: host: xhci: plat: move mvebu init_quirk() to xhci_plat_setup()Felipe Balbi2016-04-261-6/+9
| * usb: xhci: plat: add ->plat_start() and ->init_quirk() methodsFelipe Balbi2016-04-261-0/+2
| * usb: host: xhci: rcar: retire use of xhci_plat_type_is()Felipe Balbi2016-04-261-1/+33
| * usb: xhci: remove duplicate code of interval checkingAlexandr Ivanov2016-04-261-32/+21
| * usb: xhci: remove duplicate function xhci_urb_to_transfer_ringAlexandr Ivanov2016-04-263-53/+16
| * usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functionsAlexandr Ivanov2016-04-262-288/+121
| * USB: whci-hcd: add more checks for dma mapping errorAlexey Khoroshilov2016-04-191-2/+6
| * xhci: fix typo in babble endpoint handling commentRajesh Bhagat2016-04-191-1/+1
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-05-192-250/+0
|\ \
| * | USB: ohci-jz4740: Remove obsolete driverMaarten ter Huurne2016-05-132-250/+0
| |/
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-183-0/+1341
|\ \ | |/ |/|
| * usb: xhci: tegra: Add Tegra210 supportThierry Reding2016-04-291-8/+51
| * usb: xhci: Add NVIDIA Tegra XUSB controller driverThierry Reding2016-04-293-0/+1298
* | usb: host: xhci-plat: Make enum xhci_plat_type start at a non zero valuePeter Griffin2016-04-131-1/+1
* | xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman2016-04-134-4/+9
* | usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu2016-04-131-0/+6
* | usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB physYoshihiro Shimoda2016-04-131-0/+13
OpenPOWER on IntegriCloud