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: Sat, 09 Jun 2007 08:13:20 -0300 [thread overview]
Message-ID: <1181388473.3877.87.camel@gaivota> (raw)
Linus,
Please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git master
For the following:
- Fixes the V4L ABI breakage as reported on http://lkml.org/lkml/2007/5/14/42
(required several changes on ivtv code);
- A building fix for architectures where USB doesn't depend on PCI;
- The Kconfig changes introduced some bugs, fixed on this series;
- Fix ia64 printk format warnings;
- Driver fixes on saa7111, cinergyt2, tda10086, tda82x, usbvision and
ivtv.
Cheers,
Mauro.
---
drivers/media/common/Kconfig | 1 +
drivers/media/dvb/b2c2/Makefile | 7 +-
drivers/media/dvb/cinergyT2/cinergyT2.c | 3 +-
drivers/media/dvb/frontends/tda10086.c | 21 ++-
drivers/media/dvb/frontends/tda826x.c | 4 +-
drivers/media/video/Kconfig | 2 +-
drivers/media/video/ivtv/ivtv-cards.h | 2 +-
drivers/media/video/ivtv/ivtv-driver.c | 1 +
drivers/media/video/ivtv/ivtv-driver.h | 16 ++-
drivers/media/video/ivtv/ivtv-fileops.c | 16 ++
drivers/media/video/ivtv/ivtv-ioctl.c | 45 +++++-
drivers/media/video/ivtv/ivtv-irq.c | 204 ++++++++++++++++--------
drivers/media/video/ivtv/ivtv-queue.c | 31 +++-
drivers/media/video/ivtv/ivtv-queue.h | 39 ++++-
drivers/media/video/ivtv/ivtv-streams.c | 2 +-
drivers/media/video/ivtv/ivtv-vbi.c | 2 +-
drivers/media/video/ivtv/ivtv-vbi.h | 2 +-
drivers/media/video/saa7111.c | 49 +++----
drivers/media/video/usbvision/usbvision-core.c | 82 ++++++----
drivers/media/video/usbvision/usbvision.h | 1 -
include/linux/videodev2.h | 7 +-
21 files changed, 368 insertions(+), 169 deletions(-)
Andrew Morton (1):
V4L/DVB (5699): Cinergyt2: fix file release handler
Hans Verkuil (6):
V4L/DVB (5675): Move big PIO accesses from the interrupt handler to a workhandler
V4L/DVB (5730): Remove unused V4L2_CAP_VIDEO_OUTPUT_POS
V4L/DVB (5732): Add ivtv CROPCAP support and fix ivtv S_CROP for video output.
V4L/DVB (5736): Add V4L2_FBUF_CAP/FLAG_LOCAL/GLOBAL_INV_ALPHA
V4L/DVB (5673): Fix audio stuttering for saa711x/ivtv when in radio mode.
V4L/DVB (5751): Ivtv: fix ia64 printk format warnings.
Mauro Carvalho Chehab (2):
V4L/DVB (5702): Fix Kconfig items to avoid linkedition errors
V4L/DVB (5761): Fix broken b2c2 dependency on non x86 architectures
Oliver Endriss (1):
V4L/DVB (5716): Tda10086,tda826x: fix tuning, STR/SNR values
Russell King (1):
V4L/DVB (5700): Saa7111: fix picture settings cache bug
Thierry Merle (1):
V4L/DVB (5720): Usbvision: fix urb allocation and submits
---------------------------------------------------
V4L/DVB development is hosted at http://linuxtv.org
next reply other threads:[~2007-06-09 11:40 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-09 11:13 Mauro Carvalho Chehab [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-02-12 21:02 [GIT PATCHES] V4L/DVB fixes 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-30 19:15 Mauro Carvalho Chehab
2007-07-03 19:20 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=1181388473.3877.87.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