Re: [RFC] Non-numbered ibm iic driver

2008-06-29 Thread Jon Loeliger
Sean MacLennan wrote: P.S. Do I need a signed-off-by for an RFC? Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]> --- Not usually. Some intentionally leave the S-o-b: off of and RFC specifically to ensure that it stays RFC-ish and doesn't slip into patchness. jdl __

Re: [RFC] Non-numbered ibm iic driver

2008-06-28 Thread Grant Likely
On Sat, Jun 28, 2008 at 11:43:39PM -0400, Sean MacLennan wrote: > On Sat, 28 Jun 2008 23:25:05 -0400 > "Jon Smirl" <[EMAIL PROTECTED]> wrote: > > > On 6/28/08, Sean MacLennan <[EMAIL PROTECTED]> wrote: > > > This is a patch to the ibm iic driver that uses the non-numbered > > > i2c call and there

Re: [RFC] Non-numbered ibm iic driver

2008-06-28 Thread Sean MacLennan
On Sat, 28 Jun 2008 23:25:05 -0400 "Jon Smirl" <[EMAIL PROTECTED]> wrote: > On 6/28/08, Sean MacLennan <[EMAIL PROTECTED]> wrote: > > This is a patch to the ibm iic driver that uses the non-numbered > > i2c call and therefore does not need an index. Instead, it > > registers the ibm iic, then wal

Re: [RFC] Non-numbered ibm iic driver

2008-06-28 Thread Jon Smirl
On 6/28/08, Sean MacLennan <[EMAIL PROTECTED]> wrote: > This is a patch to the ibm iic driver that uses the non-numbered > i2c call and therefore does not need an index. Instead, it registers the > ibm iic, then walks all the child nodes and adds them. This is required > for new style drivers, o

[RFC] Non-numbered ibm iic driver

2008-06-28 Thread Sean MacLennan
This is a patch to the ibm iic driver that uses the non-numbered i2c call and therefore does not need an index. Instead, it registers the ibm iic, then walks all the child nodes and adds them. This is required for new style drivers, old style drivers "just work". The warp has both a new style driv