linux/drivers/usb/fotg210
Andy Shevchenko c05ad0fb63 usb: fotg210: use devm_platform_get_and_ioremap_resource()
Convert platform_get_resource(), devm_ioremap_resource() to a single
call to devm_platform_get_and_ioremap_resource(), as this is exactly
what this function does.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230120154437.22025-5-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-01-24 18:12:58 +01:00
..
fotg210-core.c usb: fotg210: use devm_platform_get_and_ioremap_resource() 2023-01-24 18:12:58 +01:00
fotg210-hcd.c usb: fotg210: Switch to use dev_err_probe() 2023-01-24 18:12:58 +01:00
fotg210-hcd.h usb: fotg210: Acquire memory resource in core 2023-01-19 14:10:43 +01:00
fotg210-udc.c usb: fotg210: Switch to use dev_err_probe() 2023-01-24 18:12:58 +01:00
fotg210-udc.h fotg210-udc: Improve device initialization 2023-01-24 18:12:18 +01:00
fotg210.h usb: fotg210-udc: Implement VBUS session 2023-01-19 14:10:44 +01:00
Kconfig usb: USB_FOTG210 should depend on ARCH_GEMINI 2022-11-22 17:25:06 +01:00
Makefile