From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: unlisted-recipients:; (no To-header on input)@casper.infradead.org
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Akihiro TSUKADA <tskd08@gmail.com>
Subject: [RFC PATCH 0/5] mb96a20s:use DVB core I2C binding and add media controller support
Date: Thu, 1 Jan 2015 13:51:21 -0200 [thread overview]
Message-ID: <cover.1420127255.git.mchehab@osg.samsung.com> (raw)
Those patches are currently experimental and they depend on
this patch:
https://patchwork.linuxtv.org/patch/27329/
There are 2 cleanup patches here for mb86a20s, and one patch that
converts it to use the new I2C binding helper routines added at the
DVB core.
The next patch extends the DVB core I2C binding routines to add media
controller support for the DVB demod.
The final patch makes cx231xx to register to the media controller,
if the device has a mb86a20s.
Please notice that the current media controller support is actually
too poor and not complete, as it doesn't create and pads to the demod
entity. More work is needed, in order to add the demod pads to it.
That would require some changes at the dvb core, for it to be media
controller aware, and to create the nodes for the DVR and for the other
elements of the DVB graph.
For now, all it shows is:
Media controller API version 0.1.1
Media device information
------------------------
driver cx231xx
model Pixelview PlayTV USB Hybrid
serial CIR000000000001
bus info 1.2
hw revision 0x4001
driver version 3.19.0
Device topology
- entity 1: mb86a20s (0 pad, 0 link)
type Node subtype DVB flags 20005
Mauro Carvalho Chehab (5):
mb86a20s: remove unused debug modprobe parameter
mb86a20s: convert it to I2C binding model
mb86a20s: remove two uneeded macros
dvb core: add media controller support for the demod
cx231xx: add media controller support for mb86a20s boards
drivers/media/dvb-core/dvb_frontend.h | 7 +++
drivers/media/dvb-core/dvb_i2c.c | 30 ++++++++++-
drivers/media/dvb-core/dvb_i2c.h | 3 +-
drivers/media/dvb-frontends/mb86a20s.c | 90 +++++++++++++++------------------
drivers/media/dvb-frontends/mb86a20s.h | 19 -------
drivers/media/pci/cx23885/cx23885-dvb.c | 13 +++--
drivers/media/pci/saa7134/saa7134-dvb.c | 13 +++--
drivers/media/usb/cx231xx/cx231xx-dvb.c | 64 ++++++++++++++++++++---
drivers/media/usb/em28xx/em28xx-dvb.c | 13 +++--
include/uapi/linux/media.h | 4 +-
10 files changed, 165 insertions(+), 91 deletions(-)
--
2.1.0
next reply other threads:[~2015-01-01 15:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-01 15:51 Mauro Carvalho Chehab [this message]
2015-01-01 15:51 ` [PATCH 1/5] mb86a20s: remove unused debug modprobe parameter Mauro Carvalho Chehab
2015-01-01 15:51 ` [PATCH 2/5] mb86a20s: convert it to I2C binding model Mauro Carvalho Chehab
2015-01-01 15:51 ` [PATCH 3/5] mb86a20s: remove two uneeded macros Mauro Carvalho Chehab
[not found] ` <cover.1420127255.git.mchehab-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-01-01 15:51 ` [PATCH 4/5] dvb core: add media controller support for the demod Mauro Carvalho Chehab
2015-01-01 15:51 ` Mauro Carvalho Chehab
2015-01-05 14:36 ` Akihiro TSUKADA
2015-01-05 18:29 ` Mauro Carvalho Chehab
2015-01-06 12:32 ` Akihiro TSUKADA
2015-01-01 15:51 ` [PATCH 5/5] cx231xx: add media controller support for mb86a20s boards Mauro Carvalho Chehab
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=cover.1420127255.git.mchehab@osg.samsung.com \
--to=mchehab@osg.samsung.com \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=tskd08@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.