On Wed, Apr 15, 2020 at 01:55:03PM +0530, Nagarjuna Kristam wrote: > Add support for UTMI pad power on and off API's via soc ops. These API > can be used by operations like charger detect to power on and off UTMI > pad if needed. Update powered_on flag in the pad power control API's. > > Signed-off-by: Nagarjuna Kristam > --- > V2: > - Patch re-based. > --- > drivers/phy/tegra/xusb-tegra186.c | 51 ++++++++++++++++++--------------------- > drivers/phy/tegra/xusb.h | 2 ++ > 2 files changed, 26 insertions(+), 27 deletions(-) Nevermind my prior comments, for some reason I thought this was adding a custom API for driver interoperability, but I see now that this is just a means of splitting out SoC-specific code, so: Acked-by: Thierry Reding