aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2
AgeCommit message (Expand)AuthorFilesLines
2024-04-09usb: dwc2: host: Fix dereference issue in DDMA completion flow.Minas Harutyunyan1-1/+3
2024-03-26usb: dwc2: gadget: LPM flow fixMinas Harutyunyan3-21/+47
2024-03-26usb: dwc2: gadget: Fix exiting from clock gatingMinas Harutyunyan4-5/+14
2024-03-26usb: dwc2: host: Fix ISOC flow in DDMA modeMinas Harutyunyan3-9/+22
2024-03-26usb: dwc2: host: Fix remote wakeup from hibernationMinas Harutyunyan2-4/+14
2024-03-26usb: dwc2: host: Fix hibernation flowMinas Harutyunyan2-2/+28
2024-01-02usb: dwc2: Disable clock gating feature on Rockchip SoCsWilliam Wu1-0/+1
2023-11-21USB: dwc2: write HCINT with INTMASK appliedOliver Neukum1-8/+7
2023-10-10usb: Use device_get_match_data()Rob Herring1-15/+6
2023-10-02usb: dwc2: fix possible NULL pointer dereference caused by driver concurrencyJia-Ju Bai1-1/+1
2023-08-22usb: dwc2: add pci_device_id driver_data parse supportYinbo Zhu3-14/+40
2023-08-22USB: dwc2: hande irq on dead controller correctlyOliver Neukum1-1/+3
2023-07-25usb: Explicitly include correct DT includesRob Herring2-2/+1
2023-05-30usb: dwc2/platform: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-13usb: dwc2: support dwc2 IP for Amlogic A1 SoC familyDmitry Rokosov1-0/+21
2023-05-13usb: dwc2: Fix some error handling pathsChristophe JAILLET1-3/+13
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-03-29usb: dwc2: Fix spelling mistake "schduler" -> "scheduler"Deming Wang1-1/+1
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman3-21/+7
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-16usb: Use of_property_read_bool() for boolean propertiesRob Herring1-2/+1
2023-03-09usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Ziyang Huang1-1/+2
2022-12-08usb: dwc2: power on/off phy for peripheral mode in dual-role modeQuentin Schulz2-3/+6
2022-12-08usb: dwc2: disable lpm feature on Rockchip SoCsQuentin Schulz1-0/+4
2022-10-22usb: dwc2: platform: Improve error reporting for problems during .remove()Uwe Kleine-König1-1/+1
2022-09-22usb: dwc2: Remove redundant license textChristophe JAILLET12-360/+1
2022-08-30usb: dwc2: fix wrong order of phy_power_on and phy_initHeiner Kallweit1-4/+4
2022-06-24usb: dwc2: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-24usb: dwc2: gadget: remove D+ pull-up while no vbus with usb-role-switchAmelie Delaunay1-1/+2
2022-06-22usb: dwc2: host: add TPL supportAmelie Delaunay1-0/+3
2022-06-10usb: dwc2: Fix memory leak in dwc2_hcd_initMiaoqian Lin1-1/+1
2022-05-05usb: dwc2: gadget: don't reset gadget's driver->busMarek Szyprowski1-1/+0
2022-04-21USB: dwc2: Add OTG support for Ingenic SoCs.周琰杰 (Zhou Yanjie)3-1/+63
2022-02-28Merge 5.17-rc6 into usb-nextGreg Kroah-Hartman2-2/+6
2022-02-17usb: dwc2: drd: fix soft connect when gadget is unconfiguredFabrice Gasnier2-2/+6
2022-02-11usb: dwc2: Add platform specific data for Intel's AgilexDinh Nguyen1-0/+10
2022-01-26usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspendAmelie Delaunay1-1/+1
2022-01-06usb: dwc2: gadget: initialize max_speed from paramsJohn Keeping1-1/+12
2022-01-06usb: dwc2: do not gate off the hardware if it does not support clock gatingDinh Nguyen1-3/+4
2021-12-30usb: dwc2: Simplify a bitmap declarationChristophe JAILLET1-2/+1
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman1-0/+3
2021-12-17usb: dwc2: drd: restore role and overrides upon resumeFabrice Gasnier2-6/+42
2021-12-17usb: dwc2: drd: add role-switch-default-node supportFabrice Gasnier2-0/+16
2021-12-15usb: dwc2: platform: adopt dev_err_probe() to silent probe deferAmelie Delaunay1-37/+16
2021-12-15usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay1-0/+3
2021-11-29Merge 5.16-rc3 into usb-nextGreg Kroah-Hartman2-4/+15
2021-11-23usb: dwc2: gadget: use existing helperJohn Keeping1-2/+2
2021-11-17usb: dwc2: hcd_queue: Fix use of floating point literalNathan Chancellor1-1/+1
2021-11-17usb: dwc2: gadget: Fix ISOC flow for elapsed framesMinas Harutyunyan1-3/+14
2021-10-25usb: dwc2: stm32mp15: set otg_revFabrice Gasnier1-0/+2
2021-10-25usb: dwc2: add otg_rev and otg_caps information for gadget driverFabrice Gasnier5-52/+57
2021-10-21usb: dwc2: drd: reset current session before setting the new oneAmelie Delaunay1-0/+2
2021-10-21usb: dwc2: drd: fix dwc2_drd_role_sw_set when clock could be disabledAmelie Delaunay1-0/+18
2021-10-21usb: dwc2: drd: fix dwc2_force_mode call in dwc2_ovr_initAmelie Delaunay1-2/+2
2021-09-14usb: dwc2: gadget: Fix ISOC transfer complete handling for DDMAMinas Harutyunyan1-3/+1
2021-09-14usb: dwc2: gadget: Fix ISOC flow for BDMA and SlaveMinas Harutyunyan1-83/+106
2021-09-14usb: dwc2: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-08-27usb: dwc2: Fix spelling mistake "was't" -> "wasn't"Colin Ian King1-1/+1
2021-08-13usb: dwc2: gadget: implement udc_set_speed()Argishti Aleksanyan1-0/+23
2021-07-26Merge v5.14-rc3 into usb-nextGreg Kroah-Hartman5-7/+38
2021-07-21usb: dwc2: gadget: Add endpoint wedge supportMinas Harutyunyan2-1/+29
2021-07-21usb: dwc2: gadget: Fix sending zero length packet in DDMA mode.Minas Harutyunyan1-4/+6
2021-07-21usb: dwc2: Skip clock gating on Samsung SoCsMarek Szyprowski4-3/+11
2021-07-21usb: dwc2: gadget: Fix GOUTNAK flow for Slave mode.Minas Harutyunyan1-0/+21
2021-06-09usb: dwc2: Don't reset the core after setting turnaround timeClément Lassieur1-9/+21
2021-05-27usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentationLee Jones1-1/+1
2021-05-27usb: dwc2: pci: Fix possible copy/paste issueLee Jones1-1/+1
2021-05-27usb: dwc2: hcd_queue: Fix typeo in function name 'dwc2_hs_pmap_unschedule()'Lee Jones1-1/+1
2021-05-27usb: dwc2: params: Fix naming of 'dwc2_get_hwparams()' in the docsLee Jones1-2/+2
2021-05-27usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'Lee Jones1-1/+1
2021-05-21USB: dwc2: drop irq-flags initialisationsJohan Hovold1-6/+6
2021-05-10usb: dwc2: Remove obsolete MODULE_ constants from platform.cMatthijs Kooijman1-4/+0
2021-05-10usb: dwc2: Fix gadget DMA unmap directionPhil Elwell2-1/+4
2021-04-22usb: dwc2: Get rid of useless error checks in suspend interruptArtur Petrosyan2-14/+7
2021-04-22usb: dwc2: Update dwc2_handle_usb_suspend_intr function.Artur Petrosyan1-5/+7
2021-04-22usb: dwc2: Add exit hibernation mode before removing driveArtur Petrosyan1-0/+15
2021-04-22usb: dwc2: Add hibernation exiting flow by system resumeArtur Petrosyan1-0/+10
2021-04-22usb: dwc2: Add hibernation entering flow by system suspendArtur Petrosyan1-0/+10
2021-04-22usb: dwc2: Allow exit hibernation in urb enqueueArtur Petrosyan1-0/+14
2021-04-22usb: dwc2: Move exit hibernation to dwc2_port_resume() functionArtur Petrosyan1-6/+7
2021-04-22usb: dwc2: Move enter hibernation to dwc2_port_suspend() functionArtur Petrosyan1-4/+14
2021-04-22usb: dwc2: Clear GINTSTS_RESTOREDONE bit after restore is generated.Artur Petrosyan1-0/+6
2021-04-22usb: dwc2: Clear fifo_map when resetting core.Artur Petrosyan2-0/+19
2021-04-22usb: dwc2: Allow exiting hibernation from gpwrdn rst detectArtur Petrosyan1-5/+18
2021-04-22usb: dwc2: Fix hibernation between host and device modes.Artur Petrosyan1-71/+83
2021-04-22usb: dwc2: Fix host mode hibernation exit with remote wakeup flow.Artur Petrosyan1-1/+9
2021-04-22usb: dwc2: Reset DEVADDR after exiting gadget hibernation.Artur Petrosyan1-0/+4
2021-04-22usb: dwc2: Update exit hibernation when port reset is assertedArtur Petrosyan1-6/+11
2021-04-22usb: dwc2: Enable RPi in ACPI modeJeremy Linton3-1/+20
2021-04-13usb: dwc2: Add exit clock gating before removing driverArtur Petrosyan1-0/+9
2021-04-13usb: dwc2: Add clock gating exiting flow by system resumeArtur Petrosyan1-0/+22
2021-04-13usb: dwc2: Add clock gating entering flow by system suspendArtur Petrosyan1-0/+9
2021-04-13usb: dwc2: Allow exit clock gating in urb enqueueArtur Petrosyan1-0/+8
2021-04-13usb: dwc2: Update exit clock gating when port is resumedArtur Petrosyan1-25/+4
2021-04-13usb: dwc2: Update enter clock gating when port is suspendedArtur Petrosyan1-15/+4
2021-04-13usb: dwc2: Add exit clock gating when port reset is assertedArtur Petrosyan1-0/+4
2021-04-13usb: dwc2: Add exit clock gating from session request interruptArtur Petrosyan1-6/+13
2021-04-13usb: dwc2: Add exit clock gating from wakeup interruptArtur Petrosyan1-11/+22
2021-04-13usb: dwc2: Allow entering clock gating from USB_SUSPEND interruptArtur Petrosyan1-3/+7
2021-04-13usb: dwc2: Add host clock gating support functionsArtur Petrosyan2-0/+91
2021-04-13usb: dwc2: Add device clock gating support functionsArtur Petrosyan2-2/+79
2021-04-09usb: dwc2: Add exit partial power down before removing driverArtur Petrosyan1-1/+10
2021-04-09usb: dwc2: Fix partial power down exiting by system resumeArtur Petrosyan1-44/+46
2021-04-09usb: dwc2: Update partial power down entering by system suspendArtur Petrosyan1-35/+18
2021-04-09usb: dwc2: Fix session request interrupt handlerArtur Petrosyan1-0/+8
2021-04-09usb: dwc2: Allow exit partial power down in urb enqueueArtur Petrosyan1-0/+7
2021-04-09usb: dwc2: Add part. power down exit from dwc2_conn_id_status_change().Artur Petrosyan1-0/+9
2021-04-09usb: dwc2: Add exit partial power down when port reset is assertedArtur Petrosyan1-0/+9
2021-04-09usb: dwc2: Add exit partial power down when port is resumedArtur Petrosyan2-24/+42
2021-04-09usb: dwc2: Add enter partial power down when port is suspendedArtur Petrosyan2-19/+34
2021-04-09usb: dwc2: Update port suspend/resume function definitions.Artur Petrosyan2-6/+23
2021-04-09usb: dwc2: Add partial power down exit flow in wakeup intr.Artur Petrosyan1-9/+8
2021-04-09usb: dwc2: Update enter and exit partial power down functionsArtur Petrosyan6-115/+45
2021-04-09usb: dwc2: Add host partial power down functionsArtur Petrosyan2-0/+168
2021-04-09usb: dwc2: Add device partial power down functionsArtur Petrosyan2-0/+138
2021-04-05Merge 5.12-rc6 into usb-nextGreg Kroah-Hartman1-2/+3
2021-04-02usb: dwc2: delete duplicate word in the commentTian Tao1-1/+1
2021-04-02usb: dwc2: add parenthess and space around *Tian Tao1-1/+1
2021-03-26usb: dwc2: Prevent core suspend when port connection flag is 0Artur Petrosyan1-1/+2
2021-03-26usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board.Artur Petrosyan1-1/+1
2021-03-10usb: dwc2: Add STM32 related debugfs entriesMartin Devera1-0/+2
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman1-7/+1
2021-02-05usb: dwc2: Fix endpoint direction check in ep_from_windexHeiko Stuebner1-7/+1
2021-02-04usb: dwc2: pci: Drop the empty quirk functionHeikki Krogerus1-18/+0
2021-01-26usb: dwc2: Make "trimming xfer length" a debug messageGuenter Roeck1-1/+1
2021-01-26usb: dwc2: Abort transaction after errors with unknown reasonGuenter Roeck1-0/+12
2021-01-26usb: dwc2: Do not update data length if it is 0 on inbound transfersGuenter Roeck1-7/+8
2021-01-12usb: dwc2: disable Link Power Management on STM32MP15 HS OTGAmelie Delaunay1-0/+4
2021-01-12usb: dwc2: enable FS/LS PHY clock select on STM32MP15 FS OTGAmelie Delaunay1-0/+2
2021-01-12usb: dwc2: set ahbcfg parameter for STM32MP15 OTG HS and FSAmelie Delaunay1-0/+2
2020-10-27usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl1-0/+3
2020-10-02usb: dwc2: Fix INTR OUT transfers in DDMA mode.Minas Harutyunyan1-7/+33
2020-10-02usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay1-1/+1
2020-10-02usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay6-4/+210
2020-10-02usb: dwc2: Always disable regulators on driver teardownMarc Zyngier1-4/+13
2020-10-02usb: dwc2: add support for APM82181 USB OTGChristian Lamparter1-0/+1
2020-09-24usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl1-1/+5
2020-09-24usb: dwc2: Fix parameter type in function pointer prototypeNathan Chancellor1-1/+1
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman6-214/+2
2020-07-27Revert "usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP1...Greg Kroah-Hartman1-3/+1
2020-07-24usb: dwc2: Fix error path in gadget registrationMarek Szyprowski1-1/+3
2020-07-23usb: dwc2: don't use ID/Vbus detection if usb-role-switch on STM32MP15 SoCsAmelie Delaunay1-1/+3
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay6-2/+214
2020-07-20Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman1-1/+2
2020-07-15usb: dwc2: gadget: Avoid pointless read of EP control registerLee Jones1-2/+0
2020-07-15usb: dwc2: gadget: Make use of GINTMSK2Lee Jones1-0/+1
2020-07-09usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan1-1/+2
2020-07-03usb: dwc2: gadget: Remove assigned but never used 'maxsize'Lee Jones1-2/+1
2020-07-01USB: Fix up terminologyGreg Kroah-Hartman1-1/+1
2020-06-29Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2-6/+11
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman2-15/+15
2020-06-18usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2-6/+11
2020-06-18usb: dwc2: use well defined macros for power_downJisheng Zhang2-8/+8
2020-05-25usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan5-23/+63
2020-05-25usb: dwc2: gadget: move gadget resume after the core is in L0 stateFabrice Gasnier1-2/+5
2020-05-05USB: dwc2: Use the correct style for SPDX License IdentifierNishad Kamdar4-4/+4
2020-03-24usb: dwc2: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman5-4/+167
2020-03-15usb: dwc2: Silence warning about supplies during deferred probeMarek Szyprowski1-1/+3
2020-03-15usb: dwc2: Implement set_selfpowered()John Keeping1-1/+23
2020-03-15usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FSAmelie Delaunay4-2/+141
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman1-17/+23
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-02-11usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flowsMinas Harutyunyan1-12/+16
2020-02-11usb: dwc2: Fix in ISOC request length checkingMinas Harutyunyan1-5/+7
2020-01-15usb: dwc2: Drop unlock/lock upon queueing a work itemLukas Wunner1-6/+1
2020-01-15usb: dwc2: fix debugfs FIFO countJohn Keeping1-1/+2
2020-01-15usb: dwc2: Fix IN FIFO allocationJohn Keeping1-1/+2
2020-01-15usb: dwc2: Fix NULL qh in dwc2_queue_transactionAlexandru M Stan1-1/+1
2020-01-15usb: dwc2: Fix Stalling a Non-Isochronous OUT EPMinas Harutyunyan1-5/+17
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-1/+1
2019-11-14usb: dwc2: create debugfs directory under usb rootChunfeng Yun1-1/+1
2019-11-04usb: Spelling s/enpoint/endpoint/Geert Uytterhoeven1-1/+1
2019-10-22usb: dwc2: use a longer core rest timeout in dwc2_core_reset()Mathias Kresin1-1/+1
2019-09-02Merge tag 'usb-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-4/+5
2019-08-21usb: add a HCD_DMA flag instead of guestimating DMA capabilitiesChristoph Hellwig1-3/+3
2019-08-19Merge 5.3-rc5 into usb-nextGreg Kroah-Hartman1-1/+1
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-1/+1
2019-08-09usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko1-4/+1
2019-08-09usb: dwc2: gadget: Fix kill_all_requests raceJohn Keeping1-4/+5
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-25usb: dwc2: Switch to use device_property_count_u32()Andy Shevchenko1-4/+1
2019-07-03Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-1/+1
2019-07-03usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()Martin Blumenstingl1-1/+1
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman5-5/+48
2019-06-23Merge 5.2-rc6 into usb-nextGreg Kroah-Hartman2-9/+9
2019-06-18Revert "usb: dwc2: host: Setting qtd to NULL after freeing it"Guenter Roeck2-2/+0
2019-06-18USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson3-3/+47
2019-06-18usb: dwc2: Force 8bit UTMI width for Samsung Exynos SoCsMarek Szyprowski1-0/+1
2019-06-18usb: dwc2: Use generic PHY width in params setupJules Maselbas2-9/+9
2019-06-17Merge 5.2-rc5 into usb-nextGreg Kroah-Hartman5-38/+60
2019-06-06usb: gadget: dwc2: fix zlp handlingAndrzej Pietrasiewicz1-8/+12
2019-06-06usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMAMinas Harutyunyan1-0/+4
2019-06-06usb: dwc2: Fix DMA cache alignment issuesMartin Schiller1-3/+7
2019-06-06usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression)Douglas Anderson4-27/+37
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-1/+0
2019-05-03dwc2: gadget: Fix completed transfer size calculation in DDMAMinas Harutyunyan1-0/+1
2019-05-03usb: dwc2: Set lpm mode parameters depend on HW configurationMinas Harutyunyan1-5/+18