Re: [PATCH 2/7] i2c: add info->archdata field

2008-10-22 Thread Anton Vorontsov
On Wed, Oct 22, 2008 at 01:07:48PM +0200, Jean Delvare wrote: > On Wed, 22 Oct 2008 14:08:13 +0400, Anton Vorontsov wrote: > > On Wed, Oct 22, 2008 at 06:37:55PM +1100, Benjamin Herrenschmidt wrote: > > > On Wed, 2008-10-22 at 08:50 +0200, Jean Delvare wrote: > > > > On Wed, 22 Oct 2008 11:27:34 +1

Re: [PATCH 2/7] i2c: add info->archdata field

2008-10-22 Thread Jean Delvare
On Wed, 22 Oct 2008 14:08:13 +0400, Anton Vorontsov wrote: > On Wed, Oct 22, 2008 at 06:37:55PM +1100, Benjamin Herrenschmidt wrote: > > On Wed, 2008-10-22 at 08:50 +0200, Jean Delvare wrote: > > > On Wed, 22 Oct 2008 11:27:34 +1100, Benjamin Herrenschmidt wrote: > > > > On Fri, 2008-10-17 at 11:21

Re: [PATCH 2/7] i2c: add info->archdata field

2008-10-22 Thread Anton Vorontsov
On Wed, Oct 22, 2008 at 06:37:55PM +1100, Benjamin Herrenschmidt wrote: > On Wed, 2008-10-22 at 08:50 +0200, Jean Delvare wrote: > > On Wed, 22 Oct 2008 11:27:34 +1100, Benjamin Herrenschmidt wrote: > > > On Fri, 2008-10-17 at 11:21 +0200, Jean Delvare wrote: > > > > Hi Anton, > > > > > > > > On T

Re: [PATCH 2/7] i2c: add info->archdata field

2008-10-22 Thread Benjamin Herrenschmidt
On Wed, 2008-10-22 at 08:50 +0200, Jean Delvare wrote: > On Wed, 22 Oct 2008 11:27:34 +1100, Benjamin Herrenschmidt wrote: > > On Fri, 2008-10-17 at 11:21 +0200, Jean Delvare wrote: > > > Hi Anton, > > > > > > On Thu, 16 Oct 2008 21:12:53 +0400, Anton Vorontsov wrote: > > > > If present the info->

Re: [PATCH 2/7] i2c: add info->archdata field

2008-10-21 Thread Jean Delvare
On Wed, 22 Oct 2008 11:27:34 +1100, Benjamin Herrenschmidt wrote: > On Fri, 2008-10-17 at 11:21 +0200, Jean Delvare wrote: > > Hi Anton, > > > > On Thu, 16 Oct 2008 21:12:53 +0400, Anton Vorontsov wrote: > > > If present the info->archdata is copied into the dev->archdata. > > > Some (OpenFirmware

Re: [PATCH 2/7] i2c: add info->archdata field

2008-10-21 Thread Benjamin Herrenschmidt
On Fri, 2008-10-17 at 11:21 +0200, Jean Delvare wrote: > Hi Anton, > > On Thu, 16 Oct 2008 21:12:53 +0400, Anton Vorontsov wrote: > > If present the info->archdata is copied into the dev->archdata. > > Some (OpenFirmware) platforms need it. > > > > Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED

Re: [PATCH 2/7] i2c: add info->archdata field

2008-10-17 Thread Jean Delvare
Hi Anton, On Thu, 16 Oct 2008 21:12:53 +0400, Anton Vorontsov wrote: > If present the info->archdata is copied into the dev->archdata. > Some (OpenFirmware) platforms need it. > > Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> > --- > drivers/i2c/i2c-core.c |3 +++ > include/linux/i2c.h

[PATCH 2/7] i2c: add info->archdata field

2008-10-16 Thread Anton Vorontsov
If present the info->archdata is copied into the dev->archdata. Some (OpenFirmware) platforms need it. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- drivers/i2c/i2c-core.c |3 +++ include/linux/i2c.h|2 ++ 2 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers