Re: [PATCH v8 2/2] media: video-i2c: add video-i2c driver

2018-04-20 Thread Hans Verkuil
On 04/18/18 12:30, Sakari Ailus wrote: > On Wed, Apr 18, 2018 at 01:46:08AM -0700, Matt Ranostay wrote: > > ... > >> On Wed, Apr 18, 2018 at 1:03 AM, Sakari Ailus wrote: + if (vid_cap_buf) { + struct vb2_buffer *vb2_buf = &vid_cap_buf->vb.vb2_buf;

Re: [PATCH v8 2/2] media: video-i2c: add video-i2c driver

2018-04-18 Thread Sakari Ailus
On Wed, Apr 18, 2018 at 01:46:08AM -0700, Matt Ranostay wrote: ... > On Wed, Apr 18, 2018 at 1:03 AM, Sakari Ailus wrote: > >> + if (vid_cap_buf) { > >> + struct vb2_buffer *vb2_buf = > >> &vid_cap_buf->vb.vb2_buf; > >> + void *vbuf = vb2_plan

Re: [PATCH v8 2/2] media: video-i2c: add video-i2c driver

2018-04-18 Thread Matt Ranostay
On Wed, Apr 18, 2018 at 1:03 AM, Sakari Ailus wrote: > Hi Matt, > > Thanks for the update. > > On Fri, Apr 06, 2018 at 03:52:31PM -0700, Matt Ranostay wrote: >> There are several thermal sensors that only have a low-speed bus >> interface but output valid video data. This patchset enables support

Re: [PATCH v8 2/2] media: video-i2c: add video-i2c driver

2018-04-18 Thread Sakari Ailus
Hi Matt, Thanks for the update. On Fri, Apr 06, 2018 at 03:52:31PM -0700, Matt Ranostay wrote: > There are several thermal sensors that only have a low-speed bus > interface but output valid video data. This patchset enables support > for the AMG88xx "Grid-Eye" sensor family. > > Signed-off-by:

Re: [PATCH v8 2/2] media: video-i2c: add video-i2c driver

2018-04-18 Thread Matt Ranostay
Slight poke on this since the merge window craziness should be over also I stupidly forgot to CC people who had comments in the last revision. *grin* - Matt On Fri, Apr 6, 2018 at 3:52 PM, Matt Ranostay wrote: > There are several thermal sensors that only have a low-speed bus > interface but out

[PATCH v8 2/2] media: video-i2c: add video-i2c driver

2018-04-06 Thread Matt Ranostay
There are several thermal sensors that only have a low-speed bus interface but output valid video data. This patchset enables support for the AMG88xx "Grid-Eye" sensor family. Signed-off-by: Matt Ranostay --- MAINTAINERS | 6 + drivers/media/i2c/Kconfig | 13 + drivers/m