cron job: media_tree daily build: OK

2019-09-20 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: Sat Sep 21 05:00:14 CEST 2019 media-tree git hash:6f51fdfd8229d5358c2d6e272cf73478866e8ddc media_build gi

Re: [PATCHv4 0/3] v4l2-core: Add metadata type to vfl_devnode_type

2019-09-20 Thread Laurent Pinchart
Hi Hans, On Tue, Sep 17, 2019 at 03:36:44PM +0200, Hans Verkuil wrote: > This is a follow-up series from Vandana's "[v3] v4l2-core: Add metadata type > to > vfl_devnode_type" patch: https://patchwork.linuxtv.org/patch/58755/ > > While testing that v3 patch with a patched version of vivid that ha

Re: [RFC, v3, 1/4] dt-binding: mt8183: Add Mediatek MDP3 dt-bindings

2019-09-20 Thread Laurent Pinchart
Hi Bibby, Thank you for the patch. On Wed, Sep 11, 2019 at 05:34:03PM +0800, Bibby Hsieh wrote: > From: daoyuan huang > > This patch adds DT binding document for Media Data Path 3 (MDP3) > a unit in multimedia system used for scaling and color format convert. > > Signed-off-by: Ping-Hsun Wu >

[PATCH v7] cec-follower: add tuner analog service emulation

2019-09-20 Thread Jiunn Chang
The cec-follower will now emulate an analog service. This allows an initiator device can directly select an analog service by choosing an analog broadcast type, broadcast system, and frequency. After an analog service is selected, the cec-follower will also provide the tuner device status upon req

Re: [Linux-kernel-mentees] [PATCH v6] cec-follower: add tuner analog service emulation

2019-09-20 Thread Shuah Khan
On 9/20/19 1:32 PM, Jiunn Chang wrote: Implement the following tuner control features: - - and reply More information is needed on what this feature does. This commit log to terse. Signed-off-by: Jiunn Chang --- Changes made since v1: - Fix typos/bugs - Import reply_feature_

[PATCH v6] cec-follower: add tuner analog service emulation

2019-09-20 Thread Jiunn Chang
Implement the following tuner control features: - - and reply Signed-off-by: Jiunn Chang --- Changes made since v1: - Fix typos/bugs - Import reply_feature_abort() from cec-processing.cpp - Add functionality to choose nearest frequency Changes made since v2: - Fix typos/bugs -

[PATCH v2] media: rc: Add support for another iMON 0xffdc device

2019-09-20 Thread Flavius Georgescu
The device it's an iMON UltraBay (0x98 in config byte) with LCD, IR and dual-knobs front panel. To work properly the device also require its own key table, and repeat suppression for all buttons. Signed-off-by: Flavius Georgescu Co-developed-by: Chris Vandomelen Signed-off-by: Chris Vandomelen

Re: general protection fault in flexcop_usb_probe

2019-09-20 Thread Andrey Konovalov
On Tue, Jul 30, 2019 at 10:30 AM syzbot wrote: > > Hello, > > syzbot has tested the proposed patch and the reproducer did not trigger > crash: > > Reported-and-tested-by: > syzbot+d93dff37e6a89431c...@syzkaller.appspotmail.com > > Tested on: > > commit: 9a33b369 usb-fuzzer: main usb gadget

Re: [PATCH 0/5] media: vimc: use configfs in order to configure devices topologies

2019-09-20 Thread Hans Verkuil
On 9/20/19 5:07 PM, Dafna Hirschfeld wrote: > Hi, > > On Fri, 2019-09-20 at 15:17 +0200, Hans Verkuil wrote: >> Hi Dafna, >> >> On 9/19/19 10:32 PM, Dafna Hirschfeld wrote: >>> This patchset introduces the usage of configfs in order to create vimc >>> devices >>> with a configured topology. A pat

Re: [PATCH 0/5] media: vimc: use configfs in order to configure devices topologies

2019-09-20 Thread Dafna Hirschfeld
Hi, On Fri, 2019-09-20 at 15:17 +0200, Hans Verkuil wrote: > Hi Dafna, > > On 9/19/19 10:32 PM, Dafna Hirschfeld wrote: > > This patchset introduces the usage of configfs in order to create vimc > > devices > > with a configured topology. A patch introducing configfs usage was already > > sent

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-20 Thread Doug Anderson
Hi, On Fri, Sep 20, 2019 at 7:54 AM Laurent Pinchart wrote: > > On Thu, Sep 19, 2019 at 09:22:45AM +0200, Geert Uytterhoeven wrote: > > On Thu, Sep 19, 2019 at 8:57 AM Dan Carpenter > > wrote: > > > On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > > > > > > +Patches for

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-20 Thread Laurent Pinchart
On Thu, Sep 19, 2019 at 09:22:45AM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 19, 2019 at 8:57 AM Dan Carpenter > wrote: > > On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > > > > > +Patches for the media subsystem should be sent to the media mailing > > > > > list >

Re: [Ksummit-discuss] [PATCH] media: add a subsystem profile documentation

2019-09-20 Thread Daniel Vetter
On Fri, Sep 20, 2019 at 1:27 PM Joe Perches wrote: > > On Thu, 2019-09-19 at 10:08 +0300, Dan Carpenter wrote: > > On Wed, Sep 18, 2019 at 03:48:31PM -0300, Mauro Carvalho Chehab wrote: > > > Em Wed, 18 Sep 2019 20:27:05 +0300 > > > Laurent Pinchart escreveu: > > > > > > > > Anyway, not sure if t

Re: [PATCH 2/5] docs: media: vimc: Documenting vimc topology configuration using configfs

2019-09-20 Thread Hans Verkuil
On 9/19/19 10:32 PM, Dafna Hirschfeld wrote: > Add explanation of how to use configfs in order to create a > vimc device with a given topology. > > Signed-off-by: Dafna Hirschfeld > --- > Documentation/media/v4l-drivers/vimc.dot | 28 ++- > Documentation/media/v4l-drivers/vimc.rst | 240 +++

Re: [PATCH 0/5] media: vimc: use configfs in order to configure devices topologies

2019-09-20 Thread Hans Verkuil
Hi Dafna, On 9/19/19 10:32 PM, Dafna Hirschfeld wrote: > This patchset introduces the usage of configfs in order to create vimc devices > with a configured topology. A patch introducing configfs usage was already > sent by Helen Koike: > https://patchwork.linuxtv.org/patch/53397/ . The current pa

Re: [PATCH] RFC: v4l2-ctrls: Inmplement v4l2_ctrl_new_std_compound()

2019-09-20 Thread Hans Verkuil
On 9/20/19 12:33 PM, Ricardo Ribalda Delgado wrote: > Hello Hans > > Thanks for your review! I will implement the changes and resend, just > one comment. > > > On Fri, Sep 20, 2019 at 12:07 PM Hans Verkuil wrote: >> >> On 9/17/19 6:21 PM, Ricardo Ribalda Delgado wrote: >>> Hi Hans >>> >>> Is t

Re: [PATCH] RFC: v4l2-ctrls: Inmplement v4l2_ctrl_new_std_compound()

2019-09-20 Thread Ricardo Ribalda Delgado
Hello Hans Thanks for your review! I will implement the changes and resend, just one comment. On Fri, Sep 20, 2019 at 12:07 PM Hans Verkuil wrote: > > On 9/17/19 6:21 PM, Ricardo Ribalda Delgado wrote: > > Hi Hans > > > > Is this something close to what you were having in mind? Right now it >

Re: [PATCH] RFC: v4l2-ctrls: Inmplement v4l2_ctrl_new_std_compound()

2019-09-20 Thread Hans Verkuil
On 9/17/19 6:21 PM, Ricardo Ribalda Delgado wrote: > Hi Hans > > Is this something close to what you were having in mind? Right now it > sits on > https://github.com/ribalda/linux/commit/de21dbc2f57b58b22f5d73bc314dd8e59dff5c7d > but I will make it as the beginning of my patchset if you think tha

Re: [PATCH v5] cec-follower: add tuner analog service emulation

2019-09-20 Thread Hans Verkuil
Hi Jiunn, This is a lot better. Just a few more comments: On 9/19/19 7:47 PM, Jiunn Chang wrote: > Implement the following tuner control features: > - > - and reply > > Signed-off-by: Jiunn Chang > --- > > Changes made since v1: > - Fix typos/bugs > - Import reply_feature_abort() fr

with due respect

2019-09-20 Thread Mr Duna Wattara
Dear Friend, I know that this mail will come to you as a surprise as we have never met before, but need not to worry as I am contacting you independently of my investigation and no one is informed of this communication. I need your urgent assistance in transferring the sum of $11.3million immedia