All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-media@vger.kernel.org
Subject: [PATCH 0/5] Make the UVC API public
Date: Fri,  7 Jan 2011 17:00:35 +0100	[thread overview]
Message-ID: <1294416040-28371-1-git-send-email-laurent.pinchart@ideasonboard.com> (raw)

Hi everybody,

This patch set moves the uvcvideo.h header file from drivers/media/video/uvc
to include/linux, making the UVC API public.

One last API cleanup is needed before making the API public. The
UVCIOC_CTRL_{ADD,MAP_OLD,GET,SET} are now deprecated and scheduled for removal.

I'll work with Martin Rubli to make sure an up-to-date uvcdynctrl version will
be available by the time I send a pull request for those patches.

Laurent Pinchart (4):
  uvcvideo: Deprecate UVCIOC_CTRL_{ADD,MAP_OLD,GET,SET}
  uvcvideo: Rename UVC_CONTROL_* flags to UVC_CTRL_FLAG_*
  uvcvideo: Include linux/types.h in uvcvideo.h
  uvcvideo: Move uvcvideo.h to include/linux

Martin Rubli (1):
  uvcvideo: Add UVCIOC_CTRL_QUERY ioctl

 Documentation/feature-removal-schedule.txt |   23 +
 Documentation/ioctl/ioctl-number.txt       |    2 +-
 drivers/media/video/uvc/uvc_ctrl.c         |  334 +++++++++------
 drivers/media/video/uvc/uvc_driver.c       |    3 +-
 drivers/media/video/uvc/uvc_isight.c       |    3 +-
 drivers/media/video/uvc/uvc_queue.c        |    3 +-
 drivers/media/video/uvc/uvc_status.c       |    3 +-
 drivers/media/video/uvc/uvc_v4l2.c         |   36 ++-
 drivers/media/video/uvc/uvc_video.c        |    3 +-
 drivers/media/video/uvc/uvcvideo.h         |  658 ---------------------------
 include/linux/Kbuild                       |    1 +
 include/linux/uvcvideo.h                   |  667 ++++++++++++++++++++++++++++
 12 files changed, 927 insertions(+), 809 deletions(-)
 delete mode 100644 drivers/media/video/uvc/uvcvideo.h
 create mode 100644 include/linux/uvcvideo.h

-- 
Regards,

Laurent Pinchart


             reply	other threads:[~2011-01-07 16:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-07 16:00 Laurent Pinchart [this message]
2011-01-07 16:00 ` [PATCH 1/5] uvcvideo: Add UVCIOC_CTRL_QUERY ioctl Laurent Pinchart
2011-01-31 19:05   ` Stephan Lachowsky
2011-02-07 12:40     ` Laurent Pinchart
2011-01-07 16:00 ` [PATCH 2/5] uvcvideo: Deprecate UVCIOC_CTRL_{ADD,MAP_OLD,GET,SET} Laurent Pinchart
2011-01-07 16:00 ` [PATCH 3/5] uvcvideo: Rename UVC_CONTROL_* flags to UVC_CTRL_FLAG_* Laurent Pinchart
2011-01-07 16:00 ` [PATCH 4/5] uvcvideo: Include linux/types.h in uvcvideo.h Laurent Pinchart
2011-01-07 16:00 ` [PATCH 5/5] uvcvideo: Move uvcvideo.h to include/linux Laurent Pinchart

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=1294416040-28371-1-git-send-email-laurent.pinchart@ideasonboard.com \
    --to=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.