Re: [PATCH 3/8] ARM: convert pcm990 to the new platform-device soc-camera interface

2009-04-27 Thread Eric Miao
On Mon, Apr 27, 2009 at 5:55 PM, Guennadi Liakhovetski wrote: > On Mon, 27 Apr 2009, Eric Miao wrote: > >> It looks to me the change to the platform code is to move the I2C board >> info registration into 'struct soc_camera_link'. Are there any specific >> reason to do so? I'm assuming the origina

Re: [PATCH 3/8] ARM: convert pcm990 to the new platform-device soc-camera interface

2009-04-27 Thread Guennadi Liakhovetski
On Mon, 27 Apr 2009, Eric Miao wrote: > It looks to me the change to the platform code is to move the I2C board > info registration into 'struct soc_camera_link'. Are there any specific > reason to do so? I'm assuming the original code works equally well, > and lists all the i2c devices in a centr

Re: [PATCH 3/8] ARM: convert pcm990 to the new platform-device soc-camera interface

2009-04-26 Thread Eric Miao
It looks to me the change to the platform code is to move the I2C board info registration into 'struct soc_camera_link'. Are there any specific reason to do so? I'm assuming the original code works equally well, and lists all the i2c devices in a central place is straight forward. On Sat, Apr 25,

[PATCH 3/8] ARM: convert pcm990 to the new platform-device soc-camera interface

2009-04-24 Thread Guennadi Liakhovetski
Signed-off-by: Guennadi Liakhovetski --- For review __ONLY__ for now - will re-submit after I have pushed 1/8 arch/arm/mach-pxa/pcm990-baseboard.c | 54 +++-- 1 files changed, 44 insertions(+), 10 deletions(-) diff --git a/arch/arm/mach-pxa/pcm990-baseboard.c b/a