linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] V4L1 cleanups and videodev.h removal
@ 2010-12-27 11:38 Mauro Carvalho Chehab
  2010-12-27 12:21 ` Hans Verkuil
  0 siblings, 1 reply; 5+ messages in thread
From: Mauro Carvalho Chehab @ 2010-12-27 11:38 UTC (permalink / raw)
  Cc: Linux Media Mailing List

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


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

end of thread, other threads:[~2010-12-27 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-27 11:38 [PATCH 0/6] V4L1 cleanups and videodev.h removal Mauro Carvalho Chehab
2010-12-27 12:21 ` 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

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