summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-11-30Revert "xhci: Convert to use list_count()"Greg Kroah-Hartman1-2/+5
2022-11-30USB: serial: cp210x: add support for B0 hangupJohan Hovold1-4/+15
2022-11-29usb: dwc3: Fix race between dwc3_set_mode and __dwc3_set_modeSven Peter1-6/+10
2022-11-29xhci: Convert to use list_count()Andy Shevchenko1-5/+2
2022-11-29usb: gadget: udc: bcm63xx: Convert to use list_count()Andy Shevchenko1-8/+3
2022-11-29usb: gadget: hid: Convert to use list_count()Andy Shevchenko1-5/+2
2022-11-29usb: gadget: f_hid: tidy error handling in hidg_allocJohn Keeping1-10/+11
2022-11-29usb: gadget: f_hid: fix refcount leak on error pathJohn Keeping1-0/+1
2022-11-29usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping1-24/+28
2022-11-29usb: misc: onboard_usb_hub: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-11-29usb: cdnsp: fix lack of ZLP for ep0Pawel Laszczak1-10/+32
2022-11-29usb: musb: Drop old unused am35x glue layerTony Lindgren3-616/+0
2022-11-29usb: typec: Add partner PD object wrapperPrashant Malani1-0/+19
2022-11-29usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irqChunfeng Yun1-1/+0
2022-11-29usb: add usb_set_intfdata() documentationVincent Mailhol1-1/+0
2022-11-29usb: host: fix a typo in ehci.hXu Yang1-1/+1
2022-11-29usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system f...Shruthi Sanil1-1/+1
2022-11-29usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()Yang Yingliang1-1/+5
2022-11-29usb: gadget: function: Simplify diagnostic messaging in printerAndrzej Pietrasiewicz1-8/+1
2022-11-29usb: typec: ucsi: Resume in separate workHeikki Krogerus2-4/+14
2022-11-29usb: roles: fix of node refcount leak in usb_role_switch_is_parent()Yang Yingliang1-1/+4
2022-11-28Merge 6.1-rc7 into usb-nextGreg Kroah-Hartman5-81/+46
2022-11-28USB: serial: cp210x: add Kamstrup RF sniffer PIDsBruno Thomsen1-0/+2
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-25USB: serial: option: add Quectel EM05-G modemDuke Xin1-0/+3
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-1/+1
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-11-22usb: usb251xb: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: misc: usb3503: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: usb4604: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: isp1301-omap: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-11-22usb: phy: isp1301: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: typec: anx7411: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: typec: hd3ss3220: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: typec: tcpm/fusb302: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: typec: tcpm/tcpci: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: typec: tcpm/tcpci_maxim: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-11-22usb: typec: tcpm/tcpci_rt1711h: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: typec: ucsi/ucsi_ccg: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-22usb: typec: ucsi: stm32g0: Convert to i2c's .probe_new()Uwe Kleine-König1-2/+2
2022-11-22USB: gadget: Fix use-after-free during usb config switchJiantao Zhang1-6/+6
2022-11-22usb: dwc3: improve the config dependency of USB_DWC3_XILINXLukas Bulwahn1-2/+2
2022-11-22usb: musb: omap2430: Fix probe regression for missing resourcesTony Lindgren1-0/+54
2022-11-22usb: typec: tipd: Move tps6598x_disconnect error path to its own labelSven Peter1-4/+4
2022-11-22usb: typec: tipd: Fix typec_unregister_port error pathsSven Peter1-3/+4
2022-11-22usb: typec: tipd: Fix spurious fwnode_handle_put in error pathSven Peter1-1/+1
2022-11-22usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register failsSven Peter1-1/+1
2022-11-22usb: host: xhci-mtk: omit shared hcd if either root hub has no portsChunfeng Yun1-26/+46
2022-11-22usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()Yang Yingliang1-1/+4
2022-11-22usb: typec: Check for ops->exit instead of ops->enter in altmode_exitSven Peter1-1/+1