[ragnatech:media-next] BUILD INCOMPLETE 22be8233b34f4f468934c5fefcbe6151766fb8f2

2019-07-12 Thread kbuild test robot
tree/branch: git://git.ragnatech.se/linux media-next branch HEAD: 22be8233b34f4f468934c5fefcbe6151766fb8f2 media: videodev2.h: change V4L2_PIX_FMT_BGRA444 define: fourcc was already in use TIMEOUT after 2344m Sorry we cannot finish the testset for your branch within a reasonable time. It's ou

Facts in the Singapore Political Context

2019-07-12 Thread Turritopsis Dohrnii Teo En Ming
Subject/Topic: Facts in the Singapore Political Context 13 JULY 2019 Saturday Singapore Time Article: Why Singapore voters are asking for Santas Claus as their ideal politician to challenge the ruling party Online Platform: The Online Citizen (TOC) Author: Terry Xu (Singaporean, Chief Editor of T

[PATCH 2/3] media: rc: remove unused #define RC_PROTO_BIT_ALL

2019-07-12 Thread Sean Young
This lists all the protocols that the kernel knows about, however there are no users. Signed-off-by: Sean Young --- include/media/rc-map.h | 16 1 file changed, 16 deletions(-) diff --git a/include/media/rc-map.h b/include/media/rc-map.h index bebd3c4c6338..3a7f8728f6ec 100644

[PATCH 3/3] media: mtk-cir: lower de-glitch counter for rc-mm protocol

2019-07-12 Thread Sean Young
The rc-mm protocol can't be decoded by the mtk-cir since the de-glitch filter removes pulses/spaces shorter than 294 microseconds. Tested on a BananaPi R2. Signed-off-by: Sean Young --- drivers/media/rc/mtk-cir.c | 8 1 file changed, 8 insertions(+) diff --git a/drivers/media/rc/mtk-c

[PATCH 1/3] media: mtk-cir: only allow protocols that have software decoders

2019-07-12 Thread Sean Young
RC_PROTO_BIT_ALL includes protocols like unknown and other that do not have IR decoders by definition. If these protocols are set in the allowed_protocols, they will show in the protocols sysfs file but cannot be enabled. Signed-off-by: Sean Young --- drivers/media/rc/mtk-cir.c | 2 +- 1 file ch

Re: [PATCH v1] media: dvb: Add devm_dvb_register_adapter

2019-07-12 Thread Jonathan Neuschäfer
Hi, some comments below. On Fri, Jul 12, 2019 at 04:19:20PM +0200, Marc Gonzalez wrote: > Add devm* variant for automagic resource release. S-o-b missing. > +int devm_dvb_register_adapter(struct device *dev, struct dvb_adapter *adap, > + const char *name, struct module *module, shor

[PATCH] data: add LG55C8 TV EDID

2019-07-12 Thread rawoul
From: Arnaud Vrac Signed-off-by: Arnaud Vrac --- data/lg-55c8 | Bin 0 -> 256 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/lg-55c8 diff --git a/data/lg-55c8 b/data/lg-55c8 new file mode 100644 index ..34d2ec94f363f9dd80

[PATCH] edid-decode: add support for DD+ JOC flags

2019-07-12 Thread rawoul
From: Arnaud Vrac Used to signal Joint Object Coding support, used in particular for Atmos streams. Signed-off-by: Arnaud Vrac --- edid-decode.c | 5 + 1 file changed, 5 insertions(+) diff --git a/edid-decode.c b/edid-decode.c index 940bcb5..197b78d 100644 --- a/edid-decode.c +++ b/edid-d

Adding support to NPG Real DVB-T Hybrid PCI Express [cx23885]

2019-07-12 Thread JLA
I have a NPG Real DVB-T Hybrid PCI Express capture card, it is a DVB/Analog PAL/FM hybrid card based around the cx23885 chip. I've taken some pictures and checked the cx23885-cards files and it seems most of the parts are there and I would like to add the card entry for this model. I can, if needed

[PATCH v1] media: dvb: Add devm_dvb_register_adapter

2019-07-12 Thread Marc Gonzalez
Add devm* variant for automagic resource release. --- drivers/media/dvb-core/dvbdev.c | 21 + include/media/dvbdev.h | 3 +++ 2 files changed, 24 insertions(+) diff --git a/drivers/media/dvb-core/dvbdev.c b/drivers/media/dvb-core/dvbdev.c index a3393cd4e584..c7a5302e

VERRY VERRY URGENT

2019-07-12 Thread Mr.Abdellatife Jouahri
FROM MR.Abdellatife Jouahri AUDIT& ACCOUNT MANAGER BANK OF AFRICA (B.O.A) OUAGADOUGOU BURKINA FASO WEST AFRICA. Dear Friend, With due respect, I have decided to contact you on a business transaction that will be beneficial to both of us. At the bank last account and auditing evaluation, my staffs

Re: Single- vs Multi-planar APIs for mem2mem devices

2019-07-12 Thread wens Tsai
On Fri, Jul 12, 2019 at 5:37 PM Paul Kocialkowski wrote: > > Hi, > > On Fri 12 Jul 19, 12:26, wens Tsai wrote: > > On Thu, Jul 11, 2019 at 8:19 PM Paul Kocialkowski > > wrote: > > > > > > On Thu 11 Jul 19, 19:51, wens Tsai wrote: > > > > On Thu, Jul 11, 2019 at 5:39 PM Paul Kocialkowski > > > >

Re: Single- vs Multi-planar APIs for mem2mem devices

2019-07-12 Thread Paul Kocialkowski
Hi, On Fri 12 Jul 19, 12:26, wens Tsai wrote: > On Thu, Jul 11, 2019 at 8:19 PM Paul Kocialkowski > wrote: > > > > On Thu 11 Jul 19, 19:51, wens Tsai wrote: > > > On Thu, Jul 11, 2019 at 5:39 PM Paul Kocialkowski > > > wrote: > > > > > > > > Hi, > > > > > > > > On Thu 11 Jul 19, 17:21, wens Tsai

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

2019-07-12 Thread houlong wei
On Wed, 2019-07-10 at 01:24 +0800, Nishka Dasgupta wrote: > 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 foun

Re: [PATCH v2] dt-bindings: rcar-{csi2,vin}: Rename bindings documentation files

2019-07-12 Thread Niklas Söderlund
Hi, A gentle ping on this patch. I assume if it could get a ack from Rob it could be taken in thru the media-tree? On 2019-06-12 23:12:41 +0200, Niklas Söderlund wrote: > Renesas media binding documentation files uses a naming schema of > 'renesas,.txt'. Rename VIN and CSI-2 files to match this

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

2019-07-12 Thread CK Hu
Hi, Jerry: On Tue, 2019-07-09 at 16:41 +0800, Jerry-ch Chen wrote: > 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 |