LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-dvb-maintainer@linuxtv.org, video4linux-list@redhat.com,
	linux-kernel@vger.kernel.org
Subject: [GIT PATCHES] V4L/DVB fixes
Date: Mon, 30 Jul 2007 16:15:14 -0300	[thread overview]
Message-ID: <1185823468.8997.91.camel@gaivota> (raw)

Linus,

Please pull from:
        ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master

For some fixes at V4L/DVB drivers:

   - zr36067: proper standard handling, proper raw capture, fix at 
     poll(), V4L2 API compliance for image size and video formats;
   - bttv: fix for Viewcast Osprey 440;
   - usbvision: fix a regression caused by [sg]_register functions;
   - ivtv: fix pause/continue/play handling, mailbox responsiveness, 
     TV-out VBI handling, and reports fw size correcltly;
   - Af9005: fix tuner module unload and fixes error checking;
   - dvb-pll: make struct dvb_pll_fcv1236d static

Also, one fix at a DVB API header:
   - video.h: fix includes for userspace;

Cheers,
Mauro.

---

 drivers/media/dvb/dvb-usb/af9005-fe.c           |   47 ++---
 drivers/media/dvb/frontends/dvb-pll.c           |    2 +-
 drivers/media/video/bt8xx/bttv-cards.c          |  238 +++++++++++++----------
 drivers/media/video/ivtv/ivtv-driver.h          |    1 +
 drivers/media/video/ivtv/ivtv-fileops.c         |   10 +
 drivers/media/video/ivtv/ivtv-firmware.c        |    2 +-
 drivers/media/video/ivtv/ivtv-ioctl.c           |   11 +-
 drivers/media/video/ivtv/ivtv-mailbox.c         |   14 +-
 drivers/media/video/ivtv/ivtv-streams.c         |   11 +-
 drivers/media/video/usbvision/usbvision-video.c |    5 +-
 drivers/media/video/zoran.h                     |    5 +
 drivers/media/video/zoran_device.c              |   50 ++----
 drivers/media/video/zoran_driver.c              |  233 +++++++++++++----------
 include/linux/dvb/video.h                       |    1 +
 sound/pci/bt87x.c                               |    2 +
 15 files changed, 343 insertions(+), 289 deletions(-)

Adrian Bunk (2):
      V4L/DVB (5933): Dvb-usb/af9005-fe.c: error check fixes
      V4L/DVB (5939): dvb-pll: make struct dvb_pll_fcv1236d static

Anssi Hannula (1):
      V4L/DVB (5893): DVB: fix includes of video.h when __KERNEL__ is undefined

Hans Verkuil (4):
      V4L/DVB (5916): ivtv: fix pause/continue/play handling
      V4L/DVB (5917): ivtv: improve mailbox responsiveness.
      V4L/DVB (5918): ivtv: fix TV-out VBI handling, only reset on last close.
      V4L/DVB (5920): ivtv: fix incorrect fw size report.

Luca Olivetti (1):
      V4L/DVB (5932): Af9005 fix tuner module unload

Trent Piepho (7):
      V4L/DVB (5886): zr36067: Fix problem setting norms
      V4L/DVB (5887): zr36067: Fix poll() operation
      V4L/DVB (5888): zr36067: Driver was not returning correct image size
      V4L/DVB (5890): zr36067: Add UYVY, RGB555X, RGB565X, and RGB32 formats
      V4L/DVB (5891): zr36067: Turn off raw capture properly
      V4L/DVB (5899): bttv: Fix Viewcast Osprey 440 support
      V4L/DVB (5900): usbvision: fix bugs [sg]_register functions

---------------------------------------------------
V4L/DVB development is hosted at http://linuxtv.org


             reply	other threads:[~2007-07-30 19:24 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-30 19:15 Mauro Carvalho Chehab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-02-12 21:02 Mauro Carvalho Chehab
2008-01-11 21:42 Mauro Carvalho Chehab
2008-01-07  9:38 Mauro Carvalho Chehab
2008-01-09 15:43 ` Hans-Peter Jansen
2008-01-09 18:30   ` Mauro Carvalho Chehab
2007-12-13 22:45 Mauro Carvalho Chehab
2007-12-12  1:05 Mauro Carvalho Chehab
2007-11-04 23:18 Mauro Carvalho Chehab
2007-10-17 17:17 Mauro Carvalho Chehab
2007-09-14 16:41 Mauro Carvalho Chehab
2007-08-23 17:04 Mauro Carvalho Chehab
2007-08-20 19:55 Mauro Carvalho Chehab
2007-07-03 19:20 Mauro Carvalho Chehab
2007-06-09 11:13 Mauro Carvalho Chehab
2007-05-13 16:38 Mauro Carvalho Chehab
2007-03-26  3:36 Mauro Carvalho Chehab
2007-03-26 21:55 ` Linus Torvalds
2007-03-27 11:57   ` Mauro Carvalho Chehab
2007-03-27 16:24     ` Linus Torvalds

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=1185823468.8997.91.camel@gaivota \
    --to=mchehab@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-dvb-maintainer@linuxtv.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=video4linux-list@redhat.com \
    --subject='Re: [GIT PATCHES] V4L/DVB fixes' \
    /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

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