Please Cc linux-usb. On Fri, Apr 12, 2024, Anand Moon wrote: > using new helper functions for dev resources for clock and PM > to simplify the code changes. > > Addressed some review comments. > > V3 changes: > 1 Use new DEFINE_SIMPLE_DEV_PM_OPS macro for PM operations > Thanks to Thinh Nguyen for your inputs. > so I have to update the $subject and commit messagee with using new > macro. > > 2 Drop the dev_err_probe in return to simplify the error for clocks. > > 3 Dop the devm_regulator_bulk_get_enable patch. > > Tests on Odroid XU4 and Odroid U3. > found no regression with suspend resume functionality. > > Previous changes: > V2: https://urldefense.com/v3/__https://lore.kernel.org/all/20240404071350.4242-3-linux.amoon@xxxxxxxxx/__;!!A4F2R9G_pg!e0WD9azAHK8cfVD0LzhAenRu36MKAQ75iRWUvNLdvd7IxXtKCjPykjkqNDkFcopJHxnkQd50byH7yaupErXZxptcZg$ > > V1: https://urldefense.com/v3/__https://patchwork.kernel.org/project/linux-samsung-soc/patch/20240301193831.3346-2-linux.amoon@xxxxxxxxx/__;!!A4F2R9G_pg!e0WD9azAHK8cfVD0LzhAenRu36MKAQ75iRWUvNLdvd7IxXtKCjPykjkqNDkFcopJHxnkQd50byH7yaupErXY2yXXZg$ > > Thanks > -Anand > > Anand Moon (5): > usb: ehci-exynos: Use devm_clk_get_enabled() helpers > usb: ehci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions > usb: ohci-exynos: Use devm_clk_get_enabled() helpers > usb: ohci-exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions > usb: dwc3: exynos: Use DEFINE_SIMPLE_DEV_PM_OPS for PM functions > > drivers/usb/dwc3/dwc3-exynos.c | 13 +++---------- > drivers/usb/host/ehci-exynos.c | 27 ++++++--------------------- > drivers/usb/host/ohci-exynos.c | 27 ++++++--------------------- > 3 files changed, 15 insertions(+), 52 deletions(-) > > -- > 2.44.0 >