All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Mauro Carvalho Chehab <mchehab@infradead.org>
Subject: [PATCH 0/7] dvb core: add basic support for the media controller
Date: Sat,  3 Jan 2015 00:04:33 -0200	[thread overview]
Message-ID: <cover.1420250453.git.mchehab@osg.samsung.com> (raw)

This patch series adds basic support for the media controller at the
DVB core: it creates one media entity per DVB devnode, if the media
device is passed as an argument to the DVB structures.

The cx231xx driver was modified to pass such argument for DVB NET,
DVB frontend and DVB demux.

TODO: The media PADs weren't created yet, nor the links between the
several entities.

Mauro Carvalho Chehab (7):
  media: Fix DVB representation at media controller API
  dvb core: add support for media controller at dvbdev
  dvb core: add media controller support for DVB frontend
  dvb core: add support for demux/dvr nodes at media controller
  dvb core: add support for CA node at the media controller
  dvb core: add support for DVB net node at the media controller
  cx231xx: add media controller support

 drivers/media/dvb-core/dmxdev.c           | 34 ++++++++++-------
 drivers/media/dvb-core/dmxdev.h           |  6 +++
 drivers/media/dvb-core/dvb_ca_en50221.c   | 19 ++++++----
 drivers/media/dvb-core/dvb_ca_en50221.h   |  6 +++
 drivers/media/dvb-core/dvb_frontend.c     |  8 +++-
 drivers/media/dvb-core/dvb_frontend.h     |  7 ++++
 drivers/media/dvb-core/dvb_net.c          | 18 +++++----
 drivers/media/dvb-core/dvb_net.h          |  6 +++
 drivers/media/dvb-core/dvbdev.c           | 63 ++++++++++++++++++++++++++++++-
 drivers/media/dvb-core/dvbdev.h           | 10 +++++
 drivers/media/usb/cx231xx/cx231xx-cards.c | 60 ++++++++++++++++++++++++++---
 drivers/media/usb/cx231xx/cx231xx-dvb.c   |  4 ++
 drivers/media/usb/cx231xx/cx231xx.h       |  4 ++
 include/media/media-entity.h              |  5 ++-
 include/uapi/linux/media.h                | 13 ++++++-
 15 files changed, 221 insertions(+), 42 deletions(-)

-- 
2.1.0


             reply	other threads:[~2015-01-03  2:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-03  2:04 Mauro Carvalho Chehab [this message]
2015-01-03  2:04 ` [PATCH 1/7] media: Fix DVB representation at media controller API Mauro Carvalho Chehab
     [not found] ` <cover.1420250453.git.mchehab-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org>
2015-01-03  2:04   ` [PATCH 2/7] dvb core: add support for media controller at dvbdev Mauro Carvalho Chehab
2015-01-03  2:04     ` Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 3/7] dvb core: add media controller support for DVB frontend Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 4/7] dvb core: add support for demux/dvr nodes at media controller Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 5/7] dvb core: add support for CA node at the " Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 6/7] dvb core: add support for DVB net " Mauro Carvalho Chehab
2015-01-03  2:04 ` [PATCH 7/7] cx231xx: add media controller support Mauro Carvalho Chehab
2015-01-03  2:08 ` [PATCH 0/7] dvb core: add basic support for the media controller 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.1420250453.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 \
    /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.