cron job: media_tree daily build: OK

2019-03-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: Fri Mar 15 05:00:11 CET 2019 media-tree git hash:15d90a6ae98e6d2c68497b44a491cb9efbb98ab1 media_build git

Re: [RFP] Which V4L2 ioctls could be replaced by better versions?

2019-03-14 Thread Tomasz Figa
On Fri, Oct 26, 2018 at 10:42 PM Laurent Pinchart wrote: > > Hi Tomasz, > > On Friday, 26 October 2018 14:41:26 EEST Tomasz Figa wrote: > > On Thu, Sep 20, 2018 at 11:42 PM Hans Verkuil wrote: > > > Some parts of the V4L2 API are awkward to use and I think it would be > > > a good idea to look at

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

2019-03-14 Thread Louis Kuo
This patch adds Mediatek'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 devi

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

2019-03-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 V1 4/4] dts: arm64: mt8183: Add sensor interface nodes

2019-03-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 | 34 +++

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

2019-03-14 Thread Louis Kuo
This patch adds the DT binding documentation for the sensor interface module in Mediatek SoCs. Signed-off-by: Louis Kuo --- .../devicetree/bindings/media/mediatek-seninf.txt | 52 ++ 1 file changed, 52 insertions(+) create mode 100644 Documentation/devicetree/bindings/media

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

2019-03-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

[GIT PULL FOR v5.2] Some DVB and RC fixes

2019-03-14 Thread Sean Young
Hi Mauro, Just some minor fixes and device support for Avermedia TD310. Thanks, Sean The following changes since commit 15d90a6ae98e6d2c68497b44a491cb9efbb98ab1: media: dvb/earth-pt1: fix wrong initialization for demod blocks (2019-03-04 06:17:02 -0500) are available in the Git repository

Re: [RFC PATCH V0 0/7] media: platform: Add support for Digital Image Processing (DIP) on mt8183 SoC

2019-03-14 Thread Hans Verkuil
Hi Frederic Chen, On 2/1/19 12:21 PM, Frederic Chen wrote: > Hello, > > This is the first version of the RFC patch series adding Digital Image > Processing (DIP) driver on Mediatek mt8183 SoC, which will be used in camera > features on CrOS application. It belongs to the first Mediatek’s ISP driv

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

2019-03-14 Thread Hans Verkuil
Hi Louis Kuo, On 2/21/19 8:21 AM, Louis Kuo wrote: > Hello, > > This is the first version of the RFC patch series 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 se

Re: [RFC PATCH V0 0/7] media: platform: Add support for Face Detection (FD) on mt8183 SoC

2019-03-14 Thread Hans Verkuil
Hi Jerry-ch Chen, On 2/20/19 8:48 AM, Jerry-ch Chen wrote: > Hello, > > This is the first version of the RFC patch series adding Face Detection > (FD) driver on Mediatek mt8183 SoC, which will be used in camera features > on CrOS application. It belongs to the first Mediatek's camera driver > ser

Re: [RFC v1 0/4] media: mediatek: support mdp3 on mt8183 platform

2019-03-14 Thread Hans Verkuil
Hi Daoyuan Huang, On 3/8/19 6:49 AM, Daoyuan Huang wrote: > From: daoyuan huang > > This is the first version of RFC patch for Media Data Path 3 (MDP3), > MDP3 is used for scaling and color format conversion. > support using GCE to write register in critical time limitation. > support V4L2 m2m d

[GIT PULL FOR v5.2] vicodec: support the stateless decoder

2019-03-14 Thread Hans Verkuil
Hi Mauro, This series adds support for a stateless decoder to vicodec. The first two patches are to vicodec bug fixes. Patches 3-5 add the V4L2_BUF_CAP_REQUIRES_REQUESTS flag: this will be used for stateless codecs that require the use of requests. Patches 6-19 fix bugs and prepare vicodec for