Re: [PATCH] phy: nop: Add a new phy driver for No-Op transceiver

2016-10-06 Thread Vivek Gautam
Hi Kishon, On 10/05/2016 05:41 PM, Kishon Vijay Abraham I wrote: Hi, On Tuesday 04 October 2016 04:13 PM, Vivek Gautam wrote: No-Op phy transceiver can be used on platforms that have controllers which themselves provide PHY functionality and there's no separate PHY controller available. This

Re: [PATCH] phy: nop: Add a new phy driver for No-Op transceiver

2016-10-05 Thread Kishon Vijay Abraham I
Hi, On Tuesday 04 October 2016 04:13 PM, Vivek Gautam wrote: > No-Op phy transceiver can be used on platforms that have > controllers which themselves provide PHY functionality and > there's no separate PHY controller available. > > This driver provides a basic skeleton for a nop-phy driver. > Th

[PATCH] phy: nop: Add a new phy driver for No-Op transceiver

2016-10-04 Thread Vivek Gautam
No-Op phy transceiver can be used on platforms that have controllers which themselves provide PHY functionality and there's no separate PHY controller available. This driver provides a basic skeleton for a nop-phy driver. This can be further extended to add required features. Inspired by phy-gene