All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: [GIT PATCHES FOR 3.3] gspca: fixes and new driver, pwc: large cleanup
Date: Fri, 06 Jan 2012 11:39:54 +0100	[thread overview]
Message-ID: <4F06CF7A.3010909@redhat.com> (raw)

Hi Mauro (et all),

Please pull from my tree for various gspca fixes, a new gspca sub driver and
some major pwc driver cleanups, removing a lot of old driver specific API,
per feature-removal-schedule.txt.

The following changes since commit 6cb393c82255c448a92754f2a2a6b715bd9418dc:

   [media] drxk_hard: fix locking issues when changing the delsys (2012-01-05 16:44:10 -0200)

are available in the git repository at:
   git://linuxtv.org/hgoede/gspca.git media-for_v3.3

Hans de Goede (17):
       gspca: Fix falling back to lower isoc alt settings
       gspca_sonixb: Fix exposure control min/max value for coarse expo sensors
       gspca_pac7302: Add usb-id for 145f:013c
       gscpa_ov519: Fix the bandwidth calc for enabling compression
       gscpa_t613: Add support for the camera button
       pwc: Use v4l2-device and v4l2-fh
       pwc: Properly mark device_hint as unused in all probe error paths
       pwc: Make auto white balance speed and delay available as v4l2 controls
       pwc: Rework locking
       pwc: Read new preset values when changing awb control to a preset
       pwc: Remove driver specific sysfs interface
       pwc: Remove driver specific use of pixfmt.priv in the pwc driver
       pwc: Remove dead snapshot code
       pwc: Remove driver specific ioctls
       pwc: Remove software emulation of arbritary resolutions
       pwc: Get rid of compression module parameter
       pwc: Properly fill all fields on try_fmt

Theodore Kilgore (1):
       gspca: Add jl2005bcd sub driver

  Documentation/DocBook/media/v4l/pixfmt.xml |    5 +
  Documentation/feature-removal-schedule.txt |   35 --
  Documentation/video4linux/gspca.txt        |    1 +
  drivers/media/video/gspca/Kconfig          |   10 +
  drivers/media/video/gspca/Makefile         |    2 +
  drivers/media/video/gspca/gspca.c          |    2 +-
  drivers/media/video/gspca/jl2005bcd.c      |  554 +++++++++++++++++++++
  drivers/media/video/gspca/ov519.c          |    4 +-
  drivers/media/video/gspca/pac7302.c        |    1 +
  drivers/media/video/gspca/sonixb.c         |   15 +-
  drivers/media/video/gspca/t613.c           |   25 +
  drivers/media/video/pwc/pwc-ctrl.c         |  723 ++--------------------------
  drivers/media/video/pwc/pwc-dec23.c        |  288 ++----------
  drivers/media/video/pwc/pwc-dec23.h        |    5 +-
  drivers/media/video/pwc/pwc-if.c           |  297 ++++--------
  drivers/media/video/pwc/pwc-kiara.h        |    2 +-
  drivers/media/video/pwc/pwc-misc.c         |   87 +---
  drivers/media/video/pwc/pwc-timon.h        |    2 +-
  drivers/media/video/pwc/pwc-uncompress.c   |   46 +--
  drivers/media/video/pwc/pwc-v4l.c          |  258 +++++-----
  drivers/media/video/pwc/pwc.h              |   66 ++--
  include/linux/videodev2.h                  |    1 +
  include/media/pwc-ioctl.h                  |  323 -------------
  23 files changed, 997 insertions(+), 1755 deletions(-)
  create mode 100644 drivers/media/video/gspca/jl2005bcd.c
  delete mode 100644 include/media/pwc-ioctl.h

Thanks & Regards,

Hans

                 reply	other threads:[~2012-01-06 10:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4F06CF7A.3010909@redhat.com \
    --to=hdegoede@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.