From: Javier Martinez Canillas <javier@osg.samsung.com>
To: linux-media@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Hans Verkuil <hans.verkuil@cisco.com>,
Shuah Khan <shuahkh@osg.samsung.com>,
Javier Martinez Canillas <javier@osg.samsung.com>
Subject: [RFC PATCH 0/3] [media] tvp515p: Proposal for MC input connector support
Date: Wed, 9 Mar 2016 16:09:23 -0300 [thread overview]
Message-ID: <1457550566-5465-1-git-send-email-javier@osg.samsung.com> (raw)
Hello,
I was waiting for the MC input connector support discussion to settle before
attempting to propose another patch series for the tvp5150 video decoder but
IIUC you are going to continue the discussion at ELC so I'm posting a series
that I believe is aligned with the latest conversations.
This is of course a RFC and not meant to be merged but just to start looking
how the DT binding using OF graph for connectors could look like and to see
an implementation that uses a PAD (and thus link) per electrical signal (the
1:1 model mentioned by Laurent).
The mc_nextgen_test dot output after applying the series can be found at [0]
and the graph png generated using the dot tool at [1].
I've also uploaded the dot files and png when the Composite0 [2,3], Composite1
[4,5] and S-Video [6,7] links are enabled.
I tested these patches on an IGEPv2 by capturing using both Composite inputs,
unfortuantely S-Video using the two RCA connectors is not working, but seems
that is a regression with the tvp5150 driver not related with these patches.
[0]: http://hastebin.com/novoxezeko.tex
[1]: http://i.imgur.com/RWZEpMn.png
[2]: http://hastebin.com/asaduyetuf.tex
[3]: http://i.imgur.com/6y7d7AS.png
[4]: http://hastebin.com/dijowanuki.tex
[5]: http://i.imgur.com/Qr1F9dL.png
[6]: http://hastebin.com/zegiwisoli.tex
[7]: http://i.imgur.com/TdrVJ0R.png
Best regards,
Javier
Javier Martinez Canillas (3):
[media] v4l2-mc.h: Add a S-Video C input PAD to demod enum
[media] tvp5150: Add input connectors DT bindings
[media] tvp5150: Replace connector support according to DT binding
.../devicetree/bindings/media/i2c/tvp5150.txt | 59 +++++++
drivers/media/i2c/tvp5150.c | 190 +++++++++++++++------
include/media/v4l2-mc.h | 3 +-
3 files changed, 203 insertions(+), 49 deletions(-)
--
2.5.0
next reply other threads:[~2016-03-09 19:09 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-09 19:09 Javier Martinez Canillas [this message]
2016-03-09 19:09 ` [RFC PATCH 1/3] [media] v4l2-mc.h: Add a S-Video C input PAD to demod enum Javier Martinez Canillas
2016-03-18 15:45 ` Hans Verkuil
2016-03-18 17:33 ` Hans Verkuil
2016-03-21 14:40 ` Mauro Carvalho Chehab
2016-03-21 15:05 ` Hans Verkuil
2016-03-21 16:01 ` Hans Verkuil
2016-03-21 17:50 ` Mauro Carvalho Chehab
2016-03-21 18:08 ` Hans Verkuil
2016-03-21 18:23 ` Mauro Carvalho Chehab
2016-03-21 18:48 ` Hans Verkuil
2016-03-21 18:24 ` Javier Martinez Canillas
2016-03-21 18:34 ` Mauro Carvalho Chehab
2016-03-21 18:38 ` Javier Martinez Canillas
2016-03-21 18:51 ` Hans Verkuil
2016-03-21 19:06 ` Hans Verkuil
2016-03-21 19:20 ` Javier Martinez Canillas
2016-03-21 19:30 ` Hans Verkuil
2016-03-21 19:48 ` Javier Martinez Canillas
2016-03-21 21:15 ` Mauro Carvalho Chehab
2016-03-22 0:22 ` Javier Martinez Canillas
2016-03-21 21:20 ` Mauro Carvalho Chehab
2016-03-22 0:16 ` Javier Martinez Canillas
2016-03-09 19:09 ` [RFC PATCH 2/3] [media] tvp5150: Add input connectors DT bindings Javier Martinez Canillas
2016-03-09 19:09 ` [RFC PATCH 3/3] [media] tvp5150: Replace connector support according to DT binding Javier Martinez Canillas
2016-03-18 15:01 ` [RFC PATCH 0/3] [media] tvp515p: Proposal for MC input connector support Javier Martinez Canillas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457550566-5465-1-git-send-email-javier@osg.samsung.com \
--to=javier@osg.samsung.com \
--cc=hans.verkuil@cisco.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@osg.samsung.com \
--cc=sakari.ailus@linux.intel.com \
--cc=shuahkh@osg.samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).