Re: [PATCH V2] [media] V4L: soc-camera: add SPI device support

2015-04-05 Thread Guennadi Liakhovetski
Hi Kassey, Thanks for updating your patch and addressing my comments! In your reply to v1 of this patch you said, that you would add DT support in v2, i.e. in this version, right? Is it now present in this patch? If yes - can you explain to me how it works? For I2C the soc_camera_host_register(

[PATCH V2] [media] V4L: soc-camera: add SPI device support

2015-02-02 Thread Kassey Li
From: Kassey Li This adds support for spi interface sub device for soc_camera. Signed-off-by: Kassey Li --- drivers/media/platform/soc_camera/soc_camera.c | 94 include/media/soc_camera.h |4 + 2 files changed, 98 insertions(+) diff --git a/d