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: Tue, 11 Dec 2007 23:05:06 -0200 [thread overview]
Message-ID: <1197424531.9563.6.camel@gaivota> (raw)
Linus,
Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master
For the following:
- several driver fixes at ivtv, em28xx, tvp5150, tda10086, saa7146, zl10353,
saa7134, saa7134-alsa, saa7134-dvb, cxusb, saa5246a and saa5249;
- section fixes for bttv and ivtv;
- Kconfig fixes for dib3000mc;
- videobuf-core bad lock fixes;
- memory leak fix at videobuf-vmalloc.
Cheers,
Mauro.
---
drivers/media/common/saa7146_video.c | 11 +-
drivers/media/dvb/dvb-usb/Makefile | 3 +
drivers/media/dvb/dvb-usb/dibusb-common.c | 4 +
drivers/media/dvb/frontends/tda10086.c | 14 +-
drivers/media/dvb/frontends/zl10353.c | 4 +-
drivers/media/dvb/frontends/zl10353.h | 2 +-
drivers/media/video/bt8xx/bttv-cards.c | 2 +-
drivers/media/video/bt8xx/bttv-driver.c | 9 +-
drivers/media/video/cx88/cx88-blackbird.c | 5 +-
drivers/media/video/cx88/cx88-video.c | 5 +-
drivers/media/video/em28xx/em28xx-video.c | 7 +-
drivers/media/video/ivtv/ivtv-i2c.c | 2 +-
drivers/media/video/ivtv/ivtv-i2c.h | 2 +-
drivers/media/video/ivtv/ivtv-streams.c | 2 +-
drivers/media/video/saa5246a.c | 10 +-
drivers/media/video/saa5249.c | 8 +-
drivers/media/video/saa7134/saa7134-alsa.c | 16 ++-
drivers/media/video/saa7134/saa7134-cards.c | 2 +-
drivers/media/video/saa7134/saa7134-core.c | 21 +-
drivers/media/video/saa7134/saa7134-dvb.c | 1 +
drivers/media/video/saa7134/saa7134-empress.c | 5 +-
drivers/media/video/saa7134/saa7134-video.c | 5 +-
drivers/media/video/tvp5150.c | 11 +
drivers/media/video/videobuf-core.c | 247 ++++++++++++++++---------
drivers/media/video/videobuf-vmalloc.c | 6 +-
drivers/media/video/vivi.c | 1 +
include/media/videobuf-core.h | 2 +
27 files changed, 246 insertions(+), 161 deletions(-)
Adrian Bunk (2):
V4L/DVB (6796): ivtv/ section fix
V4L/DVB (6797): bt8xx/ section fixes
Benoit Istin (1):
V4L/DVB (6746): saa7134-dvb: fix tuning for WinTV HVR-1110
Brandon Philips (4):
V4L/DVB (6601): V4L: videobuf-core locking fixes and comments
V4L/DVB (6602): V4L: Convert videobuf drivers to videobuf_stop
V4L/DVB (6615): V4L: Fix VIDIOCGMBUF locking in saa7146
V4L/DVB (6751): V4L: Memory leak! Fix count in videobuf-vmalloc mmap
Chris Pascoe (1):
V4L/DVB (6629): zl10353: fix default adc_clock and TRL nominal rate calculation
Hans Verkuil (1):
V4L/DVB (6485): ivtv: fix compile warning
Hartmut Hackmann (1):
V4L/DVB (6579): Fix bug #8824: Correct support for Diseqc on tda10086
Heikki Lindholm (2):
V4L/DVB (6666): saa7134-alsa: fix period handling
V4L/DVB (6690): saa7134: fix ignored interrupts
Hermann Pitton (1):
V4L/DVB (6686): saa7134: fix composite over s-video input on the Tevion MD 9717
Jiri Kosina (1):
V4L/DVB (6733): DVB: Compile 3000MC-specific DIB code only for CONFIG_DVB_DIB3000MC
Mauro Carvalho Chehab (4):
V4L/DVB (6542): Fix S-video mode on tvp5150
V4L/DVB (6581): Fix: avoids negative vma usage count
V4L/DVB (6750): Fix in-kernel compilation for cxusb
V4L/DVB (6794): Fix compilation when dib3000mc is compiled as a module
Richard Knutsson (1):
V4L/DVB (6684): Complement va_start() with va_end() + style fixes
Sascha Sommer (1):
V4L/DVB (6540): em28xx: fix failing autodetection after the reboot
---------------------------------------------------
V4L/DVB development is hosted at http://linuxtv.org
next reply other threads:[~2007-12-12 1:56 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-12 1:05 Mauro Carvalho Chehab [this message]
[not found] ` <475F4422.6050000@linuxtv.org>
2007-12-12 2:33 ` [v4l-dvb-maintainer] [GIT PATCHES] V4L/DVB fixes Mauro Carvalho Chehab
2007-12-12 2:36 ` Mauro Carvalho Chehab
2007-12-12 3:10 ` Michael Krufky
-- 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-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-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=1197424531.9563.6.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 \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox