Re: [PATCH v3 1/2] phy: Add a driver for simple phy

2016-10-13 Thread Vivek Gautam
On 10/13/2016 03:47 AM, Alban wrote: On Fri, 7 Oct 2016 13:57:08 +0530 Vivek Gautam wrote: Hi Alban, On Wed, Feb 17, 2016 at 7:51 PM, Alban wrote: On Mon, 1 Feb 2016 17:12:42 +0530 Kishon Vijay Abraham I wrote: Hi, On Friday 29 January 2016 01:22 AM, Alban Bedel wrote: This driver i

Re: [PATCH v3 1/2] phy: Add a driver for simple phy

2016-10-12 Thread Alban
On Fri, 7 Oct 2016 13:57:08 +0530 Vivek Gautam wrote: > Hi Alban, > > > On Wed, Feb 17, 2016 at 7:51 PM, Alban wrote: > > On Mon, 1 Feb 2016 17:12:42 +0530 > > Kishon Vijay Abraham I wrote: > > > >> Hi, > >> > >> On Friday 29 January 2016 01:22 AM, Alban Bedel wrote: > >> > This driver is mea

Re: [PATCH v3 1/2] phy: Add a driver for simple phy

2016-10-07 Thread Vivek Gautam
Hi Alban, On Wed, Feb 17, 2016 at 7:51 PM, Alban wrote: > On Mon, 1 Feb 2016 17:12:42 +0530 > Kishon Vijay Abraham I wrote: > >> Hi, >> >> On Friday 29 January 2016 01:22 AM, Alban Bedel wrote: >> > This driver is meant to take care of all trivial phys that don't need >> > any special configura

Re: [PATCH v3 1/2] phy: Add a driver for simple phy

2016-02-17 Thread Alban
On Mon, 1 Feb 2016 17:12:42 +0530 Kishon Vijay Abraham I wrote: > Hi, > > On Friday 29 January 2016 01:22 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.

Re: [PATCH v3 1/2] phy: Add a driver for simple phy

2016-02-01 Thread Kishon Vijay Abraham I
Hi, On Friday 29 January 2016 01:22 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 v3 1/2] phy: Add a driver for simple phy

2016-01-28 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 ++