[PATCH] cec.h: CEC_OP_REC_FLAG_ values were swapped

2019-09-15 Thread Hans Verkuil
CEC_OP_REC_FLAG_NOT_USED is 0 and CEC_OP_REC_FLAG_USED is 1, not the other way around. Signed-off-by: Hans Verkuil Reported-by: Jiunn Chang Cc: # for v4.10 and up --- diff --git a/include/uapi/linux/cec.h b/include/uapi/linux/cec.h index 5704fa0292b5..423859e489c7 100644 --- a/include/uapi

Re: [RFC PATCH V4 4/4] dts: arm64: mt8183: Add sensor interface nodes

2019-09-15 Thread Yingjoe Chen
On Sun, 2019-09-15 at 14:50 +0800, Louis Kuo wrote: > Add nodes for Mediatek's sensor interface device. Sensor interface module > embedded in Mediatek SOCs, works as a HW camera interface controller > intended for image and data transmission between cameras and host devices. > > Signed-off-by: Lou

Re: [RFC PATCH V4 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings

2019-09-15 Thread Yingjoe Chen
On Sun, 2019-09-15 at 14:50 +0800, Louis Kuo wrote: > This patch adds the DT binding documentation for the sensor interface > module in Mediatek SoCs. > > Signed-off-by: Louis Kuo > --- > .../bindings/media/mediatek-seninf.txt| 30 +++ > 1 file changed, 30 insertions(+) >

Re: [RFC PATCH V4 1/4] media: platform: mtk-isp: Add Mediatek sensor interface driver

2019-09-15 Thread Yingjoe Chen
On Sun, 2019-09-15 at 14:50 +0800, Louis Kuo wrote: > This patch adds Mediat:ek's sensor interface driver. Sensor interface > driver > is a MIPI-CSI2 host driver, namely, a HW camera interface controller. > It support a widely adopted, simple, high-speed protocol primarily > intended > for point-to

Re: [RFC PATCH V4 2/4] media: platform: Add Mediatek sensor interface driver KConfig

2019-09-15 Thread Yingjoe Chen
On Sun, 2019-09-15 at 14:50 +0800, Louis Kuo wrote: > This patch adds KConfig for sensor interface driver. Sensor interface > driver > is a MIPI-CSI2 host driver, namely, a HW camera interface controller. > It support a widely adopted, simple, high-speed protocol primarily > intended > for point-to