Linux Media Controller development
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
	Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: [PATCH 0/3] Media controller changes to support DVB
Date: Mon, 26 Jan 2015 10:47:09 -0200	[thread overview]
Message-ID: <cover.1422273497.git.mchehab@osg.samsung.com> (raw)

This patch series change the media controller API to allow adding
support for DVB media controller support.

I removed the actual implementation from this series, in order to
better identify the API bits required to add media controller support
to DVB. They'll be sent o a separate patch series, after we agree
with the API needs.

If this gets accepted, the other patches will be basically the ones
already sent at:
	https://www.mail-archive.com/linux-media@vger.kernel.org/msg83895.html

With one small change at the patch that adds media controller support
at dvbdev, replacing "info.dvb" by "info.dev", due to a change at the
media controller's representation for all devnodes.

As a reference, a typical analog/digital TV hardware looks like:
	http://linuxtv.org/downloads/presentations/typical_hybrid_hardware.png

And the media controller representation for it is:
	http://linuxtv.org/downloads/presentations/cx231xx.dot
	http://linuxtv.org/downloads/presentations/cx231xx.ps

The full patch series with the DVB controller implementation is at:
	http://git.linuxtv.org/cgit.cgi/mchehab/experimental.git/log/?h=dvb-media-ctl

Mauro Carvalho Chehab (3):
  media: Fix ALSA and DVB representation at media controller API
  media: add new types for DVB devnodes
  media: add a subdev type for tuner

 drivers/media/v4l2-core/v4l2-dev.c    |  4 ++--
 drivers/media/v4l2-core/v4l2-device.c |  4 ++--
 include/media/media-entity.h          | 12 +-----------
 include/uapi/linux/media.h            | 26 +++++++++++++++++++++++++-
 4 files changed, 30 insertions(+), 16 deletions(-)

-- 
2.1.0


             reply	other threads:[~2015-01-26 12:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-26 12:47 Mauro Carvalho Chehab [this message]
2015-01-26 12:47 ` [PATCH 1/3] media: Fix ALSA and DVB representation at media controller API Mauro Carvalho Chehab
2015-01-26 13:11   ` Hans Verkuil
2015-01-26 13:34     ` Mauro Carvalho Chehab
2015-01-26 13:41       ` Hans Verkuil
2015-02-23 22:58         ` Laurent Pinchart
2015-02-24  3:51           ` Mauro Carvalho Chehab
2015-01-26 14:00       ` Devin Heitmueller
2015-01-26 14:31         ` Mauro Carvalho Chehab
2015-01-26 14:41           ` Devin Heitmueller
2015-02-23 13:55             ` Mauro Carvalho Chehab
2015-02-23 21:20               ` Laurent Pinchart
2015-02-24  2:51                 ` Mauro Carvalho Chehab
2015-01-26 12:47 ` [PATCH 2/3] media: add new types for DVB devnodes Mauro Carvalho Chehab
2015-01-26 12:47 ` [PATCH 3/3] media: add a subdev type for tuner 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.1422273497.git.mchehab@osg.samsung.com \
    --to=mchehab@osg.samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@infradead.org \
    /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