public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Some improvements/fixes
@ 2016-02-12  9:44 Mauro Carvalho Chehab
  2016-02-12  9:44 ` [PATCH 01/11] [media] v4l2-mc.h: prevent it for being included twice Mauro Carvalho Chehab
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Mauro Carvalho Chehab @ 2016-02-12  9:44 UTC (permalink / raw)
  Cc: Mauro Carvalho Chehab, Linux Media Mailing List,
	Mauro Carvalho Chehab

I'm testing the Media Controller graph on some of my boards.
While here, I noticed some troubles when producing the graphs.

This series address them. 

PS.: I'm storing the graphs of the boards I've tested at:
	https://mchehab.fedorapeople.org/mc-next-gen/?C=M;O=D

I improved the v4l2-utils tool that produces the graph (contrib/test/mc_nextgen_test)
to add a title on each graph. So, the files after 2016-02-12 will contain the info
provided by MEDIA_IOC_DEVICE_INFO ioctl.

Mauro Carvalho Chehab (11):
  [media] v4l2-mc.h: prevent it for being included twice
  [media] v4l2-mc: add a routine to create USB media_device
  [media] rc-core: don't lock device at rc_register_device()
  [media] allow overriding the driver name
  [media] use v4l2_mc_usb_media_device_init() on most USB devices
  [media] v4l2-mc: use usb_make_path() to provide bus info
  [media] em28xx-dvb: create RF connector on DVB-only mode
  [media] cx231xx: use v4l2 core function to create the MC graph
  [media] si2157: register as a tuner entity
  [media] cx231xx, em28xx: pass media_device to si2157
  [media] cx231xx: create connectors at the media graph

 drivers/media/media-device.c                |  6 ++-
 drivers/media/rc/rc-main.c                  | 45 ++++++++++++---------
 drivers/media/tuners/si2157.c               | 32 ++++++++++++++-
 drivers/media/tuners/si2157.h               |  5 +++
 drivers/media/tuners/si2157_priv.h          |  8 ++++
 drivers/media/usb/au0828/au0828-core.c      | 19 ++-------
 drivers/media/usb/cx231xx/cx231xx-cards.c   | 62 +++--------------------------
 drivers/media/usb/cx231xx/cx231xx-dvb.c     | 10 ++++-
 drivers/media/usb/cx231xx/cx231xx-video.c   | 46 +++++++++++++++++++++
 drivers/media/usb/cx231xx/cx231xx.h         |  3 ++
 drivers/media/usb/dvb-usb-v2/dvb_usb_core.c | 13 +-----
 drivers/media/usb/dvb-usb/dvb-usb-dvb.c     | 15 +------
 drivers/media/usb/em28xx/em28xx-cards.c     | 23 ++++-------
 drivers/media/usb/em28xx/em28xx-dvb.c       | 13 +++++-
 drivers/media/usb/em28xx/em28xx-video.c     |  3 +-
 drivers/media/usb/siano/smsusb.c            |  1 +
 drivers/media/v4l2-core/v4l2-mc.c           | 41 ++++++++++++++++++-
 include/media/media-device.h                |  5 +++
 include/media/rc-core.h                     |  2 +
 include/media/v4l2-mc.h                     | 44 +++++++++++++++++---
 20 files changed, 255 insertions(+), 141 deletions(-)

-- 
2.5.0



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

end of thread, other threads:[~2016-02-12 10:40 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-12  9:44 [PATCH 00/11] Some improvements/fixes Mauro Carvalho Chehab
2016-02-12  9:44 ` [PATCH 01/11] [media] v4l2-mc.h: prevent it for being included twice Mauro Carvalho Chehab
2016-02-12  9:50   ` Hans Verkuil
2016-02-12  9:44 ` [PATCH 02/11] [media] v4l2-mc: add a routine to create USB media_device Mauro Carvalho Chehab
2016-02-12  9:52   ` Hans Verkuil
2016-02-12  9:44 ` [PATCH 03/11] [media] rc-core: don't lock device at rc_register_device() Mauro Carvalho Chehab
2016-02-12  9:44 ` [PATCH 04/11] [media] allow overriding the driver name Mauro Carvalho Chehab
2016-02-12  9:45 ` [PATCH 05/11] [media] use v4l2_mc_usb_media_device_init() on most USB devices Mauro Carvalho Chehab
2016-02-12  9:45 ` [PATCH 06/11] [media] v4l2-mc: use usb_make_path() to provide bus info Mauro Carvalho Chehab
2016-02-12  9:55   ` Hans Verkuil
2016-02-12  9:45 ` [PATCH 07/11] [media] em28xx-dvb: create RF connector on DVB-only mode Mauro Carvalho Chehab
2016-02-12  9:45 ` [PATCH 08/11] [media] cx231xx: use v4l2 core function to create the MC graph Mauro Carvalho Chehab
2016-02-12 10:40   ` kbuild test robot
2016-02-12  9:45 ` [PATCH 09/11] [media] si2157: register as a tuner entity Mauro Carvalho Chehab
2016-02-12  9:45 ` [PATCH 10/11] [media] cx231xx, em28xx: pass media_device to si2157 Mauro Carvalho Chehab
2016-02-12  9:45 ` [PATCH 11/11] [media] cx231xx: create connectors at the media graph 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