Re: [PATCH] phy: nop-phy: Enable reset-gpios support

2022-01-15 Thread Tom Rini
On Wed, Dec 22, 2021 at 08:04:30AM -0600, Adam Ford wrote: > Some usb-nop-xceiv devices use a gpio to put them in and > out of reset. Add a reset function to put them into that > state. This is similar to how Linux handles the > usb-nop-xceiv driver. > > Signed-off-by: Adam Ford > > diff

Re: [PATCH] phy: nop-phy: Enable reset-gpios support

2022-01-14 Thread Adam Ford
On Fri, Jan 14, 2022 at 1:36 PM Tom Rini wrote: > > On Wed, Dec 22, 2021 at 08:04:30AM -0600, Adam Ford wrote: > > > Some usb-nop-xceiv devices use a gpio to put them in and > > out of reset. Add a reset function to put them into that > > state. This is similar to how Linux handles the > >

Re: [PATCH] phy: nop-phy: Enable reset-gpios support

2022-01-14 Thread Tom Rini
On Wed, Dec 22, 2021 at 08:04:30AM -0600, Adam Ford wrote: > Some usb-nop-xceiv devices use a gpio to put them in and > out of reset. Add a reset function to put them into that > state. This is similar to how Linux handles the > usb-nop-xceiv driver. > > Signed-off-by: Adam Ford > > diff

[PATCH] phy: nop-phy: Enable reset-gpios support

2021-12-22 Thread Adam Ford
Some usb-nop-xceiv devices use a gpio to put them in and out of reset. Add a reset function to put them into that state. This is similar to how Linux handles the usb-nop-xceiv driver. Signed-off-by: Adam Ford diff --git a/drivers/phy/nop-phy.c b/drivers/phy/nop-phy.c index