Re: [PATCH v2 1/5] phy: Add a driver for simple phy

2016-04-18 Thread Arnd Bergmann
On Monday 18 April 2016 18:00:19 Kishon Vijay Abraham I wrote: > Hi Arnd, > > On Sunday 17 April 2016 01:20 AM, Arnd Bergmann wrote: > > On Thursday 14 April 2016 11:22:58 Kishon Vijay Abraham I wrote: > >> > >> IMO simple-phy driver should be an independent driver and shouldn't export > >> symbol

Re: [PATCH v2 1/5] phy: Add a driver for simple phy

2016-04-18 Thread Kishon Vijay Abraham I
Hi Arnd, On Sunday 17 April 2016 01:20 AM, Arnd Bergmann wrote: > On Thursday 14 April 2016 11:22:58 Kishon Vijay Abraham I wrote: >> >> IMO simple-phy driver should be an independent driver and shouldn't export >> symbols. The dt binding for the simple phy device should be something like >> below

Re: [PATCH v2 1/5] phy: Add a driver for simple phy

2016-04-16 Thread Arnd Bergmann
On Thursday 14 April 2016 11:22:58 Kishon Vijay Abraham I wrote: > > IMO simple-phy driver should be an independent driver and shouldn't export > symbols. The dt binding for the simple phy device should be something like > below where all the properties of the simple phy device should be in the >

Re: [PATCH v2 1/5] phy: Add a driver for simple phy

2016-04-13 Thread Kishon Vijay Abraham I
Hi, On Tuesday 17 November 2015 02:52 AM, Alban Bedel wrote: > This driver is meant to take care of all trivial phys that don't need > any special configuration, it just enable a regulator, a clock and > deassert a reset. A public API is also included to allow re-using the > code in other drivers.

[PATCH v2 1/5] phy: Add a driver for simple phy

2015-11-16 Thread Alban Bedel
This driver is meant to take care of all trivial phys that don't need any special configuration, it just enable a regulator, a clock and deassert a reset. A public API is also included to allow re-using the code in other drivers. Signed-off-by: Alban Bedel --- drivers/phy/Kconfig| 12 ++