Re: [PATCH 06/12] media: mt9m001: switch s_power callback to runtime PM

2019-01-07 Thread Sakari Ailus
Hi Mita-san, On Mon, Jan 07, 2019 at 11:07:18PM +0900, Akinobu Mita wrote: > 2019年1月7日(月) 19:00 Sakari Ailus : > > > > Hi Mita-san, > > > > Thanks for the patchset. > > > > On Sun, Dec 23, 2018 at 02:12:48AM +0900, Akinobu Mita wrote: > > > Switch s_power() callback to runtime PM framework. This

Re: [PATCH 06/12] media: mt9m001: switch s_power callback to runtime PM

2019-01-07 Thread Akinobu Mita
2019年1月7日(月) 19:00 Sakari Ailus : > > Hi Mita-san, > > Thanks for the patchset. > > On Sun, Dec 23, 2018 at 02:12:48AM +0900, Akinobu Mita wrote: > > Switch s_power() callback to runtime PM framework. This also removes > > soc_camera specific power management code and introduces reset and standby

[PATCH 06/12] media: mt9m001: switch s_power callback to runtime PM

2018-12-22 Thread Akinobu Mita
Switch s_power() callback to runtime PM framework. This also removes soc_camera specific power management code and introduces reset and standby gpios instead. Cc: Guennadi Liakhovetski Cc: Sakari Ailus Cc: Mauro Carvalho Chehab Signed-off-by: Akinobu Mita --- drivers/media/i2c/mt9m001.c | 24