Re: [PATCH 6/6] ARM: shmobile: convert ap4evb to asynchronously register camera subdevices

2013-01-08 Thread Guennadi Liakhovetski
Hi Simon On Tue, 8 Jan 2013, Simon Horman wrote: On Wed, Dec 26, 2012 at 06:49:11PM +0100, Guennadi Liakhovetski wrote: Register the imx074 camera I2C and the CSI-2 platform devices directly in board platform data instead of letting the sh_mobile_ceu_camera driver and the soc-camera

Re: [PATCH 6/6] ARM: shmobile: convert ap4evb to asynchronously register camera subdevices

2013-01-08 Thread Simon Horman
On Tue, Jan 08, 2013 at 11:35:21PM +0100, Guennadi Liakhovetski wrote: Hi Simon On Tue, 8 Jan 2013, Simon Horman wrote: On Wed, Dec 26, 2012 at 06:49:11PM +0100, Guennadi Liakhovetski wrote: Register the imx074 camera I2C and the CSI-2 platform devices directly in board platform data

Re: [PATCH 6/6] ARM: shmobile: convert ap4evb to asynchronously register camera subdevices

2013-01-07 Thread Simon Horman
On Wed, Dec 26, 2012 at 06:49:11PM +0100, Guennadi Liakhovetski wrote: Register the imx074 camera I2C and the CSI-2 platform devices directly in board platform data instead of letting the sh_mobile_ceu_camera driver and the soc-camera framework register them at their run-time. This uses the

[PATCH 6/6] ARM: shmobile: convert ap4evb to asynchronously register camera subdevices

2012-12-26 Thread Guennadi Liakhovetski
Register the imx074 camera I2C and the CSI-2 platform devices directly in board platform data instead of letting the sh_mobile_ceu_camera driver and the soc-camera framework register them at their run-time. This uses the V4L2 asynchronous subdevice probing capability. Signed-off-by: Guennadi