summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* 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
* xhci: Add helper to get xhci roothub from hcdMathias Nyman2018-05-242-0/+11
* xhci: set hcd pointers for xhci usb2 and usb3 roothub structuresMathias Nyman2018-05-241-0/+2
* xhci: Create new structures to store xhci port informationMathias Nyman2018-05-242-6/+73
* xhci: hisilicon: support HiSilicon STB xHCI host controllerJianguo Sun2018-05-243-0/+418
* usb: xhci: dbc: Add SPDX identifiers to dbc filesLu Baolu2018-05-243-1/+3
* Merge 4.17-rc6 into usb-nextGreg Kroah-Hartman2018-05-211-1/+1
|\
| * xhci: Fix USB3 NULL pointer dereference at logical disconnect.Mathias Nyman2018-05-141-1/+1
* | Merge 4.17-rc4 into usb-nextGreg Kroah-Hartman2018-05-083-3/+7
|\ \ | |/
| * Revert "usb: host: ehci: Use dma_pool_zalloc()"Greg Kroah-Hartman2018-05-042-3/+6
| * xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman2018-05-031-0/+1
* | Merge 4.17-rc3 into usb-nextGreg Kroah-Hartman2018-04-303-5/+9
|\ \ | |/
| * xhci: Fix Kernel oops in xhci dbgttyZhengjun Xing2018-04-221-3/+5
| * Revert "xhci: plat: Register shutdown for xhci_plat"Greg Kroah-Hartman2018-04-221-1/+0
| * usb: host: xhci-plat: Fix clock resource by adding a register clockGregory CLEMENT2018-04-202-5/+23
| * usb: host: xhci-plat: Remove useless test before clk_disable_unprepareGregory CLEMENT2018-04-201-4/+2
| * xhci: Fix USB ports for Dell Inspiron 5775Kai-Heng Feng2018-04-201-1/+4
* | usb: phy: Add Kconfig entry for Tegra PHY driverDmitry Osipenko2018-04-231-3/+1
* | usb: tegra: Move utmi-pads reset from ehci-tegra to tegra-phyDmitry Osipenko2018-04-231-48/+39
* | usb: host: xhci-plat: Fix clock resource by adding a register clockGregory CLEMENT2018-04-222-5/+23
* | usb: host: xhci-plat: Remove useless test before clk_disable_unprepareGregory CLEMENT2018-04-221-4/+2
* | USB: ehci-omap: drop unused legacy phy supportJohan Hovold2018-04-221-4/+1
|/
* Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-0424-430/+270
|\
| * usb: host: Remove the deprecated ATH79 USB host config optionsAlban Bedel2018-03-261-25/+0
| * xhci: Add Intel extended cap / otg phy mux handlingHans de Goede2018-03-225-1/+100
| * xhci: Add option to get next extended capability in list by passing id = 0Mathias Nyman2018-03-221-2/+3
OpenPOWER on IntegriCloud