This patch series aims to add support for VBUSEN selection control for RZ/G2L alike SoCs. As per RZ/G2L HW(Rev.1.30 May2023) manual, VBUSEN can be controlled by the Port Power bit of the EHCI/OHCI operational register or by the VBOUT bit of the VBUS Control Register. A reset consumer(phy-rcar-gen3-usb2) needs to find the reset controller device and then call the provider(reset-rzg2l-usbphy-ctrl) to configure it. Please share your thoughts on this patch series. Biju Das (3): reset: Add reset_controller_get_dev() reset: renesas: Add rzg2l_usbphy_ctrl_select_vbus_ctrl() phy: renesas: phy-rcar-gen3-usb2: Control VBUSEN selection drivers/phy/renesas/phy-rcar-gen3-usb2.c | 9 ++++++++ drivers/reset/core.c | 14 ++++++++++++ drivers/reset/reset-rzg2l-usbphy-ctrl.c | 27 ++++++++++++++++++++++++ include/linux/reset-controller.h | 9 ++++++++ include/linux/reset/rzg2l-usbphy-ctrl.h | 16 ++++++++++++++ 5 files changed, 75 insertions(+) create mode 100644 include/linux/reset/rzg2l-usbphy-ctrl.h -- 2.25.1