cron job: media_tree daily build: OK

2019-07-09 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: Wed Jul 10 05:00:17 CEST 2019 media-tree git hash:f81cbfc4f82a75ca0a2dc181a9c93b88f0e6509d media_build gi

Re: [RFC] SW connection between DVB Transport Stream demuxer and I2C-based frontend

2019-07-09 Thread Jonathan Neuschäfer
On Mon, Jul 08, 2019 at 07:58:00PM +, Peter Rosin wrote: > On 2019-07-08 13:08, Marc Gonzalez wrote: [...] > > + dvb_demod: si2168@64 { > > + compatible = "silabs,si2168"; > > + reg = <0x64>; > > + reset-gpios = <&tlmm 84 GPIO_ACTIVE_LOW>; > > > In principle, I

Re: [PATCH 1/3] si2157: get chip id during probing

2019-07-09 Thread Uwe Kleine-König
Hello Andreas, On Tue, Jul 09, 2019 at 08:03:29PM +0200, Andreas Kemnade wrote: > On Mon, 8 Jul 2019 10:43:08 +0200 > Uwe Kleine-König wrote: > > On 7/7/19 11:01 PM, Uwe Kleine-König wrote: > > > Hello, > > > > > > On 7/7/19 10:58 PM, Uwe Kleine-König wrote: > > >> From: Andreas Kemnade > > >

[PATCH V3.5 2/2] dvbsky: add support for "Mygica T230C v2"

2019-07-09 Thread Jan Pieter van Woerkom
From: Jan Pieter van Woerkom Adds support for the "Mygica T230C v2" into the "dvbsky" driver. Signed-off-by: Jan Pieter van Woerkom Tested-by: Frank Rysanek --- diff -ru a/drivers/media/usb/dvb-usb-v2/dvbsky.c b/drivers/media/usb/dvb-usb-v2/dvbsky.c --- a/drivers/media/usb/dvb-usb-v2/dvbsky.c

PATCH V3.5 1/2] dvbsky: add support for "Mygica T230C v2"

2019-07-09 Thread Jan Pieter van Woerkom
From: Jan Pieter van Woerkom Adds support for the "Mygica T230C v2" into the "dvbsky" driver. A small enhancement is also needed in the si2168 demodulator driver, and a USB device ID in dvb-usb-ids.h . This is v3.5 of the proposed patch, based on feedback from Sean Young and Antti Palosaari. Tes

Re: [PATCH 3/3] vimc: Join pipeline if one already exists

2019-07-09 Thread Helen Koike
Hi Niklas, Thanks for the patch (and sorry for my late reply). On 5/17/19 10:07 PM, Niklas Söderlund wrote: > A sensor which is running is already part of a pipeline and trying to > start a new pipeline is not possible. This prevents two capture devices > connected to the same sensor from running

[PATCH] media: i2c: tvp5150: Add of_node_put() before goto

2019-07-09 Thread Nishka Dasgupta
Each iteration of for_each_available_child_of_node puts the previous node, but in the case of a goto from the middle of the loop, there is no put, thus causing a memory leak. Hence add an of_node_put before the goto in four places. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta ---

[PATCH] media: platform: mtk-mdp: mtk_mdp_core: Add of_node_put() before goto

2019-07-09 Thread Nishka Dasgupta
Each iteration of for_each_child_of_node puts the previous node, but in the case of a goto from the middle of the loop, there is no put, thus causing a memory leak. Hence add an of_node_put before the goto in two places. Issue found with Coccinelle. Signed-off-by: Nishka Dasgupta --- drivers/med

Re: [PATCH v4 2/1] dvbsky: add support for "Mygica T230C v2"

2019-07-09 Thread JP
Hi all, I noticed an issue on linux-5.2. Do not merge this! Forget about this v4 patch. I'll do more tests with v3.*, and then repost. Cheers, Jan Pieter. On 7/9/19 12:41 AM, Jan Pieter van Woerkom wrote: From: Jan Pieter van Woerkom Adds support for the "Mygica T230C v2" into the "dvbsky"

Re: [PATCH v5 08/10] media: dt-bindings: Document i.MX8MQ and i.MX8MM VPU bindings

2019-07-09 Thread Rob Herring
On Wed, Jun 12, 2019 at 11:39:13AM +0200, Philipp Zabel wrote: > Add devicetree binding documentation for the Hantro G1/G2 VPU on i.MX8MQ > and for the Hantro G1/G2/H1 VPU on i.MX8MM. > > Signed-off-by: Philipp Zabel > --- > .../devicetree/bindings/media/imx8m-vpu.txt | 56 +++

Hauppauge WinTV-HVR-935C: cx231xx - analogue part broken?!

2019-07-09 Thread Raimonds Cicans
Hi! This message is just FYI. I was looking for TV device having single TV (DVB-C & Analogue) input and Linux drivers. After long search I concluded that only viable choice - WinTV-HVR-935C. I spent ~$100 and two days just to realize that adapter's hybrid tuner IC do not have support for ana

Re: [PATCH v2 1/2] media: dt-bindings: add bindings for Toshiba TC358746

2019-07-09 Thread Jacopo Mondi
Hi Marco, On Wed, Jun 19, 2019 at 05:28:37PM +0200, Marco Felsch wrote: > Add corresponding dt-bindings for the Toshiba tc358746 device and update > the MAINTAINERS file too. > > Signed-off-by: Marco Felsch With Rob's blessing, I'm glad I didn't take you off-road with my comments on v1 :) Revie

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-07-09 Thread Enrico Weigelt, metux IT consult
On 09.07.19 10:41, Jerry-ch Chen wrote: Hi, > diff --git a/drivers/media/platform/mtk-isp/fd/mtk_fd.h > b/drivers/media/platform/mtk-isp/fd/mtk_fd.h > new file mode 100644 > index 000..28b > --- /dev/null > +++ b/drivers/media/platform/mtk-isp/fd/mtk_fd.h > @@ -0,0 +1,157 @@ > +/* SPDX-

Re: [PATCH] media: fdp1: Reduce FCP not found message level to debug

2019-07-09 Thread Geert Uytterhoeven
Hi Kieran, On Tue, Jul 9, 2019 at 12:18 PM Kieran Bingham wrote: > On 09/07/2019 11:13, Geert Uytterhoeven wrote: > > On Tue, Jul 9, 2019 at 12:07 PM Kieran Bingham > > wrote: > >> On 09/07/2019 10:59, Geert Uytterhoeven wrote: > >>> When support for the IPMMU is not enabled, the FDP driver may

Re: [PATCH] media: fdp1: Reduce FCP not found message level to debug

2019-07-09 Thread Kieran Bingham
Hi Geert, On 09/07/2019 11:13, Geert Uytterhoeven wrote: > Hi Kieran, > > On Tue, Jul 9, 2019 at 12:07 PM Kieran Bingham > wrote: >> On 09/07/2019 10:59, Geert Uytterhoeven wrote: >>> When support for the IPMMU is not enabled, the FDP driver may be >>> probe-deferred multiple times, causing seve

Re: [PATCH] media: fdp1: Reduce FCP not found message level to debug

2019-07-09 Thread Geert Uytterhoeven
Hi Kieran, On Tue, Jul 9, 2019 at 12:07 PM Kieran Bingham wrote: > On 09/07/2019 10:59, Geert Uytterhoeven wrote: > > When support for the IPMMU is not enabled, the FDP driver may be > > probe-deferred multiple times, causing several messages to be printed > > like: > > > > rcar_fdp1 fe94

Re: [PATCH] media: fdp1: Reduce FCP not found message level to debug

2019-07-09 Thread Kieran Bingham
Hi Geert, On 09/07/2019 10:59, Geert Uytterhoeven wrote: > When support for the IPMMU is not enabled, the FDP driver may be > probe-deferred multiple times, causing several messages to be printed > like: > > rcar_fdp1 fe94.fdp1: FCP not found (-517) > rcar_fdp1 fe944000.fdp1: FCP not

[PATCH] media: fdp1: Reduce FCP not found message level to debug

2019-07-09 Thread Geert Uytterhoeven
When support for the IPMMU is not enabled, the FDP driver may be probe-deferred multiple times, causing several messages to be printed like: rcar_fdp1 fe94.fdp1: FCP not found (-517) rcar_fdp1 fe944000.fdp1: FCP not found (-517) Fix this by reducing the message level to debug level, a

[RFC PATCH V2 3/4] media: platform: Add Mediatek FD driver KConfig

2019-07-09 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds KConfig for Mediatek Face Detection driver (FD). FD is embedded in Mediatek SoCs. It can provide hardware accelerated face detection function. Signed-off-by: Jerry-ch Chen --- drivers/media/platform/Kconfig| 2 ++ drivers/media/platform/mtk-isp/

[RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-07-09 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds the driver of Face Detection (FD) unit in Mediatek camera system, providing face detection function. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver (CAM), sensor interface drive

[RFC PATCH V2 2/4] dts: arm64: mt8183: Add FD nodes

2019-07-09 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds nodes for Face Detection (FD) unit. FD is embedded in Mediatek SoCs and works with the co-processor to perform face detection on the input data and image and output detected face result. Signed-off-by: Jerry-ch Chen --- arch/arm64/boot/dts/mediatek/mt8183.dt

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

2019-07-09 Thread Jerry-ch Chen
Hello, This RFC patch series is adding Face Detection (FD) driver on Mediatek mt8183 SoC. It belongs to the first Mediatek's camera driver series based on V4L2 and media controller framework. I posted the main part of the FD driver as RFC to discuss first and would like some review comments.

[RFC PATCH V2 1/4] dt-bindings: mt8183: Added FD dt-bindings

2019-07-09 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds DT binding documentation for the Face Detection (FD) unit of the Mediatek's mt8183 SoC. Signed-off-by: Jerry-ch Chen --- .../bindings/media/mediatek,mt8183-fd.txt | 33 ++ 1 file changed, 33 insertions(+) create mode 100644 Doc