All of lore.kernel.org
 help / color / mirror / Atom feed
From: mchehab@brturbo.com
To: linux-kernel@vger.kernel.org
Cc: akpm@osdl.org, video4linux-list@redhat.com,
	linux-dvb-maintainer@linuxtv.org, js@linuxtv.org
Subject: [patch-mm 0/6] V4L/DVB fixes and small improvements
Date: Wed, 14 Dec 2005 01:13:44 -0200	[thread overview]
Message-ID: <20051214031344.031534000@localhost> (raw)

 patch series for -mm is also available at:
                http://linuxtv.org/downloads/quilt.

        It contains the following stuff:

   - USB hot unplug Oops fix.
   - TTUSB DEC driver patch roundup
   - Replaces MAX()/MIN() by kernel.h max()/min() macros
   - Updates to the tveeprom eeprom checking
   - ir-kbd-gpio is now part of bttv
   - "Philips 1236D ATSC/NTSC dual in" - fix typo.


---------

 Documentation/video4linux/CARDLIST.tuner |    2
 drivers/media/dvb/cinergyT2/cinergyT2.c  |   71 +-
 drivers/media/dvb/ttusb-dec/ttusb_dec.c  |   15
 drivers/media/dvb/ttusb-dec/ttusbdecfe.c |   53 +
 drivers/media/video/Makefile             |    5
 drivers/media/video/bttv-cards.c         |    3
 drivers/media/video/bttv-driver.c        |   13
 drivers/media/video/bttv-gpio.c          |   18
 drivers/media/video/bttv-input.c         |  688 ++++++++++++++++++++
 drivers/media/video/bttv.h               |   36 +
 drivers/media/video/bttvp.h              |    6
 drivers/media/video/ir-kbd-gpio.c        |  766 -----------------------
 drivers/media/video/msp3400.c            |   26
 drivers/media/video/tuner-simple.c       |    2
 drivers/media/video/tveeprom.c           |    2
 15 files changed, 854 insertions(+), 852 deletions(-)



             reply	other threads:[~2005-12-14  3:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-14  3:13 mchehab [this message]
2005-12-14  3:13 ` [patch-mm 1/6] DVB (2401): USB hot unplug Oops fix mchehab
2005-12-14  3:13 ` [patch-mm 2/6] V4L/DVB (3154): TTUSB DEC driver patch roundup mchehab
2005-12-14  3:13 ` [patch-mm 3/6] V4L/DVB (3159): Replaces MAX()/MIN() by kernel.h max()/min() macros mchehab
2005-12-14  3:13 ` [patch-mm 4/6] V4L/DVB (3160): Updates to the tveeprom eeprom checking mchehab
2005-12-14  3:13 ` [patch-mm 5/6] V4L/DVB (3161): ir-kbd-gpio is now part of bttv mchehab
2005-12-14  3:13 ` [patch-mm 6/6] V4L/DVB (3166): "Philips 1236D ATSC/NTSC dual in" - fix typo mchehab

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=20051214031344.031534000@localhost \
    --to=mchehab@brturbo.com \
    --cc=akpm@osdl.org \
    --cc=js@linuxtv.org \
    --cc=linux-dvb-maintainer@linuxtv.org \
    --cc=linux-kernel@vger.kernel.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 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.