cron job: media_tree daily build: WARNINGS

2019-04-02 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 Apr 3 05:00:10 CEST 2019 media-tree git hash:1c3ec30bb23023d738b538e64ac3028902d53692 media_build gi

Re: [RFC PATCH V0 5/7] dts: arm64: mt8183: Add FD nodes

2019-04-02 Thread Jerry-ch Chen
On Tue, 2019-03-26 at 05:57 +0800, Rob Herring wrote: > On Wed, Feb 20, 2019 at 03:48:11PM +0800, Jerry-ch Chen wrote: > > 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 imag

[PATCH] media: media_device_enum_links32: clean a reserved field

2019-04-02 Thread Jungo Lin
In v4l2-compliance utility, test MEDIA_IOC_ENUM_ENTITIES will check whether reserved field of media_links_enum filled with zero. However, for 32 bit program, the reserved field is missing copy from kernel space to user space in media_device_enum_links32 function. This patch adds the cleaning a re

Hello.....

2019-04-02 Thread Turkey Financier Company
This is to inform you that Turkey Financier here in Turkey offers loan to anyone who might be in need of a loan for any financial concern. Should you be interested in applying for a business or personal loan, you are required to send an enquiry to us for further proceedings. We offer loan servic

Re: [PATCH v1] media: media_device_enum_links32: fix missing reserved field copy

2019-04-02 Thread Jungo Lin
Hi, Laurent, On Tue, 2019-04-02 at 14:33 +0300, Laurent Pinchart wrote: > Hi Jungo, > > Thank you for the patch. > > On Tue, Apr 02, 2019 at 06:04:04PM +0800, Jungo Lin wrote: > > From: Jungo Lin > > > > In v4l2-compliance utility, test MEDIA_IOC_ENUM_ENTITIES > > will check whether reserved f

Re: [PATCH v2] au0828: stop video streaming only when last user stops

2019-04-02 Thread shuah
On 4/2/19 1:24 AM, Hans Verkuil wrote: If the application was streaming from both videoX and vbiX, and streaming from videoX was stopped, then the vbi streaming also stopped. The cause being that stop_streaming for video stopped the subdevs as well, instead of only doing that if dev->streaming_u

Re: pull request: linux-firmware: Update Mediatek MT8173 VPU firmware

2019-04-02 Thread Josh Boyer
On Mon, Apr 1, 2019 at 10:05 PM Yunfei Dong wrote: > > Hi linux-firmware maintainers, > > The following changes since commit 7bc246451318b3536d9bfd3c4e46d541a9831b33: > > Merge branch 'for-upstream' of git://git.chelsio.net/pub/git/linux-firmware > (2019-03-14 08:22:39 -0400) > > are available

FW: Kontakt.

2019-04-02 Thread Ralf Wild
Sehr geehrte Damen und Herren, nach unserem Besuch Ihrer Homepage möchten wir Ihnen ein Angebot von Produkten vorstellen, das Ihnen ermöglichen wird, den Verkauf Ihrer Produkte sowie Dienstleistungen deutlich zu erhöhen. Unser Angebot beinhaltet Datenbanken mit den Adressen deutscher Firmen, r

Re: [PATCH 0/0] media: uvcdriver: add support for Chicony HP Full-HD Camera (04f2:b62f)

2019-04-02 Thread Laurent Pinchart
Hi Salvador, Thank you for the patch. On Mon, Apr 01, 2019 at 05:47:26PM +0200, Salvador Fernández wrote: > Hi developers, > > A very simple patch to add support for newer HP Full-HD Camera. > Pgp key for signature is > http://keys.gnupg.net/pks/lookup?op=get&search=0x93360317E5CECDDA Please se

Re: [PATCH v1] media: media_device_enum_links32: fix missing reserved field copy

2019-04-02 Thread Laurent Pinchart
Hi Jungo, Thank you for the patch. On Tue, Apr 02, 2019 at 06:04:04PM +0800, Jungo Lin wrote: > From: Jungo Lin > > In v4l2-compliance utility, test MEDIA_IOC_ENUM_ENTITIES > will check whether reserved field of media_links_enum filled > with zero. Reserved field is filled with zero in media_de

Re: [PATCH] media: Add missing "Auto" option to the power line frequency control

2019-04-02 Thread Laurent Pinchart
Hello, On Tue, Apr 02, 2019 at 01:13:16PM +0300, Sakari Ailus wrote: > On Sun, Mar 17, 2019 at 01:01:25PM -0400, dorod...@gmail.com wrote: > > From: Sergey Dorodnicov > > > > Section 4.2.2.3.6 of the USB Device Class Definition for Video Devices, > > specifies "Auto" as a valid value for the pow

Re: [PATCH] media: Add missing "Auto" option to the power line frequency control

2019-04-02 Thread Sakari Ailus
Hi Sergey, Thanks for the patch. On Sun, Mar 17, 2019 at 01:01:25PM -0400, dorod...@gmail.com wrote: > From: Sergey Dorodnicov > > Section 4.2.2.3.6 of the USB Device Class Definition for Video Devices, > specifies "Auto" as a valid value for the power line frequency control. > This makes uvcvi

[PATCH v1] media: media_device_enum_links32: fix missing reserved field copy

2019-04-02 Thread Jungo Lin
From: Jungo Lin In v4l2-compliance utility, test MEDIA_IOC_ENUM_ENTITIES will check whether reserved field of media_links_enum filled with zero. Reserved field is filled with zero in media_device_enum_links. However, for 32 bit program, the reserved field is missing copy from kernel space to use

[GIT PULL v2] SAA716x DVB driver

2019-04-02 Thread Soeren Moch
This is a driver for DVB cards based on SAA7160/61/62 PCIe bridges from Philips/NXP. The most important of these cards, at least for me, is the TechnoTrend S2-6400, a high-definition full-featured DVB-S2 card, the successor of the famous ttpci decoder cards for use with applications like vdr. Altho

[PATCH v2] au0828: stop video streaming only when last user stops

2019-04-02 Thread Hans Verkuil
If the application was streaming from both videoX and vbiX, and streaming from videoX was stopped, then the vbi streaming also stopped. The cause being that stop_streaming for video stopped the subdevs as well, instead of only doing that if dev->streaming_users reached 0. au0828_stop_vbi_streamin