summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-meson-g12a.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: meson-g12a: do post init to fix broken usb after resumptionLuke Lu2023-08-221-0/+6
* usb: dwc3-meson-g12a: Fix an error handling path in dwc3_meson_g12a_probe()Christophe JAILLET2023-06-131-1/+4
* usb: dwc3-meson-g12a: Convert to platform remove callback returning voidUwe Kleine-König2023-05-281-4/+2
* usb: dwc3-meson-g12a: support OTG switch for all IP versionsDmitry Rokosov2023-05-131-13/+3
* usb: dwc3-meson-g12a: constify drvdata structsHeiner Kallweit2022-03-151-5/+5
* usb: dwc3: meson-g12a: fix shared reset control useAmjad Ouled-Ameur2021-11-171-5/+12
* usb: dwc3: meson-g12a: add IRQ checkSergey Shtylyov2021-08-131-0/+2
* usb: dwc3-meson-g12a: fix usb2 PHY glue init when phy0 is disabledNeil Armstrong2021-06-041-1/+4
* usb: dwc3: meson-g12a: Disable the regulator in the error handling path of th...Christophe JAILLET2021-06-041-2/+6
* usb: dwc3: meson-g12a: disable clk on error handling path in probeZheng Zengkai2020-12-281-1/+1
* usb: dwc-meson-g12a: Add support for USB on AXG SoCsNeil Armstrong2020-10-021-0/+18
* usb: dwc3: meson: fix checkpatch errors and warningsFelipe Balbi2020-10-021-11/+7
* usb: dwc3: meson: fix coccinelle WARNINGFelipe Balbi2020-10-021-4/+1
* Revert "usb: dwc3: meson-g12a: fix shared reset control use"Amjad Ouled-Ameur2020-09-041-9/+6
* usb: dwc3: meson-g12a: fix shared reset control useDan Robertson2020-07-241-6/+9
* usb: dwc3: meson-g12a: fix USB2 PHY initialization on G12A and A1 SoCsMartin Blumenstingl2020-05-291-4/+4
* usb: dwc3: meson-g12a: fix error path when fetching the reset line failsMartin Blumenstingl2020-05-291-1/+1
* usb: dwc3: meson-g12a: add support for GXL and GXM SoCsNeil Armstrong2020-05-251-1/+101
* usb: dwc3: meson-g12a: support the GXL/GXM DWC3 host phy disconnectNeil Armstrong2020-05-251-0/+35
* usb: dwc3: meson-g12a: refactor usb initNeil Armstrong2020-05-251-15/+37
* usb: dwc3: meson-g12a: refactor usb2 phy initNeil Armstrong2020-05-051-21/+53
* usb: dwc3: meson-g12a: check return of dwc3_meson_g12a_usb_initNeil Armstrong2020-05-051-1/+3
* usb: dwc3: meson-g12a: get the reset as sharedNeil Armstrong2020-05-051-1/+1
* usb: dwc3: meson-g12a: handle the phy and glue registers separatelyNeil Armstrong2020-05-051-39/+85
* usb: dwc3: meson-g12a: specify phy names in soc dataNeil Armstrong2020-05-051-14/+33
* Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2020-03-161-57/+117
|\
| * usb: dwc3: meson-g12a: Don't use ret uninitialized in dwc3_meson_g12a_otg_initNathan Chancellor2020-03-151-1/+1
| * usb: dwc3: Add Amlogic A1 DWC3 glueHanjie Lin2020-03-151-56/+116
* | usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus2020-03-041-4/+6
|/
* usb: dwc3: meson-g12a: fix suspend resume regulator unbalanced disablesNeil Armstrong2019-08-281-1/+13
* usb: dwc3: meson-g12a: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-08-091-3/+1
* usb: dwc3: meson-g12a: Add support for IRQ based OTG switchingNeil Armstrong2019-06-181-5/+31
* usb: dwc3: Add Amlogic G12A DWC3 glueNeil Armstrong2019-05-031-0/+604