linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] media add change_source handler support
@ 2016-03-10  5:07 Shuah Khan
  2016-03-10  5:07 ` [PATCH 1/4] media: add change_source handler function pointer Shuah Khan
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Shuah Khan @ 2016-03-10  5:07 UTC (permalink / raw)
  To: mchehab, hans.verkuil, chehabrafael, javier, inki.dae,
	jh1009.sung, sakari.ailus
  Cc: Shuah Khan, linux-media, linux-kernel

This patch series:
1. Adds change_source function pointer to struct media_device. Using
   the change_source handler, driver can disable current source and
   enable new one in one step when user selects a new input.
2. Add a new common v4l interface to call change_source handler
3. Add change_source hanlder to au0828-core
4. Change change vidioc_s_input() to call v4l_change_media_source()

Shuah Khan (4):
  media: add change_source handler function pointer
  media: v4l2-mc add v4l_change_media_source() to invoke change_source
  media: au0828 add media device change_source handler
  media: au0828 change vidioc_s_input() to call
    v4l_change_media_source()

 drivers/media/usb/au0828/au0828-core.c  | 64 +++++++++++++++++++++++----------
 drivers/media/usb/au0828/au0828-video.c |  8 ++---
 drivers/media/v4l2-core/v4l2-mc.c       | 14 ++++++++
 include/media/media-device.h            | 18 ++++++++--
 include/media/v4l2-mc.h                 | 20 ++++++++++-
 5 files changed, 97 insertions(+), 27 deletions(-)

-- 
2.5.0

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

end of thread, other threads:[~2016-03-10  6:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-10  5:07 [PATCH 0/4] media add change_source handler support Shuah Khan
2016-03-10  5:07 ` [PATCH 1/4] media: add change_source handler function pointer Shuah Khan
2016-03-10  5:07 ` [PATCH 2/4] media: v4l2-mc add v4l_change_media_source() to invoke change_source Shuah Khan
2016-03-10  5:07 ` [PATCH 3/4] media: au0828 add media device change_source handler Shuah Khan
2016-03-10  5:07 ` [PATCH 4/4] media: au0828 change vidioc_s_input() to call v4l_change_media_source() Shuah Khan
2016-03-10  6:55   ` kbuild test robot

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