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

2019-09-18 Thread Dan Carpenter
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 > > > +at linux-media@vger.kernel.org as plain text only e-mail. Emails with > > > +HTML will be automatically rejected by the mail server. There's

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

2019-09-18 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 v3] cec-follower: create analog channel frequencies

2019-09-18 Thread Jiunn Chang
This frequency table will allow proper testing of tuner control. There are three frequencies per analog broadcast type and broadcast system, so tuner increment and decrement can be tested. Signed-off-by: Jiunn Chang --- Changes since v1: - Add Wikipedia link for analog channel frequencies -

[PATCH] cec-follower: fix cec-tuner.cpp

2019-09-18 Thread Jiunn Chang
Export code from cec-processing.cpp to cec-tuner.cpp so testing logic does not break for PRESUMED_OK which replies on the feature abort message. Also needed it a boolean for broadcast messages that should not be aborted. Signed-off-by: Jiunn Chang --- utils/cec-follower/cec-processing.cpp | 4

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

2019-09-18 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 -

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

2019-09-18 Thread Mauro Carvalho Chehab
Em Wed, 18 Sep 2019 20:27:05 +0300 Laurent Pinchart escreveu: > > Anyway, not sure if the other sub-maintainers see the same way. From my > > side, > > I prefer not to be c/c, as this is just more noise, as I just rely on > > patchwork for media patches. What about changing this to: > > > >

Re: [Ksummit-discuss] single maintainer profile directory (was Re: [PATCH] media: add a subsystem profile documentation)

2019-09-18 Thread Mauro Carvalho Chehab
Em Wed, 18 Sep 2019 10:39:32 -0700 Kees Cook escreveu: > On Wed, Sep 18, 2019 at 08:23:26AM -0300, Mauro Carvalho Chehab wrote: > > You can't simply rename MAINTAINERS to .rst and let Sphinx handle it, > > Right! Sorry, I meant what you'd suggested earlier: having a script > convert it at doc-

Re: [Ksummit-discuss] single maintainer profile directory (was Re: [PATCH] media: add a subsystem profile documentation)

2019-09-18 Thread Kees Cook
On Wed, Sep 18, 2019 at 08:23:26AM -0300, Mauro Carvalho Chehab wrote: > You can't simply rename MAINTAINERS to .rst and let Sphinx handle it, Right! Sorry, I meant what you'd suggested earlier: having a script convert it at doc-build-time. > The latest RFC about that with I sent was this one: >

[PATCH v3] cec-follower: create cec-tuner.cpp

2019-09-18 Thread Jiunn Chang
Move tuner control, one touch record, and timer programming into cec-tuner.cpp. These features are all tuner related and involve the tuner as a central feature to be able to test. Signed-off-by: Jiunn Chang --- Changes made since v1: - Change cec-tuner.cpp function name to process_tuner_recor

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

2019-09-18 Thread Laurent Pinchart
Hi Mauro, On Wed, Sep 18, 2019 at 10:57:28AM -0300, Mauro Carvalho Chehab wrote: > Em Wed, 18 Sep 2019 15:36:20 +0300 Laurent Pinchart escreveu: > > On Fri, Sep 13, 2019 at 01:19:21PM -0300, Mauro Carvalho Chehab wrote: > > > Document the basic policies of the media subsystem profile. > > > > > >

Re: [PATCH v2] media: add a subsystem profile documentation

2019-09-18 Thread Mauro Carvalho Chehab
Em Wed, 18 Sep 2019 11:07:16 -0300 André Almeida escreveu: > Hello Mauro, > > On 9/18/19 10:59 AM, Mauro Carvalho Chehab wrote: > > Document the basic policies of the media subsystem profile. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > Documentation/media/index.rst

Re: [PATCH v2] media: add a subsystem profile documentation

2019-09-18 Thread André Almeida
Hello Mauro, On 9/18/19 10:59 AM, Mauro Carvalho Chehab wrote: > Document the basic policies of the media subsystem profile. > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/media/index.rst | 1 + > .../media/maintainer-entry-profile.rst| 157

[PATCH v2] media: add a subsystem profile documentation

2019-09-18 Thread Mauro Carvalho Chehab
Document the basic policies of the media subsystem profile. Signed-off-by: Mauro Carvalho Chehab --- Documentation/media/index.rst | 1 + .../media/maintainer-entry-profile.rst| 157 ++ MAINTAINERS | 1 + 3 files chang

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

2019-09-18 Thread Mauro Carvalho Chehab
Em Wed, 18 Sep 2019 15:36:20 +0300 Laurent Pinchart escreveu: > Hi Mauro, > > On Fri, Sep 13, 2019 at 01:19:21PM -0300, Mauro Carvalho Chehab wrote: > > Document the basic policies of the media subsystem profile. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > > > That's basically a

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

2019-09-18 Thread Laurent Pinchart
Hi Mauro, On Fri, Sep 13, 2019 at 01:19:21PM -0300, Mauro Carvalho Chehab wrote: > Document the basic policies of the media subsystem profile. > > Signed-off-by: Mauro Carvalho Chehab > --- > > That's basically a modified version of: > https://patchwork.linuxtv.org/patch/52999/ > > Applied

Re: [Ksummit-discuss] single maintainer profile directory (was Re: [PATCH] media: add a subsystem profile documentation)

2019-09-18 Thread Mauro Carvalho Chehab
Em Tue, 17 Sep 2019 09:33:11 -0700 Kees Cook escreveu: > On Tue, Sep 17, 2019 at 10:28:17AM -0300, Mauro Carvalho Chehab wrote: > > No matter where the profiles will physically be stored, its contents belong > > to subsystem-specific documentation, and should be visible at the same > > index >

Re: [RFC PATCH V4 3/4] dt-bindings: mt8183: Add sensor interface dt-bindings

2019-09-18 Thread Sakari Ailus
Hi Louis, On Sun, Sep 15, 2019 at 02:50:03PM +0800, Louis Kuo wrote: > This patch adds the DT binding documentation for the sensor interface > module in Mediatek SoCs. > > Signed-off-by: Louis Kuo > --- > .../bindings/media/mediatek-seninf.txt| 30 +++ > 1 file changed,

Re: [RFC PATCH V4 2/4] media: platform: Add Mediatek sensor interface driver KConfig

2019-09-18 Thread Sakari Ailus
On Sun, Sep 15, 2019 at 02:50:02PM +0800, Louis Kuo wrote: > This patch adds KConfig for sensor interface driver. Sensor interface > driver > is a MIPI-CSI2 host driver, namely, a HW camera interface controller. > It support a widely adopted, simple, high-speed protocol primarily > intended > for p

Re: [RFC PATCH V4 1/4] media: platform: mtk-isp: Add Mediatek sensor interface driver

2019-09-18 Thread Sakari Ailus
Hi Luis, On Sun, Sep 15, 2019 at 02:50:01PM +0800, Louis Kuo wrote: > This patch adds Mediat:ek's sensor interface driver. Sensor interface > driver > is a MIPI-CSI2 host driver, namely, a HW camera interface controller. > It support a widely adopted, simple, high-speed protocol primarily > intend

Re: coda9 jpeg support?

2019-09-18 Thread Philipp Zabel
Hi Tim, On Tue, 2019-09-17 at 12:00 -0700, Tim Harvey wrote: [...] > I have pulled your branch and boot-tested it. I see the 2 new video > devices but noticed that the JPEG decoder shows up as an element for > video4linux2 the JPEG encoder doesn't show up (gstreamer v1.14.5) - > any idea why that