summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/platform.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: dwc2: simplify optional reset handlingPhilipp Zabel2017-04-111-14/+4
* usb: dwc2: eliminate irq parameter from dwc2_hcd_initHeiner Kallweit2017-01-261-1/+1
* usb: dwc2: Fix brace usageJohn Youn2017-01-241-6/+6
* usb: dwc2: Cleanup some checkpatch issuesJohn Youn2017-01-241-1/+1
* usb: dwc2: Remove dwc2_set_all_params functionJohn Youn2016-11-181-2/+0
* usb: dwc2: Move parameter initialization into params.cJohn Youn2016-11-181-23/+4
* usb: dwc2: Declare the core params struct staticallyJohn Youn2016-11-181-6/+1
* usb: dwc2: Add params.c fileJohn Youn2016-11-181-173/+0
* Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2016-10-071-0/+34
|\
| * usb: dwc2: add support for Meson8b and GXBB SoCsJerome Brunet2016-09-141-0/+34
* | usb: dwc2: Add reset control to dwc2Dinh Nguyen2016-08-221-0/+22
|/
* usb: dwc2: Proper cleanup on dr_mode failureJohn Youn2016-04-281-1/+1
* usb: dwc2: Add support for Lantiq ARX and XRX SoCsAntti Seppälä2016-03-041-0/+34
* usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066Douglas Anderson2016-03-041-1/+1
* usb: dwc2: rockchip: Make the max_transfer_size automaticDouglas Anderson2016-03-041-1/+1
* Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"John Youn2016-02-031-1/+7
* usb: dwc2: add shutdown callback to platform variantHeiko Stübner2015-12-221-8/+27
* usb: dwc2: Remove redundant reset in probeJohn Youn2015-12-221-1/+1
* usb: dwc2: Move reset into dwc2_get_hwparams()John Youn2015-12-221-7/+3
* usb: dwc2: Fix dr_mode validationJohn Youn2015-12-221-13/+69
* usb: dwc2: Rename dwc2_core_reset()John Youn2015-12-221-1/+1