Re: [PATCH 1/3] phy: cadence: Sierra: add phy_reset hook

2019-10-23 Thread Roger Quadros
Kishon, On 23/10/2019 10:36, Kishon Vijay Abraham I wrote: Roger, On 22/10/19 6:52 PM, Roger Quadros wrote: This is required if type C driver needs to hold global reset on J7ES to perform LN10 swap. Can you replace "This" with something more specific. I meant this patch, but I will revise

Re: [PATCH 1/3] phy: cadence: Sierra: add phy_reset hook

2019-10-23 Thread Kishon Vijay Abraham I
Roger, On 22/10/19 6:52 PM, Roger Quadros wrote: > This is required if type C driver needs to hold > global reset on J7ES to perform LN10 swap. Can you replace "This" with something more specific. Thanks Kishon > > Signed-off-by: Roger Quadros > Signed-off-by: Sekhar Nori > --- >

[PATCH 1/3] phy: cadence: Sierra: add phy_reset hook

2019-10-22 Thread Roger Quadros
This is required if type C driver needs to hold global reset on J7ES to perform LN10 swap. Signed-off-by: Roger Quadros Signed-off-by: Sekhar Nori --- drivers/phy/cadence/phy-cadence-sierra.c | 10 ++ 1 file changed, 10 insertions(+) diff --git