Re: [PATCH v3] media: video-i2c: check if chip struct has set_power function

2018-11-26 Thread Matt Ranostay
On Mon, Nov 26, 2018 at 2:50 PM Hans Verkuil wrote: > > On 11/25/2018 05:55 PM, Sakari Ailus wrote: > > Hi Matt, > > > > On Sat, Nov 24, 2018 at 02:03:23PM -0800, Matt Ranostay wrote: > >> Not all future supported video chips will always have power management > >> support, and so it is important

Re: [PATCH v3] media: video-i2c: check if chip struct has set_power function

2018-11-26 Thread Hans Verkuil
On 11/25/2018 05:55 PM, Sakari Ailus wrote: > Hi Matt, > > On Sat, Nov 24, 2018 at 02:03:23PM -0800, Matt Ranostay wrote: >> Not all future supported video chips will always have power management >> support, and so it is important to check before calling set_power() is >> defined. >> >> Cc:

Re: [PATCH v3] media: video-i2c: check if chip struct has set_power function

2018-11-25 Thread Sakari Ailus
Hi Matt, On Sat, Nov 24, 2018 at 02:03:23PM -0800, Matt Ranostay wrote: > Not all future supported video chips will always have power management > support, and so it is important to check before calling set_power() is > defined. > > Cc: Sakari Ailus > Cc: Hans Verkuil > Cc: Mauro Carvalho

Re: [PATCH v3] media: video-i2c: check if chip struct has set_power function

2018-11-25 Thread Akinobu Mita
2018年11月25日(日) 7:03 Matt Ranostay : > > Not all future supported video chips will always have power management > support, and so it is important to check before calling set_power() is > defined. > > Cc: Sakari Ailus > Cc: Hans Verkuil > Cc: Mauro Carvalho Chehab > Cc: Akinobu Mita >

[PATCH v3] media: video-i2c: check if chip struct has set_power function

2018-11-24 Thread Matt Ranostay
Not all future supported video chips will always have power management support, and so it is important to check before calling set_power() is defined. Cc: Sakari Ailus Cc: Hans Verkuil Cc: Mauro Carvalho Chehab Cc: Akinobu Mita Signed-off-by: Matt Ranostay --- Changes from v2: - split out