aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-04-27Merge tag 'char-misc-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-18/+14
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds118-7396/+2256
2023-04-27Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-0/+91
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-37/+6
2023-04-26Merge branch 'for-6.4/logitech-hidpp' into for-linusJiri Kosina3-0/+91
2023-04-21usb: dwc3: gadget: Refactor EP0 forced stall/restart into a separate APIWesley Cheng1-32/+21
2023-04-21usb: dwc3: gadget: Execute gadget stop after halting the controllerWesley Cheng1-2/+13
2023-04-20USB: sisusbvga: Add endpoint checksAlan Stern1-0/+14
2023-04-20USB: core: Add routines for endpoint checks in old driversAlan Stern1-0/+76
2023-04-20usb: dwc3: gadget: Stall and restart EP0 if host is unresponsiveWesley Cheng1-17/+32
2023-04-20usb: dwc3: core: add support for disabling High-speed park modeStanley Chang2-0/+9
2023-04-20usb: mtu3: add optional clock xhci_ck and frmcnt_ckChunfeng Yun2-1/+3
2023-04-20usb: mtu3: expose role-switch control to userspaceChunfeng Yun1-0/+1
2023-04-20usb: mtu3: unlock @mtu->lock just before giving back requestChunfeng Yun1-1/+1
2023-04-20usb: mtu3: fix kernel panic at qmu transfer done irq handlerChunfeng Yun1-2/+3
2023-04-20usb: mtu3: use boolean return valueChunfeng Yun1-1/+1
2023-04-20usb: mtu3: give back request when rx error happensChunfeng Yun1-1/+36
2023-04-20usb: chipidea: fix missing goto in `ci_hdrc_probe`Yinhao Hu1-1/+1
2023-04-20usb: gadget: udc: core: Prevent redundant calls to pullupBadhri Jagan Sridharan1-0/+3
2023-04-20usb: gadget: udc: core: Invoke usb_gadget_connect only when startedBadhri Jagan Sridharan1-44/+104
2023-04-20usb: typec: ucsi: don't print PPM init deferred errorsFabrice Gasnier1-2/+4
2023-04-20usb: typec: tcpm: fix multiple times discover svids errorFrank Wang1-1/+15
2023-04-20USB: dwc3: clean up probe declarationsJohan Hovold1-3/+1
2023-04-20USB: dwc3: refactor clock lookupsJohan Hovold1-55/+61
2023-04-20USB: dwc3: refactor phy handlingJohan Hovold1-57/+86
2023-04-20USB: dwc3: clean up core init error handlingJohan Hovold1-17/+13
2023-04-20USB: dwc3: clean up phy init error handlingJohan Hovold1-9/+9
2023-04-20USB: dwc3: clean up probe error labelsJohan Hovold1-23/+22
2023-04-20USB: dwc3: drop dead hibernation codeJohan Hovold2-110/+1
2023-04-20USB: dwc3: gadget: drop dead hibernation codeJohan Hovold1-40/+6
2023-04-20USB: dwc3: disable autosuspend on unbindJohan Hovold1-0/+2
2023-04-20USB: dwc3: fix runtime pm imbalance on unbindJohan Hovold1-0/+1
2023-04-20USB: dwc3: fix runtime pm imbalance on probe errorsJohan Hovold1-9/+5
2023-04-20usb: dwc2: platform: add support for utmi optional clockFabrice Gasnier2-1/+21
2023-04-20usb: dwc2: improve error handling in __dwc2_lowlevel_hw_enableFabrice Gasnier1-2/+17
2023-04-20usb: xhci-mtk: add optional frame count clockChunfeng Yun2-1/+2
2023-04-20usb: xhci: plat: Add USB 3.0 phy supportStanley Chang1-0/+15
2023-04-20usb: host: xhci-plat: Use dev_is_pci() helperNobuhiro Iwamatsu1-3/+1
2023-04-20xhci: fix debugfs register accesses while suspendedJohan Hovold1-0/+1
2023-04-20usb: Add explicit of.h of_platform.h includeRob Herring3-3/+3
2023-04-20usb: gadget: tegra-xudc: Remove unneeded return variableJon Hunter1-3/+2
2023-04-20usb: gadget: tegra-xudc: Fix crash in vbus_drawJon Hunter1-1/+1
2023-04-20Merge tag 'usb-serial-6.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-0/+6
2023-04-18USB: serial: option: add UNISOC vendor and TOZED LT70C productArınç ÜNAL1-0/+6
2023-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-13/+35
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman10-10/+30
2023-04-10Merge 6.3-rc6 into char-misc-nextGreg Kroah-Hartman28-102/+140
2023-04-06USB: core: Fix docs warning caused by wireless_status featureBastien Nocera1-1/+1
2023-04-05usb: cdnsp: Fixes error: uninitialized symbol 'len'Pawel Laszczak1-2/+1
2023-04-05usb: ulpi: Use of_request_module()Miquel Raynal1-1/+1
2023-04-05usb: gadgetfs: Fix ep_read_iter to handle ITER_UBUFSandeep Dhavale1-1/+1
2023-04-05usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUFSandeep Dhavale1-1/+1
2023-04-05usb: typec: altmodes/displayport: Fix configure initial pin assignmentRD Babiera1-1/+5
2023-04-05usb: dwc3: pci: add support for the Intel Meteor Lake-SHeikki Krogerus1-0/+4
2023-04-05usb: chipidea: imx: avoid unnecessary probe deferThomas Ballasi1-1/+1
2023-04-05usb: typec: ucsi: acpi: add quirk for ASUS Zenbook UM325Samuel Čavoj1-2/+42
2023-04-05usb: dwc3: pci: Change PCI device macrosAndy Shevchenko1-97/+33
2023-04-05usb: typec: tcpm: try to get role switch from tcpc fwnodeLi Jun1-0/+2
2023-04-05usb: musb: ux500: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: tusb6010: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: sunxi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: omap2430: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: musb_dsps: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: musb_core: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-04-05usb: musb: mpfs: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: mediatek: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: jz4740: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05usb: musb: da8xx: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-05USB: serial: quatech2: remove unused qt2_setdevice functionTom Rix1-8/+0
2023-04-03USB: core: Add API to change the wireless_statusBastien Nocera1-0/+40
2023-04-03USB: core: Add wireless_status sysfs attributeBastien Nocera2-0/+51
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman19-89/+105
2023-03-31Merge tag 'usb-serial-6.3-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2-0/+11
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-89/+105
2023-03-30xhci: Free the command allocated for setting LPM if we return earlyMathias Nyman1-0/+1
2023-03-30Revert "usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUS"Mathias Nyman1-4/+3
2023-03-30xhci: also avoid the XHCI_ZERO_64B_REGS quirk with a passthrough iommuD Scott Phillips1-1/+5
2023-03-29USB: serial: option: add Quectel RM500U-CN modemBjørn Mork1-0/+2
2023-03-29usb: xhci: tegra: fix sleep in atomic callWayne Chang1-3/+3
2023-03-29usb: move config USB_USS720 to usb's misc KconfigLukas Bulwahn2-29/+29
2023-03-29usb: gadget: f_ecm: Add suspend/resume and remote wakeup supportElson Roy Serrao3-0/+89
2023-03-29usb: gadget: Handle function suspend feature selectorElson Roy Serrao1-5/+60
2023-03-29usb: dwc3: Add function suspend and function wakeup supportElson Roy Serrao4-8/+51
2023-03-29usb: gadget: Add function wakeup supportElson Roy Serrao1-0/+40
2023-03-29usb: dwc3: Add remote wakeup handlingElson Roy Serrao3-6/+79
2023-03-29usb: gadget: Properly configure the device for remote wakeupElson Roy Serrao4-0/+53
2023-03-29usb: dwc3-am62: Fix up wake-up configuration and spurious wake upRoger Quadros1-10/+18
2023-03-29usb: dwc3: host: remove dead code in dwc3_host_get_irq()Mingxuan Xiang1-6/+1
2023-03-29usb: pci-quirks: Reduce the length of a spinlock section in usb_amd_find_chip...Christophe JAILLET1-3/+1
2023-03-29usb: dwc2: Fix spelling mistake "schduler" -> "scheduler"Deming Wang1-1/+1
2023-03-29xhci: use pm_ptr() instead of #ifdef for CONFIG_PM conditionalsArnd Bergmann1-11/+5
2023-03-29usb: gadget: ffs: remove ENTER() macroLinyu Yuan3-105/+0
2023-03-29usb: gadget: uvc: Make bmControls attr read/writeDaniel Scally1-2/+119
2023-03-29usb: typec: tps6598x: Add support for polling interrupts statusAswath Govindraju1-5/+36
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman19-89/+105
2023-03-24Merge patch series "Constify most SCSI host templates"Martin K. Petersen4-4/+4
2023-03-24scsi: usb: uas: Declare two host templates and host template pointers constBart Van Assche4-4/+4
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen1-2/+2
2023-03-24scsi: target: Pass in cmd counter to use during cmd setupMike Christie1-2/+2
2023-03-23usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...Zheng Wang1-0/+1
2023-03-23usb: dwc3: add several registers dump for debugfsLi Jun1-0/+5
2023-03-23usb: dwc3-am62: Enable as a wakeup source by defaultRoger Quadros1-0/+3
2023-03-23usb: dwc3-am62: Add support for system wakeup based on USB eventsAswath Govindraju1-0/+39
2023-03-23usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier2-6/+3
2023-03-23usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier1-14/+2
2023-03-23usb: chipidea: core: fix possible concurrent when switch roleXu Yang3-2/+13
2023-03-23usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang1-1/+4
2023-03-23usb: typec: ucsi: add PMIC Glink UCSI driverNeil Armstrong3-0/+356
2023-03-23usb: phy: twl6030: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23usb: phy: tegra: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23usb: phy: tahvo: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23usb: phy: mxs: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23usb: phy: mv: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23usb: phy: keystone: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23usb: phy: gpio-vbus: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23usb: phy: generic: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23usb: phy: fsl: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23usb: phy: am335x: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-23usb: phy: ab8500: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-23USB: serial: quatech2: remove unused qt2_setdevice functionTom Rix1-8/+0
2023-03-23usb: typec: tipd: remove unused tps6598x_write16,32 functionsTom Rix1-10/+0
2023-03-23usb: typec: tcpci_mt6360: remove unused mt6360_tcpc_read16 functionTom Rix1-6/+0
2023-03-23usb: gadget: udc: remove unused usbf_ep_dma_reg_clrset functionTom Rix1-11/+0
2023-03-23usb: typec: tcpm: remove unnecessary (void*) conversionsYu Zhe2-2/+2
2023-03-23usb: chipidea: debug: remove redundant 'role' debug fileXu Yang1-55/+0
2023-03-23xhci: Move xhci MSI sync function to to xhci-pciJosue David Hernandez Gutierrez2-25/+13
2023-03-23xhci: Call MSI sync function from xhci-pci instead of generic xhci codeJosue David Hernandez Gutierrez2-5/+7
2023-03-23xhci: Move functions to cleanup MSI to xhci-pciJosue David Hernandez Gutierrez3-32/+26
2023-03-23xhci: move PCI specific MSI/MSIX cleanup away from generic xhci functionsJosue David Hernandez Gutierrez3-6/+18
2023-03-23xhci: Move functions to setup msi to xhci-pciJosue David Hernandez Gutierrez5-135/+131
2023-03-23xhci: Avoid PCI MSI/MSIX interrupt reinitialization at resumeJosue David Hernandez Gutierrez3-6/+18
2023-03-23xhci: dbc: Provide sysfs option to configure dbc descriptorsMathias Nyman2-4/+191
2023-03-23xhci: mem: Join string literals backAndy Shevchenko1-17/+10
2023-03-23xhci: mem: Replace explicit castings with appropriate specifiersAndy Shevchenko1-10/+7
2023-03-23xhci: mem: Use while (i--) pattern to clean upAndy Shevchenko1-2/+1
2023-03-23xhci: mem: Drop useless return:sAndy Shevchenko1-7/+4
2023-03-23xhci: mem: Get rid of redundant 'else'Andy Shevchenko1-8/+6
2023-03-23xhci: mem: Use dma_poll_zalloc() instead of explicit memset()Andy Shevchenko1-4/+2
2023-03-23xhci: mem: Carefully calculate size for memory allocationsAndy Shevchenko1-4/+5
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman7-8/+8
2023-03-21usb: ftdi-elan: Delete driverUwe Kleine-König3-2801/+0
2023-03-21usb: host: u132-hcd: Delete driverUwe Kleine-König5-3270/+0
2023-03-21usb: host: u132-hcd: Drop if with an always true conditionUwe Kleine-König1-32/+34
2023-03-21usb: host: u132-hcd: Various style improvementsUwe Kleine-König1-190/+208
2023-03-17wwan: core: Support slicing in port TX flow of WWAN subsystemhaozhe chang1-1/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman6-6/+6
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman4-4/+0
2023-03-16scsi: usb: gadget: f_tcm: Remove default fabric ops calloutsDmitry Bogdanov1-31/+0
2023-03-16usb: gadget: Use correct endianness of the wLength field for WebUSBAndy Shevchenko1-4/+3
2023-03-16uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2Yaroslav Furman1-0/+7
2023-03-16usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driverPawel Laszczak1-16/+11
2023-03-16usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak1-0/+5
2023-03-16usb: cdnsp: Fixes issue with redundant Status StagePawel Laszczak1-18/+1
2023-03-16usb: misc: usb3503: support usb3803 and bypass modeEmanuele Ghidoli1-1/+21
2023-03-16usb: misc: usb3503: refactor code to prepare for usb3803 additionEmanuele Ghidoli1-25/+19
2023-03-16usb: gadget: aspeed: Rectify a bit a random header inclusionAndy Shevchenko5-5/+0
2023-03-16usb: typec: fusb302: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-03-16usb: typec: hd3ss3220: Drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16usb: misc: usb251xb: drop of_match_ptr for ID tableKrzysztof Kozlowski1-9/+1
2023-03-16usb: gadget: max3420_udc: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16usb: gadget: renesas_usb3: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16usb: gadget: rzv2m_usb3drd: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16usb: renesas_usbhs: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16usb: host: max3421-hcd: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16usb: host: xhci-rcar: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-03-16usb: acpi: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko1-8/+4
2023-03-16usb: Use of_property_read_bool() for boolean propertiesRob Herring6-32/+25
2023-03-16usb: Use of_property_present() for testing DT property presenceRob Herring5-6/+6
2023-03-16usb: musb: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley1-1/+1
2023-03-16usb: remove dead code in dwc3_gadget_get_irqYalong Zou1-5/+0
2023-03-14USB: serial: option: add Telit FE990 compositionsEnrico Sau1-0/+8
2023-03-13USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDsKees Jan Koster1-0/+1
2023-03-09usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Ziyang Huang1-1/+2
2023-03-09usb: xhci: change some trace event __dynamic_array() to __get_buf()Linyu Yuan1-13/+7
2023-03-09usb: dwc3: change some trace event __dynamic_array() to __get_buf()Linyu Yuan1-4/+2
2023-03-09usb: cdns3: change some trace event __dynamic_array() to __get_buf()Linyu Yuan2-16/+8
2023-03-09usb: cdns3: change trace event cdns3_ring() operationLinyu Yuan2-17/+7
2023-03-09usb: gadget: f_fs: Fix incorrect version checking of OS descsYuta Hayama1-2/+5
2023-03-09usb: gadget: udc: replace kzalloc with devm_kzalloc in mv_udc_probeKang Chen1-1/+1
2023-03-09usb: gadget: udc: add return value check of kzalloc in mv_udc_probeKang Chen1-0/+4
2023-03-09usb: gadget: composite: Draw 100mA current if not configuredPrashanth K1-0/+4
2023-03-09usb: dwc3: gadget: Change condition for processing suspend eventPrashanth K1-9/+2
2023-03-09usb: dwc3: core: add external vBus supply support for ulpi phyPiyush Mehta2-0/+16
2023-03-09usb: gadget: udc: renesas_usb3: remove R-Car H3 ES1.* handlingWolfram Sang1-22/+1
2023-03-09usb: host: xhci-rcar: remove R-Car H3 ES1.* handlingWolfram Sang1-29/+2
2023-03-09usb: host: xhci-rcar: remove leftover quirk handlingWolfram Sang1-3/+0
2023-03-09usb: host: oxu210hp-hcd: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-03-09usb: host: xhci-tegra: Drop using of_irq_parse_one()Rob Herring1-10/+7
2023-03-09usb: typec: tcpm: fix warning when handle discover_identity messageXu Yang1-4/+15
2023-03-09usb: typec: tcpm: fix create duplicate source-capabilities fileXu Yang1-0/+9
2023-03-09usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga1-1/+1
2023-03-09usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hubAlexander Stein2-0/+2
2023-03-09usb: dwc3: gadget: Add 1ms delay after end transfer command without IOCWesley Cheng1-3/+11
2023-03-09usb: dwc3: Fix a typo in field nameVincenzo Palazzo1-1/+1
2023-03-09usb: ucsi_acpi: Increase the command completion timeoutHans de Goede1-1/+1
2023-03-09usb: ucsi: Fix ucsi->connector raceHans de Goede1-13/+9
2023-03-09usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede1-5/+6
2023-02-24Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2-34/+12