Re: [PATCH v2] i2c: Driver to expose PowerNV platform i2c busses

2014-12-01 Thread Wolfram Sang
> Suuure, let's create more process and committees, and make sure nothing > gets done in any reasonable amount of time. Have we gone completely > insane ? I did not invent DT bindings. I did not invent that DT is/should be a hardware description. For me, it is a burden that I (as a subsystem main

Re: [PATCH v2] i2c: Driver to expose PowerNV platform i2c busses

2014-11-25 Thread Benjamin Herrenschmidt
On Tue, 2014-11-25 at 18:53 +0100, Wolfram Sang wrote: > On Sun, Nov 16, 2014 at 10:47:46PM +0530, Neelesh Gupta wrote: > > The patch exposes the available i2c busses on the PowerNV platform > > to the kernel and implements the bus driver to support i2c and > > smbus commands. > > The driver uses t

Re: [PATCH v2] i2c: Driver to expose PowerNV platform i2c busses

2014-11-25 Thread Wolfram Sang
On Sun, Nov 16, 2014 at 10:47:46PM +0530, Neelesh Gupta wrote: > The patch exposes the available i2c busses on the PowerNV platform > to the kernel and implements the bus driver to support i2c and > smbus commands. > The driver uses the platform device infrastructure to probe the busses > on the pl

Re: [PATCH v2] i2c: Driver to expose PowerNV platform i2c busses

2014-11-25 Thread Wolfram Sang
On Tue, Nov 25, 2014 at 03:32:17PM +1100, Benjamin Herrenschmidt wrote: > On Mon, 2014-11-24 at 13:18 +0100, Wolfram Sang wrote: > > > > I think there are now 3 drivers in my queue which are not fully I2C > > compatible but more supporting the very minimum to, say, read an > > eeprom. > > I am not

Re: [PATCH v2] i2c: Driver to expose PowerNV platform i2c busses

2014-11-24 Thread Benjamin Herrenschmidt
On Mon, 2014-11-24 at 13:18 +0100, Wolfram Sang wrote: > > I think there are now 3 drivers in my queue which are not fully I2C > compatible but more supporting the very minimum to, say, read an > eeprom. > I am not feeling well to allow them to use I2C_FUNC_I2C. So, I want to > think about ways ho

Re: [PATCH v2] i2c: Driver to expose PowerNV platform i2c busses

2014-11-24 Thread Wolfram Sang
On Thu, Nov 20, 2014 at 07:52:08PM +0530, Neelesh Gupta wrote: > > On 11/16/2014 10:47 PM, Neelesh Gupta wrote: > >The patch exposes the available i2c busses on the PowerNV platform > >to the kernel and implements the bus driver to support i2c and > >smbus commands. > >The driver uses the platform

Re: [PATCH v2] i2c: Driver to expose PowerNV platform i2c busses

2014-11-20 Thread Neelesh Gupta
On 11/16/2014 10:47 PM, Neelesh Gupta wrote: The patch exposes the available i2c busses on the PowerNV platform to the kernel and implements the bus driver to support i2c and smbus commands. The driver uses the platform device infrastructure to probe the busses on the platform and registers them

[PATCH v2] i2c: Driver to expose PowerNV platform i2c busses

2014-11-16 Thread Neelesh Gupta
The patch exposes the available i2c busses on the PowerNV platform to the kernel and implements the bus driver to support i2c and smbus commands. The driver uses the platform device infrastructure to probe the busses on the platform and registers them with the i2c driver framework. Signed-off-by: