public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Subject: Re: [GIT PULL FOR v3.15] Add G/S_EDID support for video nodes
Date: Mon, 10 Mar 2014 13:47:49 +0100	[thread overview]
Message-ID: <531DB475.6020909@xs4all.nl> (raw)
In-Reply-To: <531DB2B5.1060202@xs4all.nl>

On 03/10/2014 01:40 PM, Hans Verkuil wrote:
> Currently the VIDIOC_SUBDEV_G/S_EDID and struct v4l2_subdev_edid are subdev
> APIs. However, that's in reality quite annoying since for simple video
> pipelines there is no need to create v4l-subdev device nodes for anything
> else except for setting or getting EDIDs.
> 
> What happens in practice is that v4l2 bridge drivers add explicit support
> for VIDIOC_SUBDEV_G/S_EDID themselves, just to avoid having to create
> subdev device nodes just for this.
> 
> So this patch series makes the ioctls available as regular ioctls as
> well. In that case the pad field is interpreted as the input or output
> index as returned by ENUMINPUT/OUTPUT.
> 
> Rebased to the latest master branch, but otherwise unchanged from the
> REVIEWv1 patch series:
> 
> http://www.spinics.net/lists/linux-media/msg74022.html

Please note that the first patch is also part of a 3.14 patch series I just
posted. It's a fix that should go to 3.14 as well IMHO.

Regards,

	Hans

> 
> Regards,
> 
> 	Hans
> 
> The following changes since commit f2d7313534072a5fe192e7cf46204b413acef479:
> 
>   [media] drx-d: add missing braces in drxd_hard.c:DRXD_init (2014-03-09 09:20:50 -0300)
> 
> are available in the git repository at:
> 
>   git://linuxtv.org/hverkuil/media_tree.git edid
> 
> for you to fetch changes up to 66090d7c5b127fa4a461394261c50ca2364a286a:
> 
>   DocBook v4l2: update the G/S_EDID documentation (2014-03-10 13:36:29 +0100)
> 
> ----------------------------------------------------------------
> Hans Verkuil (5):
>       v4l2-compat-ioctl32: fix wrong VIDIOC_SUBDEV_G/S_EDID32 support.
>       v4l2: allow v4l2_subdev_edid to be used with video nodes
>       v4l2: add VIDIOC_G/S_EDID support to the v4l2 core.
>       adv*: replace the deprecated v4l2_subdev_edid by v4l2_edid.
>       DocBook v4l2: update the G/S_EDID documentation
> 
>  Documentation/DocBook/media/v4l/v4l2.xml                                        |  2 +-
>  Documentation/DocBook/media/v4l/{vidioc-subdev-g-edid.xml => vidioc-g-edid.xml} | 36 +++++++++++++++++++++++-------------
>  drivers/media/i2c/ad9389b.c                                                     |  2 +-
>  drivers/media/i2c/adv7511.c                                                     |  2 +-
>  drivers/media/i2c/adv7604.c                                                     |  4 ++--
>  drivers/media/i2c/adv7842.c                                                     |  4 ++--
>  drivers/media/v4l2-core/v4l2-compat-ioctl32.c                                   | 32 ++++++++++++++++----------------
>  drivers/media/v4l2-core/v4l2-dev.c                                              |  2 ++
>  drivers/media/v4l2-core/v4l2-ioctl.c                                            | 16 +++++++++++++---
>  drivers/media/v4l2-core/v4l2-subdev.c                                           |  4 ++--
>  include/media/v4l2-ioctl.h                                                      |  2 ++
>  include/media/v4l2-subdev.h                                                     |  4 ++--
>  include/uapi/linux/v4l2-common.h                                                |  8 ++++++++
>  include/uapi/linux/v4l2-subdev.h                                                | 14 +++++---------
>  include/uapi/linux/videodev2.h                                                  |  2 ++
>  15 files changed, 82 insertions(+), 52 deletions(-)
>  rename Documentation/DocBook/media/v4l/{vidioc-subdev-g-edid.xml => vidioc-g-edid.xml} (77%)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


      reply	other threads:[~2014-03-10 12:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-10 12:40 [GIT PULL FOR v3.15] Add G/S_EDID support for video nodes Hans Verkuil
2014-03-10 12:47 ` Hans Verkuil [this message]

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=531DB475.6020909@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-media@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox