summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2023-03-21usb: host: u132-hcd: Various style improvementsUwe Kleine-König
2023-03-16usb: misc: usb3503: support usb3803 and bypass modeEmanuele Ghidoli
2023-03-16usb: misc: usb3503: refactor code to prepare for usb3803 additionEmanuele Ghidoli
2023-03-16usb: gadget: aspeed: Rectify a bit a random header inclusionAndy Shevchenko
2023-03-16usb: typec: fusb302: mark OF related data as maybe unusedKrzysztof Kozlowski
2023-03-16usb: typec: hd3ss3220: Drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-16usb: misc: usb251xb: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-16usb: gadget: max3420_udc: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-16usb: gadget: renesas_usb3: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-16usb: gadget: rzv2m_usb3drd: drop of_match_ptr for ID tableKrzysztof Kozlowski
2023-03-16usb: renesas_usbhs: drop of_match_ptr for ID tableKrzysztof Kozlowski
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: acpi: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko
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-16usb: musb: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley
2023-03-16usb: remove dead code in dwc3_gadget_get_irqYalong Zou
2023-03-09usb: xhci: change some trace event __dynamic_array() to __get_buf()Linyu Yuan
2023-03-09usb: dwc3: change some trace event __dynamic_array() to __get_buf()Linyu Yuan
2023-03-09usb: cdns3: change some trace event __dynamic_array() to __get_buf()Linyu Yuan
2023-03-09usb: cdns3: change trace event cdns3_ring() operationLinyu Yuan
2023-03-09usb: gadget: f_fs: Fix incorrect version checking of OS descsYuta Hayama
2023-03-09usb: gadget: udc: replace kzalloc with devm_kzalloc in mv_udc_probeKang Chen
2023-03-09usb: gadget: udc: add return value check of kzalloc in mv_udc_probeKang Chen
2023-03-09usb: gadget: composite: Draw 100mA current if not configuredPrashanth K
2023-03-09usb: dwc3: gadget: Change condition for processing suspend eventPrashanth K
2023-03-09usb: dwc3: core: add external vBus supply support for ulpi phyPiyush Mehta
2023-03-09usb: gadget: udc: renesas_usb3: remove R-Car H3 ES1.* handlingWolfram Sang
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 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...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-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-20Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-02-16Merge tag 'usb-serial-6.3-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2023-02-16usb: dwc3: xilinx: Remove unused of_gpio,hAndy Shevchenko
2023-02-15usb: typec: pd: Add higher capability sysfs for sink PDOSaranya Gopal
2023-02-15usb: typec: pd: Remove usb_suspend_supported sysfs from sink PDOSaranya Gopal
2023-02-15usb: dwc3: pci: add support for the Intel Meteor Lake-MHeikki Krogerus
2023-02-15usb: gadget: u_ether: Don't warn in gether_setup_name_default()Jon Hunter
2023-02-15usb: gadget: u_ether: Convert prints to device printsJon Hunter
2023-02-14usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K
2023-02-14usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang
2023-02-14xhci: host: potential NULL dereference in xhci_generic_plat_probe()Dan Carpenter
2023-02-14Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman