These patches prepare the way to convert these old drivers to V4L2.
I have patches available that build on these cleanups to do the actual
conversion from V4L1 to V4L2 for c-qcam, bw-qcam, arv and w9966, but I
need to review them first.

The pms change is just a fix and the zoran and meye patches remove some
last V4L1 data structure usages from these drivers.

Regards,

        Hans


The following changes since commit 942ab4762505a51a7a433a7608ba5d3eed6e4f8b:
  Jean Delvare (1):
        V4L/DVB: saa7134: Fix IR support of some ASUS TV-FM 7135 variants

are available in the git repository at:

  ssh://linuxtv.org/git/hverkuil/v4l-dvb.git v4l1

Hans Verkuil (10):
      c-qcam: coding style cleanup
      bw-qcam: coding style cleanup
      arv: coding style cleanup
      w9966: coding style cleanup
      v4l: add V4L2_PIX_FMT_Y4 and V4L2_PIX_FMT_Y6 pixelformats
      pms: remove unnecessary exclusive open/close
      w9966: reorganize the order of functions
      w9966: remove camelCase
      meye: remove last V4L1 remnants from the code and add v4l2_device
      zoran: remove V4L1 videodev.h include

 Documentation/DocBook/v4l/pixfmt.xml     |   12 +
 drivers/media/video/Kconfig              |    2 +-
 drivers/media/video/arv.c                |  153 +++---
 drivers/media/video/bw-qcam.c            |  452 ++++++-------
 drivers/media/video/c-qcam.c             |  483 +++++++-------
 drivers/media/video/meye.c               |   78 ++-
 drivers/media/video/meye.h               |   10 +-
 drivers/media/video/pms.c                |   18 -
 drivers/media/video/w9966.c              | 1074 ++++++++++++++----------------
 drivers/media/video/zoran/zoran.h        |   24 +-
 drivers/media/video/zoran/zoran_driver.c |   16 +-
 include/linux/meye.h                     |   12 +-
 include/linux/videodev2.h                |    2 +
 13 files changed, 1122 insertions(+), 1214 deletions(-)

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to