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: Sun, 04 Nov 2007 21:18:08 -0200	[thread overview]
Message-ID: <1194294717.5421.26.camel@gaivota> (raw)

Linus,

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

For the following:

   - Some Kconfig fixes;
   - Updates missing entries at CARDLIST.em28xx;
   - Several driver fixes at bttv, cafe_ccic, s5h1409, mt2131, saa7134, planb, 
	saa7146, ves1820, tda10021, stv0297, pvrusb2, em28xx, tvp5150.

Cheers,
Mauro.

---

 Documentation/video4linux/CARDLIST.em28xx   |    3 +
 drivers/media/Kconfig                       |    1 +
 drivers/media/common/saa7146_core.c         |   70 ++++++++++++++++----
 drivers/media/dvb/frontends/mt2131.c        |    2 +-
 drivers/media/dvb/frontends/s5h1409.c       |   96 ++++++++++++++++++++++++---
 drivers/media/dvb/frontends/stv0297.c       |   22 +++++--
 drivers/media/dvb/frontends/tda10021.c      |    6 ++
 drivers/media/dvb/frontends/ves1820.c       |    2 +-
 drivers/media/dvb/ttpci/Kconfig             |    2 +-
 drivers/media/video/Kconfig                 |    2 +-
 drivers/media/video/bt8xx/bttv-driver.c     |    6 +-
 drivers/media/video/cafe_ccic.c             |    6 ++
 drivers/media/video/cx23885/Kconfig         |    2 +-
 drivers/media/video/cx88/Kconfig            |    2 +-
 drivers/media/video/em28xx/Kconfig          |    2 +-
 drivers/media/video/em28xx/em28xx-i2c.c     |    6 +-
 drivers/media/video/em28xx/em28xx-video.c   |    1 +
 drivers/media/video/planb.c                 |    8 +-
 drivers/media/video/pvrusb2/pvrusb2-ctrl.c  |    2 +-
 drivers/media/video/pvrusb2/pvrusb2-main.c  |    5 +-
 drivers/media/video/pvrusb2/pvrusb2-sysfs.c |    8 --
 drivers/media/video/saa7134/Kconfig         |    2 +-
 drivers/media/video/saa7134/saa7134-alsa.c  |   16 ++++-
 drivers/media/video/saa7134/saa7134-cards.c |    4 +-
 drivers/media/video/tuner-core.c            |    6 +--
 drivers/media/video/tvp5150.c               |   16 ++--
 26 files changed, 225 insertions(+), 73 deletions(-)

Adrian Bunk (1):
      V4L/DVB (6432): tuner: fix CONFIG_TUNER_TEA5761=m

Alexander E. Patrakov (1):
      V4L/DVB (6506): saa7134-alsa: Fix mmap support

Brandon Philips (1):
      V4L/DVB (6547): V4L: remove PCI from VIDEO_VIVI depends

Hartmut Birr (3):
      V4L/DVB (6499): tda10021: Bit error counting fixed
      V4L/DVB (6500): tda10021: Fix reported signal strength
      V4L/DVB (6501): stv0297: Signal strength fixes

Jeff Garzik (1):
      V4L/DVB (6407): planb: fix obvious interrupt handling bugs

Jonathan Corbet (2):
      V4L/DVB (6394): Fix a cafe_ccic resume bug
      V4L/DVB (6395): cafe_ccic: Add a pointer to the data sheet

Ludovico Cavedon (1):
      V4L/DVB (6531): Fix a regression caused by commit 153962364dc6fa4a24571885fbe76506d8968610

Mauro Carvalho Chehab (3):
      V4L/DVB (6390): Updates missing entries at CARDLIST.em28xx
      V4L/DVB (6518): Fix tvp5150 default values
      V4L/DVB (6532): Add the remaining addresses for tda9887

Mike Isely (2):
      V4L/DVB (6504): pvrusb2: Remove dead sysfs code
      V4L/DVB (6548): pvrusb2: Fix oops on module removal

Oliver Endriss (2):
      V4L/DVB (6495): saa7146: saa7146_wait_for_debi_done fixes
      V4L/DVB (6498): ves1820: Change the acquisition range for clock recovery from 120 ppm to 240ppm

Randy Dunlap (2):
      V4L/DVB (6478): ir-functions use input functions, should depend on INPUT
      V4L/DVB (6479): use input functions, should depend on INPUT

Roel Kluin (1):
      V4L/DVB (6503): pvrusb2: Fix associativity logic error

Steven Toth (2):
      V4L/DVB (6402): s5h1409: Fix broken QAM support
      V4L/DVB (6403): mt2131: replace comma with semicolon fix

Trent Piepho (3):
      V4L/DVB (6391): bttv: SPICT ioctl doesn't work with vlc
      V4L/DVB (6392): bttv: Update initial image size when set via V4L1 VIDIOCMCAPTURE
      V4L/DVB (6514): em28xx: Include linux/mm.h

hermann pitton (1):
      V4L/DVB (6406): saa7134: fix analog audio in on medion md8800 quadro

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


             reply	other threads:[~2007-11-05 20:32 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-04 23:18 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-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-30 19:15 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=1194294717.5421.26.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).