index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
dwc2
/
platform.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-15
usb: dwc2: fix STM ID/VBUS detection startup delay in dwc2_driver_probe
Amelie Delaunay
1
-0
/
+3
2021-05-27
usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'
Lee Jones
1
-1
/
+1
2021-05-10
usb: dwc2: Remove obsolete MODULE_ constants from platform.c
Matthijs Kooijman
1
-4
/
+0
2021-04-22
usb: dwc2: Add exit hibernation mode before removing drive
Artur Petrosyan
1
-0
/
+15
2021-04-22
usb: dwc2: Enable RPi in ACPI mode
Jeremy Linton
1
-0
/
+1
2021-04-13
usb: dwc2: Add exit clock gating before removing driver
Artur Petrosyan
1
-0
/
+9
2021-04-09
usb: dwc2: Add exit partial power down before removing driver
Artur Petrosyan
1
-1
/
+10
2020-10-27
usb: dwc2: Avoid leaving the error_debugfs label unused
Martin Blumenstingl
1
-0
/
+3
2020-10-02
usb: dwc2: override PHY input signals with usb role switch support
Amelie Delaunay
1
-2
/
+18
2020-10-02
usb: dwc2: Always disable regulators on driver teardown
Marc Zyngier
1
-4
/
+13
2020-09-24
usb: dwc2: Add missing cleanups when usb_add_gadget_udc() fails
Martin Blumenstingl
1
-1
/
+5
2020-07-27
Revert "usb: dwc2: override PHY input signals with usb role switch support"
Greg Kroah-Hartman
1
-13
/
+0
2020-07-24
usb: dwc2: Fix error path in gadget registration
Marek Szyprowski
1
-1
/
+3
2020-07-23
usb: dwc2: override PHY input signals with usb role switch support
Amelie Delaunay
1
-0
/
+13
2020-07-09
usb: dwc2: Fix shutdown callback in platform
Minas Harutyunyan
1
-1
/
+2
2020-06-18
usb: dwc2: Postponed gadget registration to the udc class driver
Minas Harutyunyan
1
-0
/
+11
2020-05-25
usb: dwc2: Update Core Reset programming flow.
Minas Harutyunyan
1
-0
/
+39
2020-03-24
usb: dwc2: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
1
-2
/
+1
2020-03-15
usb: dwc2: Silence warning about supplies during deferred probe
Marek Szyprowski
1
-1
/
+3
2020-03-15
usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FS
Amelie Delaunay
1
-2
/
+92
2019-07-30
usb: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-01
Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-3
/
+20
2019-06-18
USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabled
Douglas Anderson
1
-3
/
+20
2019-06-18
usb: dwc2: Use generic PHY width in params setup
Jules Maselbas
1
-9
/
+0
2019-05-03
usb: dwc2: gadget: Replace phyif with phy_utmi_width
Jules Maselbas
1
-4
/
+1
2019-05-03
usb: dwc2: optionally assert phy reset when waking up
Douglas Anderson
1
-0
/
+9
2019-05-03
usb: dwc2: get optional clock by devm_clk_get_optional()
Chunfeng Yun
1
-3
/
+3
2018-10-02
usb: dwc2: get optional vbus-supply regulator once
Fabrice Gasnier
1
-0
/
+8
2018-09-05
usb: dwc2: Fix call location of dwc2_check_core_endianness
Bruno Meirelles Herrera
1
-2
/
+2
2018-07-30
usb: dwc2: Make dwc2_readl/writel functions endianness-agnostic.
Gevorg Sahakyan
1
-0
/
+19
2018-03-13
usb: dwc2: Force mode optimizations
Vardan Mikayelyan
1
-1
/
+8
2018-03-13
usb: dwc2: core: Add hibernated flag
Vardan Mikayelyan
1
-0
/
+1
2018-03-13
usb: dwc2: Print error if unable to set DMA coherent mask
Stefan Wahren
1
-1
/
+3
2018-03-08
usb: dwc2: eliminate irq parameter from dwc2_gadget_init
Vardan Mikayelyan
1
-1
/
+1
2017-12-12
usb: dwc2: add optional usb ecc reset bit
Dinh Nguyen
1
-0
/
+10
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-04-11
usb: dwc2: simplify optional reset handling
Philipp Zabel
1
-14
/
+4
2017-01-26
usb: dwc2: eliminate irq parameter from dwc2_hcd_init
Heiner Kallweit
1
-1
/
+1
2017-01-24
usb: dwc2: Fix brace usage
John Youn
1
-6
/
+6
2017-01-24
usb: dwc2: Cleanup some checkpatch issues
John Youn
1
-1
/
+1
2016-11-18
usb: dwc2: Remove dwc2_set_all_params function
John Youn
1
-2
/
+0
2016-11-18
usb: dwc2: Move parameter initialization into params.c
John Youn
1
-23
/
+4
2016-11-18
usb: dwc2: Declare the core params struct statically
John Youn
1
-6
/
+1
2016-11-18
usb: dwc2: Add params.c file
John Youn
1
-173
/
+0
2016-10-07
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...
Linus Torvalds
1
-0
/
+34
2016-09-14
usb: dwc2: add support for Meson8b and GXBB SoCs
Jerome Brunet
1
-0
/
+34
2016-08-22
usb: dwc2: Add reset control to dwc2
Dinh Nguyen
1
-0
/
+22
2016-04-28
usb: dwc2: Proper cleanup on dr_mode failure
John Youn
1
-1
/
+1
2016-03-04
usb: dwc2: Add support for Lantiq ARX and XRX SoCs
Antti Seppälä
1
-0
/
+34
2016-03-04
usb: dwc2: host: Set host_rx_fifo_size to 525 for rk3066
Douglas Anderson
1
-1
/
+1
[next]