summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-serial-6.7-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-11-241-3/+8
|\
| * USB: serial: option: add Luat Air72*U series productsAsuna Yang2023-11-231-0/+3
| * USB: serial: option: add Fibocom L7xx modulesVictor Fragoso2023-11-221-0/+1
| * USB: serial: option: fix FM101R-GL definesPuliang Lu2023-11-211-2/+2
| * USB: serial: option: don't claim interface 4 for ZTE MF290Lech Perczak2023-11-211-1/+2
* | USB: dwc3: qcom: fix ACPI platform device leakJohan Hovold2023-11-221-7/+30
* | USB: dwc3: qcom: fix software node leak on probe errorsJohan Hovold2023-11-221-5/+8
* | USB: dwc3: qcom: fix resource leaks on probe deferralJohan Hovold2023-11-221-3/+6
* | USB: dwc3: qcom: simplify wakeup interrupt setupJohan Hovold2023-11-221-8/+4
* | USB: dwc3: qcom: fix wakeup after probe deferralJohan Hovold2023-11-221-4/+4
* | usb: misc: onboard-hub: add support for Microchip USB5744Stefan Eichenberger2023-11-222-0/+9
* | usb: misc: ljca: Fix enumeration error on Dell Latitude 9420Hans de Goede2023-11-221-1/+2
* | USB: xhci-plat: fix legacy PHY double initJohan Hovold2023-11-211-20/+30
* | usb: typec: tipd: Supply also I2C driver dataHeikki Krogerus2023-11-211-2/+5
* | usb: xhci-mtk: fix in-ep's start-split check failureChunfeng Yun2023-11-212-3/+12
* | usb: dwc3: set the dma max_seg_sizeRicardo Ribalda2023-11-211-0/+2
* | usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin2023-11-211-1/+2
* | usb: dwc3: add missing of_node_put and platform_device_putStanley Chang2023-11-211-1/+7
* | USB: dwc2: write HCINT with INTMASK appliedOliver Neukum2023-11-211-8/+7
* | usb: misc: ljca: Drop _ADR support to get ljca children devicesWentong Wu2023-11-211-12/+2
* | usb: cdnsp: Fix deadlock issue during using NCM gadgetPawel Laszczak2023-11-211-0/+3
* | usb: typec: tcpm: Fix sink caps op current checkBadhri Jagan Sridharan2023-11-211-1/+2
* | usb: dwc3: Fix default mode initializationAlexander Stein2023-11-211-1/+1
* | USB: typec: tps6598x: Fix a memory leak in an error handling pathChristophe JAILLET2023-11-211-3/+4
* | usb: typec: tcpm: Skip hard reset when in error recoveryBadhri Jagan Sridharan2023-11-211-0/+9
* | Revert "usb: phy: add usb phy notify port status API"Johan Hovold2023-11-061-23/+0
|/
* Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-0392-697/+4109
|\
| * usb: gadget: uvc: Add missing initialization of ssp config descriptorShuzhen Wang2023-10-281-2/+12
| * usb: storage: set 1.50 as the lower bcdDevice for older "Super Top" compatibi...LihaSika2023-10-281-1/+1
| * usb: raw-gadget: report suspend, resume, reset, and disconnect eventsAndrey Konovalov2023-10-271-8/+44
| * usb: raw-gadget: don't disable device if usb_ep_queue failsAndrey Konovalov2023-10-271-2/+0
| * usb: raw-gadget: properly handle interrupted requestsAndrey Konovalov2023-10-271-10/+16
| * usb:cdnsp: remove TRB_FLUSH_ENDPOINT commandPawel Laszczak2023-10-274-37/+1
| * usb: gadget: aspeed_udc: Convert to platform remove callback returning voidUwe Kleine-König2023-10-271-6/+13
| * usb: typec: fsa4480: Add support to swap SBU orientationLuca Weiss2023-10-271-0/+71
| * usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()Jimmy Hu2023-10-271-0/+3
| * usb: gadget: f_ncm: Always set current gadget in ncm_bind()Hardik Gajjar2023-10-211-16/+11
| * usb: core: Remove duplicated check in usb_hub_create_port_deviceHeiner Kallweit2023-10-211-2/+1
| * usb: typec: tcpm: Add additional checks for contaminantBadhri Jagan Sridharan2023-10-211-0/+2
| * usb: dwc3: add optional PHY interface clocksSebastian Reichel2023-10-212-0/+32
| * usb: dwc3: xilinx: add reset-controller supportPiyush Mehta2023-10-211-7/+7
| * usb: mtu3: Convert to platform remove callback returning voidUwe Kleine-König2023-10-211-6/+12
| * usb: typec: add support for PTN36502 redriverLuca Weiss2023-10-213-0/+455
| * usb: gadget: r8a66597-udc: Convert to use module_platform_driver()Uwe Kleine-König2023-10-211-1/+2
| * usb: gadget: m66592-udc: Convert to use module_platform_driver()Uwe Kleine-König2023-10-211-1/+2
| * usb: gadget: lpc32xx-udc: Convert to use module_platform_driver()Uwe Kleine-König2023-10-211-1/+2
| * usb: gadget: fusb300-udc: Convert to use module_platform_driver()Uwe Kleine-König2023-10-211-3/+4
| * usb: gadget: fsl-udc: Convert to use module_platform_driver()Uwe Kleine-König2023-10-211-1/+2
| * usb: gadget: at91-udc: Convert to use module_platform_driver()Uwe Kleine-König2023-10-211-1/+2
| * usb: chipidea: Fix unused ci_hdrc_usb2_of_match warning for !CONFIG_OFRob Herring2023-10-211-1/+1