public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] media: better type handling
@ 2016-02-29 11:45 Hans Verkuil
  2016-02-29 11:45 ` [PATCH 1/5] v4l2: add device_caps to struct video_device Hans Verkuil
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Hans Verkuil @ 2016-02-29 11:45 UTC (permalink / raw)
  To: linux-media; +Cc: laurent.pinchart

From: Hans Verkuil <hans.verkuil@cisco.com>

This patch series takes Laurent's patch 1/2 and by adding the
device_caps field to video_device it makes it possible to create
a real is_media_entity_v4l2_io() function.

Regards,

	Hans

Hans Verkuil (4):
  v4l2: add device_caps to struct video_device
  v4l2-pci-skeleton.c: fill in device_caps in video_device
  vivid: set device_caps in video_device.
  media-entity.h: rename _io to _video_device and add real _io

Laurent Pinchart (1):
  media: Add type field to struct media_entity

 Documentation/video4linux/v4l2-pci-skeleton.c |  6 +--
 drivers/media/platform/vivid/vivid-core.c     | 22 +++-----
 drivers/media/v4l2-core/v4l2-dev.c            |  1 +
 drivers/media/v4l2-core/v4l2-ioctl.c          |  3 ++
 drivers/media/v4l2-core/v4l2-subdev.c         |  1 +
 include/media/media-entity.h                  | 77 ++++++++++++++-------------
 include/media/v4l2-common.h                   | 28 ++++++++++
 include/media/v4l2-dev.h                      |  3 ++
 8 files changed, 85 insertions(+), 56 deletions(-)

-- 
2.7.0


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

end of thread, other threads:[~2016-03-01 14:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-29 11:45 [PATCH 0/5] media: better type handling Hans Verkuil
2016-02-29 11:45 ` [PATCH 1/5] v4l2: add device_caps to struct video_device Hans Verkuil
2016-02-29 11:56   ` Laurent Pinchart
2016-02-29 11:56     ` Laurent Pinchart
2016-03-01 14:16   ` Laurent Pinchart
2016-02-29 11:45 ` [PATCH 2/5] v4l2-pci-skeleton.c: fill in device_caps in video_device Hans Verkuil
2016-02-29 11:57   ` Laurent Pinchart
2016-02-29 11:45 ` [PATCH 3/5] vivid: set " Hans Verkuil
2016-02-29 11:59   ` Laurent Pinchart
2016-02-29 11:45 ` [PATCH 4/5] media: Add type field to struct media_entity Hans Verkuil
2016-02-29 11:45 ` [PATCH 5/5] media-entity.h: rename _io to _video_device and add real _io Hans Verkuil
2016-02-29 12:23   ` Laurent Pinchart
2016-02-29 12:26     ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox