Re: [RFC,V2,08/11] media: platform: Add Mediatek ISP P1 V4L2 functions

2019-05-27 Thread Jungo Lin
Hi, Drew: Appreciate your feedbacks on this patch set firstly. On Fri, 2019-05-24 at 12:49 -0600, Drew Davenport wrote: > Hi Jungo, > > On Fri, May 10, 2019 at 09:58:02AM +0800, Jungo Lin wrote: > > Implement standard V4L2 video driver that utilizes V4L2 > > and media framework APIs. In this dri

Re: [RFC,V2,08/11] media: platform: Add Mediatek ISP P1 V4L2 functions

2019-05-24 Thread Drew Davenport
Hi Jungo, On Fri, May 10, 2019 at 09:58:02AM +0800, Jungo Lin wrote: > Implement standard V4L2 video driver that utilizes V4L2 > and media framework APIs. In this driver, supports one media > device, one sub-device and six video devices during > initialization. Moreover, it also connects with sens

[RFC,V2,08/11] media: platform: Add Mediatek ISP P1 V4L2 functions

2019-05-09 Thread Jungo Lin
Implement standard V4L2 video driver that utilizes V4L2 and media framework APIs. In this driver, supports one media device, one sub-device and six video devices during initialization. Moreover, it also connects with sensor and senif drivers with V4L2 async APIs. Signed-off-by: Jungo Lin --- This