Re: [PATCH V3 6/8] phy: tegra: xusb: Add support for charger detect

2020-06-04 Thread Thierry Reding
On Thu, May 14, 2020 at 11:52:41AM +0530, Nagarjuna Kristam wrote: > Perform charger-detect operation if corresponding dt property is enabled. > Update usb-phy with the detected charger state and max current values. > Register charger-detect API's of usb-phy to provide needed functionalities. > >

Re: [PATCH V3 6/8] phy: tegra: xusb: Add support for charger detect

2020-05-14 Thread Chunfeng Yun
On Thu, 2020-05-14 at 11:52 +0530, Nagarjuna Kristam wrote: > Perform charger-detect operation if corresponding dt property is enabled. > Update usb-phy with the detected charger state and max current values. > Register charger-detect API's of usb-phy to provide needed functionalities. > > Signed-

[PATCH V3 6/8] phy: tegra: xusb: Add support for charger detect

2020-05-13 Thread Nagarjuna Kristam
Perform charger-detect operation if corresponding dt property is enabled. Update usb-phy with the detected charger state and max current values. Register charger-detect API's of usb-phy to provide needed functionalities. Signed-off-by: Nagarjuna Kristam --- V3: - Allighed functions and its argum