[PATCH] media: imx258: Add imx258 camera sensor driver

2018-01-22 Thread Andy Yeh
Add a V4L2 sub-device driver for the Sony IMX258 image sensor. This is a camera sensor using the I2C bus for control and the CSI-2 bus for data. Signed-off-by: Andy Yeh Signed-off-by: Sakari Ailus --- v3: -- Update the streaming function to remove SW_STANDBY in the beginning. -- Adjust the dela

[PATCH] media: imx258: Add imx258 camera sensor driver

2018-01-12 Thread Andy Yeh
Add a V4L2 sub-device driver for the Sony IMX258 image sensor. This is a camera sensor using the I2C bus for control and the CSI-2 bus for data. Signed-off-by: Andy Yeh --- MAINTAINERS|7 + drivers/media/i2c/Kconfig | 11 + drivers/media/i2c/Makefile |1 + drivers/medi

RE: [PATCH] media: imx258: Add imx258 camera sensor driver

2018-01-12 Thread Yeh, Andy
hope it could be understood. Please wrap the lines at 80 characters. > > Regards, Andy > > From: Yeh, Andy > Sent: Friday, January 12, 2018 3:31 PM > To: 'Sakari Ailus' > Cc: 'linux-media@vger.kernel.org' ; AlanX > Chiang (alanx.chi...@intel.com) ; Jaso

Re: [PATCH] media: imx258: Add imx258 camera sensor driver

2018-01-12 Thread Sakari Ailus
; Regards, Andy > > From: Yeh, Andy > Sent: Friday, January 12, 2018 3:31 PM > To: 'Sakari Ailus' > Cc: 'linux-media@vger.kernel.org' ; AlanX Chiang > (alanx.chi...@intel.com) ; JasonX Z Chen > (jasonx.z.c...@intel.com) > Subject: RE: [PATCH] me

RE: [PATCH] media: imx258: Add imx258 camera sensor driver

2018-01-12 Thread Yeh, Andy
el.org' ; AlanX Chiang (alanx.chi...@intel.com) ; JasonX Z Chen (jasonx.z.c...@intel.com) Subject: RE: [PATCH] media: imx258: Add imx258 camera sensor driver Hi Sakari, Thanks for the review comments.  Please check first then I will update patch accordingly. > +   usleep_range(1000

Re: [PATCH] media: imx258: Add imx258 camera sensor driver

2018-01-11 Thread Sakari Ailus
Hi Andy, Thanks for the patch. Please see my comments below. On Thu, Jan 11, 2018 at 10:47:39PM +0800, Andy Yeh wrote: > Add a V4L2 sub-device driver for the Sony IMX258 image sensor. > This is a camera sensor using the I2C bus for control and the > CSI-2 bus for data. > > Signed-off-by: Andy Ye

[PATCH] media: imx258: Add imx258 camera sensor driver

2018-01-11 Thread Andy Yeh
Add a V4L2 sub-device driver for the Sony IMX258 image sensor. This is a camera sensor using the I2C bus for control and the CSI-2 bus for data. Signed-off-by: Andy Yeh --- MAINTAINERS|7 + drivers/media/i2c/Kconfig | 11 + drivers/media/i2c/Makefile |1 + drivers/medi

[PATCH] media: imx258: Add imx258 camera sensor driver

2018-01-11 Thread Andy Yeh
Add a V4L2 sub-device driver for the Sony IMX258 image sensor. This is a camera sensor using the I2C bus for control and the CSI-2 bus for data. Signed-off-by: Andy Yeh --- MAINTAINERS|7 + drivers/media/i2c/Kconfig | 11 + drivers/media/i2c/Makefile |1 + drivers/medi