aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-01-20ARM: pxa: remove unused board filesArnd Bergmann1-62/+0
2023-01-19Merge tag 'usb-serial-6.2-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2-0/+18
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2-2/+2
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen1-2/+2
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen1-1/+1
2023-01-19usb: dwc3: fix extcon dependencyArnd Bergmann1-1/+1
2023-01-19usb: gadget: add WebUSB landing page supportJó Ágila Bitsch2-10/+258
2023-01-19usb: misc: onboard_usb_hub: add VIA LAB VL817 hub supportAnand Moon2-0/+9
2023-01-19usb: misc: onboard_usb_hub: add Genesys Logic GL852G hub supportAnand Moon2-0/+6
2023-01-19usb: mtu3: fix the failure of qmu stopChunfeng Yun3-2/+9
2023-01-19usb: fotg210-udc: Implement VBUS sessionLinus Walleij3-0/+48
2023-01-19usb: fotg210-udc: Assign of_node and speed on startLinus Walleij1-0/+5
2023-01-19usb: fotg210: Check role register in coreLinus Walleij1-2/+14
2023-01-19usb: fotg210: Move clock handling to coreLinus Walleij5-59/+11
2023-01-19usb: fotg210: Acquire memory resource in coreLinus Walleij6-34/+52
2023-01-19usb: fotg210: List different variantsLinus Walleij1-0/+2
2023-01-17usb: core: hub: disable autosuspend for TI TUSB8041Flavio Suligoi1-0/+13
2023-01-17usb: cdnsp: : add scatter gather support for ISOC endpointPawel Laszczak3-53/+63
2023-01-17usb: typec: maxim_contaminant: Implement check_contaminant callbackBadhri Jagan Sridharan4-32/+498
2023-01-17usb: typec: tcpci: Add callback for evaluating contaminant presenceBadhri Jagan Sridharan1-0/+11
2023-01-17usb: typec: tcpm: Add callbacks to mitigate wakeups due to contaminantBadhri Jagan Sridharan1-1/+54
2023-01-17usb: typec: Make bus switch code retimer-awarePrashant Malani2-1/+23
2023-01-17usb: typec: Add wrapper for bus switch set codePrashant Malani1-2/+9
2023-01-17usb: typec: Add retimer handle to port altmodePrashant Malani2-2/+15
2023-01-17xhci: tegra: USB2 pad power controlsPetlozu Pravareshwar1-0/+125
2023-01-17xhci: hub: export symbol on xhci_hub_controlJim Lin1-0/+1
2023-01-17xhci: Add hub_control to xhci_driver_overridesJim Lin2-0/+4
2023-01-17usb: host: xhci-tegra: Add Tegra234 XHCI supportSing-Han Chen1-39/+228
2023-01-17usb: gadget: usb: Remove "default" from color matching attributesDaniel Scally1-15/+14
2023-01-17usb: typec: tipd: Support wakeupJun Nie1-0/+38
2023-01-17USB: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-01-17usb: gadget: udc: add Renesas RZ/N1 USBF controller supportHerve Codina3-0/+3418
2023-01-17usb: typec: intel_pmc_mux: Deduplicate ACPI matching in probeAndy Shevchenko1-5/+4
2023-01-17usb: typec: intel_pmc_mux: Don't leak the ACPI device reference countAndy Shevchenko1-1/+3
2023-01-17usb: typec: tcpci: Request IRQ with IRQF_SHAREDXu Yang1-2/+6
2023-01-17usb: gadget: xudc: Refactor update data role workWayne Chang1-9/+24
2023-01-17usb: typec: hd3ss3220: Add polling supportBiju Das1-0/+29
2023-01-17usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski1-1/+3
2023-01-17USB: gadget: Add ID numbers to configfs-gadget driver namesChanh Nguyen1-2/+10
2023-01-17usb: typec: tcpm: Fix altmode re-registration causes sysfs create failChiYuan Huang1-4/+3
2023-01-17usb: gadget: g_webcam: Send color matching descriptor per frameDaniel Scally1-0/+3
2023-01-17usb: typec: altmodes/displayport: Use proper macro for pin assignment checkPrashant Malani1-1/+1
2023-01-17usb: typec: altmodes/displayport: Fix pin assignment calculationPrashant Malani1-2/+2
2023-01-17usb: typec: altmodes/displayport: Add pin assignment helperPrashant Malani1-8/+14
2023-01-17usb: gadget: f_fs: Ensure ep0req is dequeued before free_requestUdipto Goswami1-0/+2
2023-01-17usb: gadget: f_fs: Prevent race during ffs_ep0_queue_waitUdipto Goswami1-0/+5
2023-01-17usb: misc: onboard_hub: Move 'attach' work to the driverMatthias Kaehlcke1-6/+6
2023-01-17usb: misc: onboard_hub: Invert driver registration orderMatthias Kaehlcke1-3/+3
2023-01-17usb: ucsi: Ensure connector delayed work items are flushedJack Pham2-3/+22