summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: ux500: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: musb: tusb6010: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: musb: sunxi: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: musb: omap2430: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: musb: musb_dsps: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: musb: musb_core: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-3/+2
* usb: musb: mpfs: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: musb: mediatek: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: musb: jz4740: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: musb: da8xx: Convert to platform remove callback returning voidUwe Kleine-König2023-04-051-4/+2
* usb: move config USB_USS720 to usb's misc KconfigLukas Bulwahn2023-03-292-29/+29
* usb: gadget: f_ecm: Add suspend/resume and remote wakeup supportElson Roy Serrao2023-03-293-0/+89
* usb: gadget: Handle function suspend feature selectorElson Roy Serrao2023-03-291-5/+60
* usb: dwc3: Add function suspend and function wakeup supportElson Roy Serrao2023-03-294-8/+51
* usb: gadget: Add function wakeup supportElson Roy Serrao2023-03-293-0/+47
* usb: dwc3: Add remote wakeup handlingElson Roy Serrao2023-03-293-6/+79
* usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao2023-03-296-0/+63
* ARM64: dts: imx7ulp: update usb compatiblePeng Fan2023-03-291-2/+3
* arm64: dts: imx8dxl: drop #stream-id-cells for usb nodePeng Fan2023-03-291-1/+0
* arm64: dts: imx8dxl: update usb compatiblePeng Fan2023-03-291-2/+2
* arm64: dts: imx8: update usb compatiblePeng Fan2023-03-291-2/+2
* arm64: dts: imx8mm: update usb compatiblePeng Fan2023-03-291-4/+6
* arm64: dts: imx8mn: update usb compatiblePeng Fan2023-03-291-2/+3
* dt-bindings: usb: usb-nop-xceiv: add power-domains propertyPeng Fan2023-03-291-0/+3
* dt-bindings: usb: ci-hdrc-usb2: convert to DT schema formatPeng Fan2023-03-292-159/+447
* dt-bindings: usb: usbmisc-imx: convert to DT schemaPeng Fan2023-03-292-19/+68
* usb: dwc3-am62: Fix up wake-up configuration and spurious wake upRoger Quadros2023-03-291-10/+18
* usb: dwc3: host: remove dead code in dwc3_host_get_irq()Mingxuan Xiang2023-03-291-6/+1
* usb: pci-quirks: Reduce the length of a spinlock section in usb_amd_find_chip...Christophe JAILLET2023-03-291-3/+1
* usb: dwc2: Fix spelling mistake "schduler" -> "scheduler"Deming Wang2023-03-291-1/+1
* xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann2023-03-293-15/+6
* usb: gadget: ffs: remove ENTER() macroLinyu Yuan2023-03-293-105/+0
* usb: gadget: uvc: Make bmControls attr read/writeDaniel Scally2023-03-293-4/+149
* usb: typec: tps6598x: Add support for polling interrupts statusAswath Govindraju2023-03-291-5/+36
* Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman2023-03-271148-57998/+12537
|\
| * Linux 6.3-rc4v6.3-rc4Linus Torvalds2023-03-261-1/+1
| * Merge tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-03-2631-130/+625
| |\
| | * usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier2023-03-232-6/+3
| | * usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier2023-03-231-14/+2
| | * usb: chipidea: core: fix possible concurrent when switch roleXu Yang2023-03-233-2/+13
| | * usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang2023-03-231-1/+4
| | * Merge tag 'thunderbolt-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-03-229-41/+166
| | |\
| | | * thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix2023-03-201-8/+9
| | | * thunderbolt: Disable interrupt auto clear for ringsMario Limonciello2023-03-202-17/+29
| | | * thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello2023-03-201-1/+1
| | | * thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg2023-03-131-5/+17
| | | * thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine2023-03-133-2/+49
| | | * thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg2023-03-131-2/+2
| | | * thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine2023-03-134-2/+37
| | | * thunderbolt: Fix memory leak in marginingMika Westerberg2023-03-131-6/+6