All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: unlisted-recipients:; (no To-header on input)@casper.infradead.org
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [PATCH 0/6] V4L1 cleanups and videodev.h removal
Date: Mon, 27 Dec 2010 09:38:48 -0200	[thread overview]
Message-ID: <20101227093848.324b6abd@gaivota> (raw)

Now that all hard work to remove V4L1 happened, it doesn't make
sense on keeping videodev.h just because of two obsoleted drivers.

Let's just remove this thing and copy it to the two staging drivers
that still needs it.

While here, fix the remaining bits that were hit by:
	$ git grep videodev.h

After this series, the only places where videodev.h will show will be
at the V4L2 DocBook document that describes the migration (compat.xml)
and 3 drivers at staging: the two deprecated drivers and a very messy
driver for a few easycap boards that has its own internal copy of
videodev.h.

Mauro Carvalho Chehab (6):
  [media] Remove VIDEO_V4L1 Kconfig option
  [media] V4L1 removal: Remove linux/videodev.h
  Documentation/ioctl/ioctl-number.txt: Remove some now freed ioctl
    ranges
  [media] Fix videodev.h references at the V4L DocBook
  [media] Remove the old V4L1 v4lgrab.c file
  [media] omap_vout: Remove an obsolete comment

 Documentation/DocBook/v4l/func-ioctl.xml   |    5 +-
 Documentation/DocBook/v4l/pixfmt.xml       |    4 +-
 Documentation/feature-removal-schedule.txt |   17 --
 Documentation/ioctl/ioctl-number.txt       |    3 -
 Documentation/video4linux/v4lgrab.c        |  201 -----------------
 drivers/media/Kconfig                      |   14 --
 drivers/media/video/Kconfig                |    5 -
 drivers/media/video/omap/omap_vout.c       |    1 -
 drivers/media/video/v4l2-compat-ioctl32.c  |    1 -
 drivers/staging/se401/Kconfig              |    2 +-
 drivers/staging/se401/se401.h              |    2 +-
 drivers/staging/se401/videodev.h           |  318 +++++++++++++++++++++++++++
 drivers/staging/usbvideo/Kconfig           |    2 +-
 drivers/staging/usbvideo/usbvideo.h        |    2 +-
 drivers/staging/usbvideo/vicam.c           |    2 +-
 drivers/staging/usbvideo/videodev.h        |  318 +++++++++++++++++++++++++++
 fs/compat_ioctl.c                          |    2 +-
 include/linux/Kbuild                       |    1 -
 include/linux/videodev.h                   |  322 ----------------------------
 include/media/ovcamchip.h                  |   90 --------
 20 files changed, 646 insertions(+), 666 deletions(-)
 delete mode 100644 Documentation/video4linux/v4lgrab.c
 create mode 100644 drivers/staging/se401/videodev.h
 create mode 100644 drivers/staging/usbvideo/videodev.h
 delete mode 100644 include/linux/videodev.h
 delete mode 100644 include/media/ovcamchip.h

-- 
1.7.3.4


             reply	other threads:[~2010-12-27 11:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-27 11:38 Mauro Carvalho Chehab [this message]
2010-12-27 12:21 ` [PATCH 0/6] V4L1 cleanups and videodev.h removal Hans Verkuil
2010-12-27 12:33   ` Mauro Carvalho Chehab
2010-12-27 12:45     ` Hans Verkuil
2010-12-27 14:19       ` Mauro Carvalho Chehab

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=20101227093848.324b6abd@gaivota \
    --to=mchehab@redhat.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.