aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22usb: dwc2: Remove redundant license textChristophe JAILLET1-30/+0
2022-08-30usb: dwc2: fix wrong order of phy_power_on and phy_initHeiner Kallweit1-4/+4
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman1-0/+3
2021-12-17usb: dwc2: drd: restore role and overrides upon resumeFabrice Gasnier1-4/+6
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-05-27usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'Lee Jones1-1/+1
2021-05-10usb: dwc2: Remove obsolete MODULE_ constants from platform.cMatthijs Kooijman1-4/+0
2021-04-22usb: dwc2: Add exit hibernation mode before removing driveArtur Petrosyan1-0/+15
2021-04-22usb: dwc2: Enable RPi in ACPI modeJeremy Linton1-0/+1
2021-04-13usb: dwc2: Add exit clock gating before removing driverArtur Petrosyan1-0/+9
2021-04-09usb: dwc2: Add exit partial power down before removing driverArtur Petrosyan1-1/+10
2020-10-27usb: dwc2: Avoid leaving the error_debugfs label unusedMartin Blumenstingl1-0/+3
2020-10-02usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay1-2/+18
2020-10-02usb: dwc2: Always disable regulators on driver teardownMarc Zyngier1-4/+13
2020-09-24usb: dwc2: Add missing cleanups when usb_add_gadget_udc() failsMartin Blumenstingl1-1/+5
2020-07-27Revert "usb: dwc2: override PHY input signals with usb role switch support"Greg Kroah-Hartman1-13/+0
2020-07-24usb: dwc2: Fix error path in gadget registrationMarek Szyprowski1-1/+3
2020-07-23usb: dwc2: override PHY input signals with usb role switch supportAmelie Delaunay1-0/+13
2020-07-09usb: dwc2: Fix shutdown callback in platformMinas Harutyunyan1-1/+2
2020-06-18usb: dwc2: Postponed gadget registration to the udc class driverMinas Harutyunyan1-0/+11
2020-05-25usb: dwc2: Update Core Reset programming flow.Minas Harutyunyan1-0/+39
2020-03-24usb: dwc2: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-15usb: dwc2: Silence warning about supplies during deferred probeMarek Szyprowski1-1/+3
2020-03-15usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FSAmelie Delaunay1-2/+92
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+20
2019-06-18USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabledDouglas Anderson1-3/+20
2019-06-18usb: dwc2: Use generic PHY width in params setupJules Maselbas1-9/+0
2019-05-03usb: dwc2: gadget: Replace phyif with phy_utmi_widthJules Maselbas1-4/+1
2019-05-03usb: dwc2: optionally assert phy reset when waking upDouglas Anderson1-0/+9
2019-05-03usb: dwc2: get optional clock by devm_clk_get_optional()Chunfeng Yun1-3/+3
2018-10-02usb: dwc2: get optional vbus-supply regulator onceFabrice Gasnier1-0/+8
2018-09-05usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera1-2/+2
2018-07-30usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.Gevorg Sahakyan1-0/+19
2018-03-13usb: dwc2: Force mode optimizationsVardan Mikayelyan1-1/+8
2018-03-13usb: dwc2: core: Add hibernated flagVardan Mikayelyan1-0/+1
2018-03-13usb: dwc2: Print error if unable to set DMA coherent maskStefan Wahren1-1/+3
2018-03-08usb: dwc2: eliminate irq parameter from dwc2_gadget_initVardan Mikayelyan1-1/+1
2017-12-12usb: dwc2: add optional usb ecc reset bitDinh Nguyen1-0/+10
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-04-11usb: dwc2: simplify optional reset handlingPhilipp Zabel1-14/+4
2017-01-26usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit1-1/+1
2017-01-24usb: dwc2: Fix brace usageJohn Youn1-6/+6
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn1-1/+1
2016-11-18usb: dwc2: Remove dwc2_set_all_params functionJohn Youn1-2/+0
2016-11-18usb: dwc2: Move parameter initialization into params.cJohn Youn1-23/+4
2016-11-18usb: dwc2: Declare the core params struct staticallyJohn Youn1-6/+1
2016-11-18usb: dwc2: Add params.c fileJohn Youn1-173/+0
2016-10-07Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+34