linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/5] mb96a20s:use DVB core I2C binding and add media controller support
@ 2015-01-01 15:51 Mauro Carvalho Chehab
  2015-01-01 15:51 ` [PATCH 1/5] mb86a20s: remove unused debug modprobe parameter Mauro Carvalho Chehab
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mauro Carvalho Chehab @ 2015-01-01 15:51 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List,
	Mauro Carvalho Chehab, Laurent Pinchart, Akihiro TSUKADA

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-01-06 12:32 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-01 15:51 [RFC PATCH 0/5] mb96a20s:use DVB core I2C binding and add media controller support Mauro Carvalho Chehab
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
2015-01-01 15:51 ` [PATCH 4/5] dvb core: add media controller support for the demod 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

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).