summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | usb: gadget: f_hid: fix f_hidg lifetime vs cdevJohn Keeping2022-11-291-24/+28
| * | | | | usb: misc: onboard_usb_hub: Drop obsolete dependency on COMPILE_TESTJean Delvare2022-11-291-1/+1
| * | | | | usb: cdnsp: fix lack of ZLP for ep0Pawel Laszczak2022-11-291-10/+32
| * | | | | usb: musb: Drop old unused am35x glue layerTony Lindgren2022-11-293-616/+0
| * | | | | usb: typec: Add partner PD object wrapperPrashant Malani2022-11-291-0/+19
| * | | | | usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irqChunfeng Yun2022-11-291-1/+0
| * | | | | usb: add usb_set_intfdata() documentationVincent Mailhol2022-11-291-1/+0
| * | | | | usb: host: fix a typo in ehci.hXu Yang2022-11-291-1/+1
| * | | | | usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system f...Shruthi Sanil2022-11-291-1/+1
| * | | | | usb: core: hcd: Fix return value check in usb_hcd_setup_local_mem()Yang Yingliang2022-11-291-1/+5
| * | | | | usb: gadget: function: Simplify diagnostic messaging in printerAndrzej Pietrasiewicz2022-11-291-8/+1
| * | | | | usb: typec: ucsi: Resume in separate workHeikki Krogerus2022-11-292-4/+14
| * | | | | usb: roles: fix of node refcount leak in usb_role_switch_is_parent()Yang Yingliang2022-11-291-1/+4
| * | | | | Merge 6.1-rc7 into usb-nextGreg Kroah-Hartman2022-11-285-81/+46
| |\| | | |
| * | | | | usb: usb251xb: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: misc: usb3503: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: usb4604: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: isp1301-omap: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-2/+2
| * | | | | usb: phy: isp1301: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: typec: anx7411: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: typec: hd3ss3220: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: typec: tcpm/fusb302: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: typec: tcpm/tcpci: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: typec: tcpm/tcpci_maxim: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-2/+2
| * | | | | usb: typec: tcpm/tcpci_rt1711h: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: typec: ucsi/ucsi_ccg: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-3/+2
| * | | | | usb: typec: ucsi: stm32g0: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-221-2/+2
| * | | | | USB: gadget: Fix use-after-free during usb config switchJiantao Zhang2022-11-221-6/+6
| * | | | | usb: dwc3: improve the config dependency of USB_DWC3_XILINXLukas Bulwahn2022-11-221-2/+2
| * | | | | usb: musb: omap2430: Fix probe regression for missing resourcesTony Lindgren2022-11-221-0/+54
| * | | | | usb: typec: tipd: Move tps6598x_disconnect error path to its own labelSven Peter2022-11-221-4/+4
| * | | | | usb: typec: tipd: Fix typec_unregister_port error pathsSven Peter2022-11-221-3/+4
| * | | | | usb: typec: tipd: Fix spurious fwnode_handle_put in error pathSven Peter2022-11-221-1/+1
| * | | | | usb: typec: tipd: Cleanup resources if devm_tps6598_psy_register failsSven Peter2022-11-221-1/+1
| * | | | | usb: host: xhci-mtk: omit shared hcd if either root hub has no portsChunfeng Yun2022-11-221-26/+46
| * | | | | usb: typec: tcpci: fix of node refcount leak in tcpci_register_port()Yang Yingliang2022-11-221-1/+4
| * | | | | usb: typec: Check for ops->exit instead of ops->enter in altmode_exitSven Peter2022-11-221-1/+1
| * | | | | usb: ftdi-elan: remove variable lColin Ian King2022-11-221-2/+0
| * | | | | usb: fotg210-udc: Remove a useless assignmentChristophe JAILLET2022-11-221-4/+2
| * | | | | fotg210-udc: Get IRQ using platform_get_irq()Linus Walleij2022-11-221-7/+8
| * | | | | fotg210-udc: Handle PCLKLinus Walleij2022-11-222-2/+29
| * | | | | fotg210-udc: Support optional external PHYLinus Walleij2022-11-222-0/+74
| * | | | | fotg210-udc: Use dev pointer in probe and dev_messagesLinus Walleij2022-11-221-6/+7
| * | | | | usb: USB_FOTG210 should depend on ARCH_GEMINIGeert Uytterhoeven2022-11-221-0/+1
| * | | | | usb: fotg210: Fix Kconfig for USB host modulesLinus Walleij2022-11-221-2/+2
| * | | | | Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman2022-11-2110-50/+83
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | usb/usbip: Fix v_recv_cmd_submit() to use PIPE_BULK defineShuah Khan2022-11-111-1/+3
| * | | | | usb: Check !irq instead of irq == NO_IRQChristophe Leroy2022-11-115-5/+5
| * | | | | usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij2022-11-111-6/+6
| * | | | | usb: fotg2: add Gemini-specific handlingLinus Walleij2022-11-112-0/+81