RE: [PATCH/RFC] net: phy: device: Don't deassert the reset when register and probe

2018-11-27 Thread Yoshihiro Shimoda
Hi Heiner, > From: Heiner Kallwei, Sent: Wednesday, November 28, 2018 4:46 AM > > On 27.11.2018 17:44, Andrew Lunn wrote: > > On Tue, Nov 27, 2018 at 12:18:20PM +, Yoshihiro Shimoda wrote: > >> Some PHY device needs edge signal of the reset, but the previous code > >> is impossible to achieve

RE: [PATCH/RFC] net: phy: device: Don't deassert the reset when register and probe

2018-11-27 Thread Yoshihiro Shimoda
Hi Andrew, > From: Andrew Lunn, Sent: Wednesday, November 28, 2018 1:44 AM > > On Tue, Nov 27, 2018 at 12:18:20PM +, Yoshihiro Shimoda wrote: > > Some PHY device needs edge signal of the reset, but the previous code > > is impossible to achieve it like following: > > > > 1) Kernel boots by u

Re: [PATCH/RFC] net: phy: device: Don't deassert the reset when register and probe

2018-11-27 Thread Geert Uytterhoeven
Hi Heiner, On Tue, Nov 27, 2018 at 8:47 PM Heiner Kallweit wrote: > On 27.11.2018 17:44, Andrew Lunn wrote: > > On Tue, Nov 27, 2018 at 12:18:20PM +, Yoshihiro Shimoda wrote: > >> Some PHY device needs edge signal of the reset, but the previous code > >> is impossible to achieve it like follo

Re: [PATCH/RFC] net: phy: device: Don't deassert the reset when register and probe

2018-11-27 Thread Heiner Kallweit
On 27.11.2018 17:44, Andrew Lunn wrote: > On Tue, Nov 27, 2018 at 12:18:20PM +, Yoshihiro Shimoda wrote: >> Some PHY device needs edge signal of the reset, but the previous code >> is impossible to achieve it like following: >> >> 1) Kernel boots by using initramfs. >> --> No open the nic, so

Re: [PATCH/RFC] net: phy: device: Don't deassert the reset when register and probe

2018-11-27 Thread Andrew Lunn
On Tue, Nov 27, 2018 at 12:18:20PM +, Yoshihiro Shimoda wrote: > Some PHY device needs edge signal of the reset, but the previous code > is impossible to achieve it like following: > > 1) Kernel boots by using initramfs. > --> No open the nic, so the provious code deasserts the reset by >