summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/platform.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: gadget: Fix exiting from clock gatingMinas Harutyunyan2024-03-261-1/+1
* usb: Explicitly include correct DT includesRob Herring2023-07-251-1/+1
* usb: dwc2/platform: Convert to platform remove callback returning voidUwe Kleine-König2023-05-301-4/+2
* usb: dwc2: Fix some error handling pathsChristophe JAILLET2023-05-131-3/+13
* usb: dwc2: platform: add support for utmi optional clockFabrice Gasnier2023-04-201-1/+19
* usb: dwc2: improve error handling in __dwc2_lowlevel_hw_enableFabrice Gasnier2023-04-201-2/+17
* usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier2023-03-231-2/+1
* usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier2023-03-231-14/+2
* usb: dwc2: power on/off phy for peripheral mode in dual-role modeQuentin Schulz2022-12-081-1/+2
* usb: dwc2: platform: Improve error reporting for problems during .remove()Uwe Kleine-König2022-10-221-1/+1
* usb: dwc2: Remove redundant license textChristophe JAILLET2022-09-221-30/+0
* usb: dwc2: fix wrong order of phy_power_on and phy_initHeiner Kallweit2022-08-301-4/+4
* Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman2021-12-201-0/+3
|\
| * usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probeAmelie Delaunay2021-12-151-0/+3
* | usb: dwc2: drd: restore role and overrides upon resumeFabrice Gasnier2021-12-171-4/+6
* | usb: dwc2: platform: adopt dev_err_probe() to silent probe deferAmelie Delaunay2021-12-151-37/+16
|/
* usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'Lee Jones2021-05-271-1/+1
* usb: dwc2: Remove obsolete MODULE_ constants from platform.cMatthijs Kooijman2021-05-101-4/+0
* usb: dwc2: Add exit hibernation mode before removing driveArtur Petrosyan2021-04-221-0/+15
* usb: dwc2: Enable RPi in ACPI modeJeremy Linton2021-04-221-0/+1
* usb: dwc2: Add exit clock gating before removing driverArtur Petrosyan2021-04-131-0/+9
* usb: dwc2: Add exit partial power down before removing driverArtur Petrosyan2021-04-091-1/+10
* usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl2020-10-271-0/+3
* usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay2020-10-021-2/+18
* usb: dwc2: Always disable regulators on driver teardownMarc Zyngier2020-10-021-4/+13
* usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl2020-09-241-1/+5
* Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman2020-07-271-13/+0
* usb: dwc2: Fix error path in gadget registrationMarek Szyprowski2020-07-241-1/+3
* usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay2020-07-231-0/+13
* usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan2020-07-091-1/+2
* usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan2020-06-181-0/+11
* usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan2020-05-251-0/+39
* usb: dwc2: convert to devm_platform_get_and_ioremap_resourceDejin Zheng2020-03-241-2/+1
* usb: dwc2: Silence warning about supplies during deferred probeMarek Szyprowski2020-03-151-1/+3
* usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FSAmelie Delaunay2020-03-151-2/+92
* usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-07-011-3/+20
|\
| * USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson2019-06-181-3/+20
* | usb: dwc2: Use generic PHY width in params setupJules Maselbas2019-06-181-9/+0
|/
* usb: dwc2: gadget: Replace phyif with phy_utmi_widthJules Maselbas2019-05-031-4/+1
* usb: dwc2: optionally assert phy reset when waking upDouglas Anderson2019-05-031-0/+9
* usb: dwc2: get optional clock by devm_clk_get_optional()Chunfeng Yun2019-05-031-3/+3
* usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier2018-10-021-0/+8
* usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera2018-09-051-2/+2
* usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.Gevorg Sahakyan2018-07-301-0/+19
* usb: dwc2: Force mode optimizationsVardan Mikayelyan2018-03-131-1/+8
* usb: dwc2: core: Add hibernated flagVardan Mikayelyan2018-03-131-0/+1
* usb: dwc2: Print error if unable to set DMA coherent maskStefan Wahren2018-03-131-1/+3
* usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan2018-03-081-1/+1
* usb: dwc2: add optional usb ecc reset bitDinh Nguyen2017-12-121-0/+10