Re: [PATCH 09/12] media: mt9m001: register to V4L2 asynchronous subdevice framework

2019-01-07 Thread Akinobu Mita
2019年1月7日(月) 20:27 Sakari Ailus : > > Hi Mita-san, > > On Sun, Dec 23, 2018 at 02:12:51AM +0900, Akinobu Mita wrote: > > Register a sub-device to the asynchronous subdevice framework, and also > > create subdevice device node. > > > > Cc: Guennadi Liakhovetski > > Cc: Sakari Ailus > > Cc: Mauro C

Re: [PATCH 09/12] media: mt9m001: register to V4L2 asynchronous subdevice framework

2019-01-07 Thread Sakari Ailus
Hi Mita-san, On Sun, Dec 23, 2018 at 02:12:51AM +0900, Akinobu Mita wrote: > Register a sub-device to the asynchronous subdevice framework, and also > create subdevice device node. > > Cc: Guennadi Liakhovetski > Cc: Sakari Ailus > Cc: Mauro Carvalho Chehab > Signed-off-by: Akinobu Mita > ---

[PATCH 09/12] media: mt9m001: register to V4L2 asynchronous subdevice framework

2018-12-22 Thread Akinobu Mita
Register a sub-device to the asynchronous subdevice framework, and also create subdevice device node. Cc: Guennadi Liakhovetski Cc: Sakari Ailus Cc: Mauro Carvalho Chehab Signed-off-by: Akinobu Mita --- drivers/media/i2c/Kconfig | 2 +- drivers/media/i2c/mt9m001.c | 9 - 2 files cha