summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | usb: xhci: dbc: remove redundant pointer dbcColin Ian King2018-07-131-2/+0
| * | | | | usb: host: xhci-rcar: Add a condition check about PLL activeYoshihiro Shimoda2018-07-061-0/+26
| * | | | | usb: host: xhci-rcar: Simplify getting the firmware name for R-Car Gen3Yoshihiro Shimoda2018-07-061-15/+2
| * | | | | usb: host: xhci-plat: add firmware_name for R-Car Gen3Yoshihiro Shimoda2018-07-061-0/+1
| * | | | | Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman2018-07-025-14/+83
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | USB: host: ehci-npcm7xx: Fix some error codes in probeDan Carpenter2018-06-281-2/+2
| * | | | | USB host: Add USB ehci support for nuvoton npcm7xx platformAvi Fishman2018-06-253-0/+221
| * | | | | USB: xhci-hcd: Add get_resuming_ports methodAlan Stern2018-06-253-0/+14
| * | | | | USB: ehci-hcd: Add get_resuming_ports methodAlan Stern2018-06-252-0/+9
| | |_|_|/ | |/| | |
* | | | | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-172-4/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | powerpc/ps3: Set driver coherent_dma_maskGeoff Levand2018-07-202-4/+8
| | |/ / | |/| |
* | | | usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei2018-07-201-0/+1
| |_|/ |/| |
* | | xhci: xhci-mem: off by one in xhci_stream_id_to_ring()Dan Carpenter2018-07-061-1/+1
* | | usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not startedKai-Heng Feng2018-07-021-4/+8
|/ /
* | usb: xhci: increase CRS timeout valueAjay Gupta2018-06-251-1/+6
* | usb: xhci: tegra: fix runtime PM error handlingStefan Agner2018-06-251-2/+2
* | usb: xhci: remove the code build warningDongjiu Geng2018-06-251-1/+1
* | xhci: Fix kernel oops in trace_xhci_free_virt_deviceZhengjun Xing2018-06-252-7/+33
* | xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman2018-06-252-3/+41
|/
* treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-2/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-4/+5
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-2/+2
* Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"Marc Zyngier2018-06-013-28/+0
* xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier2018-06-013-2/+72
* xhci: Allow more than 32 quirksMarc Zyngier2018-06-012-36/+36
* usb: xhci: force all memory allocations to nodeAdam Wallis2018-06-011-19/+38
* USB: ehci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-312-27/+8
* USB: fhci-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-312-20/+5
* USB: fotg210-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-25/+9
* USB: imx21-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-34/+10
* USB: isp116x-hcd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-13/+4
* USB: ohci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-313-44/+9
* USB: uhci: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2018-05-311-11/+4
* usb: xhci: tegra: Fix runtime PM supportJon Hunter2018-05-311-1/+1
* usb: host: ohci: fix sfr kernel warning in ohci-at91 driverPrasanthi Chellakumar2018-05-311-1/+1
* usb: xhci: tegra: Add support for managing powergatesJon Hunter2018-05-241-19/+49
* usb: xhci: tegra: Add runtime PM supportJon Hunter2018-05-241-26/+62
* usb: xhci: tegra: Prepare for adding runtime PM supportJon Hunter2018-05-241-17/+17
* xhci: debugfs: add debugfs interface to enable compliance mode for a portMathias Nyman2018-05-241-1/+38
* xhci: debugfs: add usb ports to xhci debugfsMathias Nyman2018-05-241-0/+48
* xhci: xhci-mem: remove port_arrays and the code initializing themMathias Nyman2018-05-242-97/+11
* xhci-mtk: use xhci hub structures to get number of ports in roothubsMathias Nyman2018-05-241-2/+2
* xhci: xhci-hub: use port structure members instead of xhci_get_ports()Mathias Nyman2018-05-241-24/+4
* xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman2018-05-241-28/+22
* xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman2018-05-243-26/+15
* xhci: change xhci_set_link_state() to work with port structuresMathias Nyman2018-05-243-22/+19
* xhci: rename faked_port_index to hcd_portnumMathias Nyman2018-05-241-22/+19
* xhci: xhci-ring: use port structures for port event handlerMathias Nyman2018-05-241-71/+8
* xhci: xhci-hub: use new port structures for cas and wake mask functions.Mathias Nyman2018-05-241-11/+10
* xhci: xhci-hub: use new port structures to get port address instead of port a...Mathias Nyman2018-05-241-62/+78