Re: [PATCH3/7] i2c: OF helpers for the i2c API

2008-04-11 Thread Jochen Friedrich
David Miller schrieb: > I wouldn't mind trying to use this infrastructure on > sparc64, and I don't see any powerpc specific interfaces > being invoked, so if you could remove the PPC_OF > requirement I'd appreciate it. I've resenf the patch without the dependency on PPC_OF. Thanks for the comme

Re: [PATCH3/7] i2c: OF helpers for the i2c API

2008-04-11 Thread David Miller
From: Jochen Friedrich <[EMAIL PROTECTED]> Date: Fri, 11 Apr 2008 16:09:17 +0200 > + > +config OF_I2C > + def_bool y > + depends on OF && PPC_OF && I2C > + help > + OpenFirmware I2C accessors I wouldn't mind trying to use this infrastructure on sparc64, and I don't see any power

[PATCH3/7] i2c: OF helpers for the i2c API

2008-04-11 Thread Jochen Friedrich
This patch implements various helpers to support OF bindings for the i2c API. Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> --- drivers/of/Kconfig |6 +++ drivers/of/Makefile|1 + drivers/of/i2c.c | 115 include/linux/o