summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2023-03-23xhci: Move functions to setup msi to xhci-pciJosue David Hernandez Gutierrez
2023-03-23xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resumeJosue David Hernandez Gutierrez
2023-03-23xhci: dbc: Provide sysfs option to configure dbc descriptorsMathias Nyman
2023-03-23xhci: mem: Join string literals backAndy Shevchenko
2023-03-23xhci: mem: Replace explicit castings with appropriate specifiersAndy Shevchenko
2023-03-23xhci: mem: Use while (i--) pattern to clean upAndy Shevchenko
2023-03-23xhci: mem: Drop useless return:sAndy Shevchenko
2023-03-23xhci: mem: Get rid of redundant 'else'Andy Shevchenko
2023-03-23xhci: mem: Use dma_poll_zalloc() instead of explicit memset()Andy Shevchenko
2023-03-23xhci: mem: Carefully calculate size for memory allocationsAndy Shevchenko
2023-03-21usb: host: u132-hcd: Delete driverUwe Kleine-König
2023-03-21usb: host: u132-hcd: Drop if with an always true conditionUwe Kleine-König
2023-03-21usb: host: u132-hcd: Various style improvementsUwe Kleine-König
2023-03-16usb: host: max3421-hcd: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-16usb: host: xhci-rcar: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-16usb: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-16usb: Use of_property_present() for testing DT property presenceRob Herring
2023-03-09usb: xhci: change some trace event __dynamic_array() to __get_buf()Linyu Yuan
2023-03-09usb: host: xhci-rcar: remove R-Car H3 ES1.* handlingWolfram Sang
2023-03-09usb: host: xhci-rcar: remove leftover quirk handlingWolfram Sang
2023-03-09usb: host: oxu210hp-hcd: Replace fake flex-array with flexible-array memberGustavo A. R. Silva
2023-03-09usb: host: xhci-tegra: Drop using of_irq_parse_one()Rob Herring
2023-02-24Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-02-14xhci: host: potential NULL dereference in xhci_generic_plat_probe()Dan Carpenter
2023-02-09usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_devAlexander Stein
2023-02-07usb: max-3421: Fix setting of I/O pinsMark Tomlinson
2023-02-06usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook
2023-02-06USB: isp1362: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: isp116x: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: sl811: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-06USB: uhci: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-03usb: remove the dead USB_OHCI_SH optionChristoph Hellwig
2023-02-03usb: host: ohci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven
2023-02-03usb: host: ehci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven
2023-02-02xhci: decouple usb2 port resume and get_port_status request handlingMathias Nyman
2023-02-02xhci: clear usb2 resume related variables in one place.Mathias Nyman
2023-02-02xhci: rename resume_done to resume_timestampMathias Nyman
2023-02-02xhci: Pass port structure as parameter to xhci_disable_port().Mathias Nyman
2023-02-02xhci: move port specific items such as state completions to port structureMathias Nyman
2023-02-02xhci: pass port pointer as parameter to xhci_set_port_power()Mathias Nyman
2023-02-02xhci: cleanup xhci_hub_control port referencesMathias Nyman
2023-02-02xhci: add helpers for enabling and disabling interruptersMathias Nyman
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman
2023-02-02xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman
2023-02-02xhci: fix event ring segment table related masks and variables in headerMathias Nyman
2023-02-02xhci: split out rcar/rz support from xhci-plat.cArnd Bergmann
2023-02-01usb: ohci-omap: avoid unused-variable warningArnd Bergmann
2023-02-01usb: remove ohci-tmio driverArnd Bergmann