Found 10 matching messages (0.230 seconds). Page 1 of 1.
... comment can be removed entirely? It adds more confusion than value IMHO. > ... use if your I2C master doesn't support zero-byte messages. ... cpm->adap.name); dev_dbg() > + > + /* > + * Wait for patch from Jon Smirl > + * of_register_i2c_devices(& ...
linux-kernel - Jean Delvare - Feb 21 2008 - 08:05
... implements various helpers to support OF bindings for the i2c API. Signed-off ... jochen@scram.de> --- drivers/of/Kconfig | 6 +++ drivers/of/Makefile | 1 + drivers/ ... Free Software Foundation; either version 2 of the License, or + * (at ...
linux-kernel - Jochen Friedrich - Mar 25 2008 - 14:46
Hi Jean, >> +/* >> + * Wait for patch from Jon Smirl >> + * #include "powerpc-common.h" >> ... and you also explained your reasons. Fortunately, I2c no longer uses numeric device IDs but ... names (proposed by Jon smirl). 2. record the I2c name in the dts ...
linux-kernel - Jochen Friedrich - Feb 22 2008 - 07:16
... , Jochen Friedrich wrote: > Hi Jean, > > >> +/* > >> + * Wait for patch from Jon Smirl > >> + * #include "powerpc- ... . However, this will add some complexity to the i2c-core code and ... to work on this during the last 2 weeks, hopefully I will fine some ...
linux-kernel - Jean Delvare - Feb 23 2008 - 08:43
... t very excited about this idea.. > 2. record the I2c name in the dts tree ... out there that don't use DTS for thier device trees, etc. > 3. use ... abstacted shared table, preferrably contained under the i2c source directories since several platforms and ...
linux-kernel - Olof Johansson - Feb 23 2008 - 17:28
... @scram.de> wrote: > Hi Jean, > > > >> +/* > >> + * Wait for patch from Jon Smirl > >> + * #include " ... correct statement is: modify the i2c subsystem to support the standard kernel driver ... on the x86? Patches for this already exist. On 2/23/08, ...
linux-kernel - Jon Smirl - Feb 24 2008 - 12:19
... think of a mixture between 2. and 3.: >> >> Using the compatible ... as I2c name by default >> and using an exception table. For ... need the translation table, you're just flattening the > namespace to ... of all entries where the I2c (alias) name can be obtained ...
linux-kernel - Jochen Friedrich - Feb 25 2008 - 12:48
... shared table, > preferrably contained under the i2c source directories since several > platforms and ... I could think of a mixture between 2. and 3.: Using the compatible attribute with ... off as I2c name by default and using an exception table. For now, ...
linux-kernel - Jochen Friedrich - Feb 24 2008 - 11:16
... tree expert. Sorry, but you're wrong in your assumptions. Not ... think of a mixture between 2. and 3.: > > Using the compatible ... as I2c name by default > and using an exception table. For ... need the translation table, you're just flattening the namespace to ...
linux-kernel - Olof Johansson - Feb 24 2008 - 14:15
... in case they are interested). On Tue, 25 Mar 2008 19:46:41 +0100 ... ,0 +1,113 @@ > +/* > + * OF helpers for the I2C API > + * > + * Copyright (c) 2008 Jochen Friedrich ... * the Free Software Foundation; either version 2 of the License, or > + * (at your ...
linux-kernel - Stephen Rothwell - Mar 25 2008 - 20:41