WSL2-Linux-Kernel/drivers/usb/dwc2
Dejin Zheng 5bf7e2883f usb: dwc2: convert to devm_platform_get_and_ioremap_resource
Use devm_platform_get_and_ioremap_resource() to simplify code, which
contains platform_get_resource() and devm_ioremap_resource(), it also
get the resource for use by the following code.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Minas Harutyunyan <hminas@synopsys.com>
Signed-off-by: Dejin Zheng <zhengdejin5@gmail.com>
Link: https://lore.kernel.org/r/20200323160612.17277-5-zhengdejin5@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-03-24 12:09:39 +01:00
..
Kconfig
Makefile
core.c
core.h usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FS 2020-03-15 11:06:39 +02:00
core_intr.c usb: dwc2: Drop unlock/lock upon queueing a work item 2020-01-15 14:43:12 +01:00
debug.h
debugfs.c usb: dwc2: fix debugfs FIFO count 2020-01-15 10:39:21 +01:00
gadget.c usb: dwc2: Implement set_selfpowered() 2020-03-15 11:34:17 +02:00
hcd.c usb: dwc2: Fix NULL qh in dwc2_queue_transaction 2020-01-15 10:39:20 +01:00
hcd.h USB: Replace zero-length array with flexible-array member 2020-02-23 19:24:51 +01:00
hcd_ddma.c
hcd_intr.c
hcd_queue.c
hw.h usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FS 2020-03-15 11:06:39 +02:00
params.c usb: dwc2: add support for STM32MP15 SoCs USB OTG HS and FS 2020-03-15 11:06:39 +02:00
pci.c
platform.c usb: dwc2: convert to devm_platform_get_and_ioremap_resource 2020-03-24 12:09:39 +01:00