All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Linux and Kernel Video <video4linux-list@redhat.com>,
	Andrew Morton <akpm@osdl.org>,
	Michael Krufky - V4L <mkrufky@m1k.net>,
	Johannes Stezenbach <js@linuxtv.org>
Subject: [PATCH 00/20] V4L patchsets - fixes several things
Date: Mon, 07 Nov 2005 01:15:15 -0200	[thread overview]
Message-ID: <1131333315.25215.7.camel@localhost> (raw)

- This patchset fixes several things on V4L tree. It also includes a
feature removal schedule for V4L1 API.
cx88-dvb needs some patches from DVB stuff to work.

 Documentation/feature-removal-schedule.txt    |   15
 Documentation/video4linux/CARDLIST.saa7134    |    5
 drivers/media/video/Makefile                  |    3
 drivers/media/video/cs53l32a.c                |   10
 drivers/media/video/cx88/cx88-dvb.c           |   10
 drivers/media/video/cx88/cx88-tvaudio.c       |    8
 drivers/media/video/em28xx/em28xx-cards.c     |   15
 drivers/media/video/em28xx/em28xx-core.c      |   26 -
 drivers/media/video/em28xx/em28xx-video.c     |  152 ++++----
 drivers/media/video/em28xx/em28xx.h           |    4
 drivers/media/video/msp3400.c                 |  452
+++++++++++++++---------
 drivers/media/video/saa6588.c                 |    2
 drivers/media/video/saa7134/Makefile          |    3
 drivers/media/video/saa7134/saa7134-alsa.c    |  110 +++++
 drivers/media/video/saa7134/saa7134-cards.c   |   86 +++-
 drivers/media/video/saa7134/saa7134-core.c    |   33 +
 drivers/media/video/saa7134/saa7134-dvb.c     |  208 ++++++++++-
 drivers/media/video/saa7134/saa7134-input.c   |   51 ++
 drivers/media/video/saa7134/saa7134-tvaudio.c |    3
 drivers/media/video/saa7134/saa7134.h         |   17
 drivers/media/video/tda8290.c                 |   21 -
 drivers/media/video/wm8775.c                  |   12
 include/linux/videodev2.h                     |    5
 include/media/tuner.h                         |    2
 24 files changed, 926 insertions(+), 327 deletions(-)



                 reply	other threads:[~2005-11-07  3:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1131333315.25215.7.camel@localhost \
    --to=mchehab@brturbo.com.br \
    --cc=akpm@osdl.org \
    --cc=js@linuxtv.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mkrufky@m1k.net \
    --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.