summaryrefslogtreecommitdiff
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci-mtk: add optional frame count clockChunfeng Yun2023-04-202-1/+2
* usb: xhci: plat: Add USB 3.0 phy supportStanley Chang2023-04-201-0/+15
* usb: host: xhci-plat: Use dev_is_pci() helperNobuhiro Iwamatsu2023-04-201-3/+1
* xhci: fix debugfs register accesses while suspendedJohan Hovold2023-04-201-0/+1
* Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman2023-04-103-5/+9
|\
| * xhci: Free the command allocated for setting LPM if we return earlyMathias Nyman2023-03-301-0/+1
| * Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS"Mathias Nyman2023-03-301-4/+3
| * xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips2023-03-301-1/+5
| * usb: xhci: tegra: fix sleep in atomic callWayne Chang2023-03-291-3/+3
* | usb: pci-quirks: Reduce the length of a spinlock section in usb_amd_find_chip...Christophe JAILLET2023-03-291-3/+1
* | xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann2023-03-291-11/+5
* | xhci: Move xhci MSI sync function to to xhci-pciJosue David Hernandez Gutierrez2023-03-232-25/+13
* | xhci: Call MSI sync function from xhci-pci instead of generic xhci codeJosue David Hernandez Gutierrez2023-03-232-5/+7
* | xhci: Move functions to cleanup MSI to xhci-pciJosue David Hernandez Gutierrez2023-03-233-32/+26
* | xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functionsJosue David Hernandez Gutierrez2023-03-233-6/+18
* | xhci: Move functions to setup msi to xhci-pciJosue David Hernandez Gutierrez2023-03-235-135/+131
* | xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resumeJosue David Hernandez Gutierrez2023-03-233-6/+18
* | xhci: dbc: Provide sysfs option to configure dbc descriptorsMathias Nyman2023-03-232-4/+191
* | xhci: mem: Join string literals backAndy Shevchenko2023-03-231-17/+10
* | xhci: mem: Replace explicit castings with appropriate specifiersAndy Shevchenko2023-03-231-10/+7
* | xhci: mem: Use while (i--) pattern to clean upAndy Shevchenko2023-03-231-2/+1
* | xhci: mem: Drop useless return:sAndy Shevchenko2023-03-231-7/+4
* | xhci: mem: Get rid of redundant 'else'Andy Shevchenko2023-03-231-8/+6
* | xhci: mem: Use dma_poll_zalloc() instead of explicit memset()Andy Shevchenko2023-03-231-4/+2
* | xhci: mem: Carefully calculate size for memory allocationsAndy Shevchenko2023-03-231-4/+5
* | usb: host: u132-hcd: Delete driverUwe Kleine-König2023-03-213-3267/+0
* | usb: host: u132-hcd: Drop if with an always true conditionUwe Kleine-König2023-03-211-32/+34
* | usb: host: u132-hcd: Various style improvementsUwe Kleine-König2023-03-211-190/+208
* | usb: host: max3421-hcd: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
* | usb: host: xhci-rcar: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-161-1/+1
* | usb: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-162-8/+5
* | usb: Use of_property_present() for testing DT property presenceRob Herring2023-03-161-2/+2
* | usb: xhci: change some trace event __dynamic_array() to __get_buf()Linyu Yuan2023-03-091-13/+7
* | usb: host: xhci-rcar: remove R-Car H3 ES1.* handlingWolfram Sang2023-03-091-29/+2
* | usb: host: xhci-rcar: remove leftover quirk handlingWolfram Sang2023-03-091-3/+0
* | usb: host: oxu210hp-hcd: Replace fake flex-array with flexible-array memberGustavo A. R. Silva2023-03-091-1/+1
* | usb: host: xhci-tegra: Drop using of_irq_parse_one()Rob Herring2023-03-091-10/+7
|/
* Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2023-02-242-34/+12
|\
| * usb: host: ohci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven2023-02-031-17/+6
| * usb: host: ehci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven2023-02-031-17/+6
* | Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-2423-640/+984
|\ \
| * | xhci: host: potential NULL dereference in xhci_generic_plat_probe()Dan Carpenter2023-02-141-0/+3
| * | usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_devAlexander Stein2023-02-091-2/+1
| * | usb: max-3421: Fix setting of I/O pinsMark Tomlinson2023-02-071-1/+1
| * | usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook2023-02-061-1/+1
| * | USB: isp1362: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | USB: isp116x: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | USB: sl811: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
| * | USB: uhci: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-3/+3
| * | usb: remove the dead USB_OHCI_SH optionChristoph Hellwig2023-02-031-11/+0