Re: [PATCH] media: em28xx: Add support for Magix Wideowandler 2

2019-09-10 Thread Dominik Danelski
W dniu nie, 01.09.2019 o godzinie 23∶27 +0200, użytkownik Dominik Danelski napisał: > Add support for Magix Wideowandler 2 - analog USB capture card > > Co-author: Cornelius Porosanu > Signed-off-by: Dominik Danelski > --- > drivers/media/usb/em28xx/em28xx-cards.c | 20 >

[PATCH] media: cx231xx: fix unregister logic

2019-09-10 Thread Mauro Carvalho Chehab
Right now, dev->users is not been decremented for VBI nodes, causing unregister to fail. Fix it. Signed-off-by: Mauro Carvalho Chehab --- drivers/media/usb/cx231xx/cx231xx-video.c | 25 +-- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/drivers/media/usb/cx23

[PATCH] cec-compliance: system audio control

2019-09-10 Thread Jiunn Chang
Add comment block documenting tests not included from section 13.15 of the HDMI CEC 1.4b specification. This section outlines the System Audio Control feature. Signed-off-by: Jiunn Chang --- utils/cec-compliance/cec-test-audio.cpp | 30 + 1 file changed, 30 insertions(+)

[PATCH v2] cec-compliance: system audio control

2019-09-10 Thread Jiunn Chang
Add comment block documenting tests not included from section 13.15 of the CEC 1.4b specification. This section outlines the System Audio Control feature. Signed-off-by: Jiunn Chang --- utils/cec-compliance/cec-test-audio.cpp | 29 + 1 file changed, 29 insertions(+) dif

[PATCH -next 2/2] media: aspeed: set hsync and vsync polarities to normal before starting mode detection

2019-09-10 Thread Jae Hyun Yoo
Sometimes it detects a weird resolution such as 1024x287 when the actual resolution is 1024x768. To resolve such an issue, this commit adds clearing for hsync and vsync polarity register bits at the beginning of the first mode detection. This is recommended in the datasheet. Signed-off-by: Jae Hyu

[PATCH -next 1/2] media: aspeed: refine hsync/vsync polarity setting logic

2019-09-10 Thread Jae Hyun Yoo
This commit refines hsync/vsync polarity setting logic by making also clearing register bits possible based on probed sync state accordingly. Signed-off-by: Jae Hyun Yoo --- drivers/media/platform/aspeed-video.c | 43 +-- 1 file changed, 21 insertions(+), 22 deletions(-)

[PATCH -next 0/2] media: aspeed: refine mode detection flow

2019-09-10 Thread Jae Hyun Yoo
This patch series refines mode detection flow by adding and fixing of hsync/vsync polarity setting register handling. Please review this change. Thanks, -Jae Jae Hyun Yoo (2): media: aspeed: refine hsync/vsync polarity setting logic media: aspeed: set hsync and vsync polarities to normal befo

Re: [V2, 2/2] media: i2c: Add more sensor modes for ov8856 camera sensor

2019-09-10 Thread Andy Shevchenko
On Tue, Sep 10, 2019 at 09:04:46PM +0800, dongchun@mediatek.com wrote: > From: Dongchun Zhu > > This patch mainly adds two more sensor modes for OV8856 CMOS image sensor. > That is, the resolution of 1632*1224 and 3264*2448, corresponding to the > bayer order of BGGR. > The sensor revision a

Re: [V2, 1/2] media: dt-bindings: media: i2c: Add bindings for ov8856

2019-09-10 Thread Andy Shevchenko
On Tue, Sep 10, 2019 at 09:04:45PM +0800, dongchun@mediatek.com wrote: > From: Dongchun Zhu > > This patch adds device tree bindings documentation for the ov8856 CMOS > image sensor. New bindings in YAML, please. -- With Best Regards, Andy Shevchenko

hello

2019-09-10 Thread joe akaba
Hallo Mein Name ist Joe Akaba. Ich bin von Beruf Rechtsanwalt. Ich möchte Ihnen anbieten die nächsten Verwandten zu meinem Klienten. Sie erben die Summe von (8,5 Millionen US-Dollar) Dollar, die mein Kunde vor seinem Tod in der Bank gelassen hat. Mein Mandant ist ein Staatsbürger Ihres Landes, de

[V2, 2/2] media: i2c: Add more sensor modes for ov8856 camera sensor

2019-09-10 Thread dongchun.zhu
From: Dongchun Zhu This patch mainly adds two more sensor modes for OV8856 CMOS image sensor. That is, the resolution of 1632*1224 and 3264*2448, corresponding to the bayer order of BGGR. The sensor revision also differs in some OTP register. Signed-off-by: Dongchun Zhu --- drivers/media/i2c/

[V2, 0/2] media: ov8856: DT bindings and sensor mode improvements

2019-09-10 Thread dongchun.zhu
From: Dongchun Zhu Hello, This series adds DT bindings and some more sensor modes for users to use. >From the latest ov8856 datasheet, it is proposed to adopt the resolution of 1632*1224 and 3264*2448, together with Bayer Order of BGGR. Thus here we try to provide two more scenarios. In additi

[V2, 1/2] media: dt-bindings: media: i2c: Add bindings for ov8856

2019-09-10 Thread dongchun.zhu
From: Dongchun Zhu This patch adds device tree bindings documentation for the ov8856 CMOS image sensor. Signed-off-by: Dongchun Zhu --- .../devicetree/bindings/media/i2c/ov8856.txt | 51 ++ MAINTAINERS| 1 + 2 files changed, 52

[PATCH] v4l2-core: Add metadata type to vfl_devnode_type.

2019-09-10 Thread Vandana BN
Add VFL_TYPE_METADATA, to detect devices of type metadata and to disable unneeded ioctls. Signed-off-by: Vandana BN --- drivers/media/v4l2-core/v4l2-dev.c | 57 ++-- drivers/media/v4l2-core/v4l2-ioctl.c | 5 ++- include/media/v4l2-dev.h | 2 + 3 files chan

[PATCH v2] media: uapi: h264: clarify num_ref_idx_l[01]_(default_)active fields

2019-09-10 Thread Philipp Zabel
Since the uapi does not contain the num_ref_idx_active_override_flag, drivers for decoders that do not parse slices themselves don't know how to choose between the num_ref_idx_l[01]_default_active and the num_ref_idx_l[01]_active override fields. Instead, userspace must set the override fields to

[PATCH] media: uapi: h264: clarify V4L2_PIX_FMT_H264_SLICE format

2019-09-10 Thread Philipp Zabel
Document that the slice headers must be included for the benefit of decoders that parse them (partially) in hardware, and that the start code is optional. Add a link to the ITU-T Rec. H.264 specification section that describes the slice format. Signed-off-by: Philipp Zabel --- Documentation/medi