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

2019-09-14 Thread Louis Kuo
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-point image and video transmission between cameras and host dev

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

2019-09-14 Thread Louis Kuo
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-point image and video transmission between cameras and host dev

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

2019-09-14 Thread Louis Kuo
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(+) create mode 100644 Documentation/devicetree/bindings/media/mediate

[RFC PATCH V4 0/4] media: support Mediatek sensor interface driver

2019-09-14 Thread Louis Kuo
Hello, This is the RFC patch adding Sensor Inferface(seninf) driver on Mediatek mt8183 SoC, which will be used in camera features on CrOS application. It belongs to the first Mediatek's camera driver series based on V4L2 and media controller framework. I posted the main part of the seninf driver

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

2019-09-14 Thread Louis Kuo
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: Louis Kuo --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 14 +++

cron job: media_tree daily build: WARNINGS

2019-09-14 Thread Hans Verkuil
This message is generated daily by a cron job that builds media_tree for the kernels and architectures in the list below. Results of the daily build of media_tree: date: Sun Sep 15 05:00:13 CEST 2019 media-tree git hash:6f51fdfd8229d5358c2d6e272cf73478866e8ddc media_build gi

[PATCH v2] media: rc: Add support for another 0xffdc device

2019-09-14 Thread pretoriano80
The device it's an iMON UltraBay (0x98 in config byte) with LCD, IR and dual-knobs front panel. To work properly the device also require its own key table, and repeat suppression for all buttons. Reported-by: kbuild test robot Signed-off-by: pretoriano80 --- drivers/media/rc/imon.c | 45 +

Re: [PATCH] media: rc: Add support for another 0xffdc device

2019-09-14 Thread kbuild test robot
-ci/linux/commits/pretoriano80/media-rc-Add-support-for-another-0xffdc-device/20190914-235639 base: git://linuxtv.org/media_tree.git master config: i386-randconfig-g003-201937 (attached as .config) compiler: gcc-7 (Debian 7.4.0-11) 7.4.0 reproduce: # save the attached .config to linux

Re: [RFC] V4L2 & Metadata: switch to /dev/v4l-metaX instead of /dev/videoX

2019-09-14 Thread Laurent Pinchart
Hi Hans, On Thu, Sep 12, 2019 at 09:48:11AM +0200, Hans Verkuil wrote: > Hi all, > > I am increasingly unhappy about the choice of /dev/videoX for metadata > devices. > > It is confusing for end-users (especially w.r.t. the common uvc driver) and > if we want to change this, then we need to do

[PATCH] media: rc: Add support for another 0xffdc device

2019-09-14 Thread pretoriano80
The device it's an iMON UltraBay (0x98 in config byte) with LCD, IR and dual-knobs front panel. To work properly the device also require its own key table, and repeat suppression for all buttons. Signed-off-by: pretoriano80 --- drivers/media/rc/imon.c | 44 ++