public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-dvb-maintainer@linuxtv.org,
	Andrew Morton <akpm@linux-foundation.org>,
	video4linux-list@redhat.com, linux-kernel@vger.kernel.org
Subject: [GIT PATCHES] V4L/DVB fixes for 2.6.26
Date: Wed, 30 Apr 2008 18:10:46 -0300	[thread overview]
Message-ID: <20080430181046.1c50fd48@gaivota> (raw)

Linus,

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

For the following fixes:

   - Several fixes on error handling:
	- don't do symbol_put() if symbol_request() failed;
	- saa7134 and cx88: detach frontend, if tuner or Diseqc attach fails;
	- tuner: Failures at tuner_attach were producing OOPS;
   - Kbuild fixes:
	- cx23885 and soc_camera: fix kbuild dependencies.
   - Other fixes:
	- tea5767: return -EINVAL, instead of EINVAL;

The tea5767, saa7134 and cx88 bugs are very old. The error scenario introduced
by the lack of the compilation of the tuners (a lack of a obj-y += tuners/)
arised those issues and ultimately caused their fixes.

Cheers,
Mauro.

---

 drivers/media/common/tuners/tea5767.c     |    6 +-
 drivers/media/video/Kconfig               |    4 +-
 drivers/media/video/cx23885/Kconfig       |    2 +
 drivers/media/video/cx88/cx88-dvb.c       |  251 +++++++++++++++-------------
 drivers/media/video/em28xx/em28xx-dvb.c   |    1 -
 drivers/media/video/saa7134/saa7134-dvb.c |  140 ++++++++++++-----
 drivers/media/video/tuner-core.c          |   34 ++--
 7 files changed, 257 insertions(+), 181 deletions(-)

Andrew Morton (1):
      V4L/DVB (7800): tuner_symbol_probe(): don't do symbol_put() if symbol_request() failed

Guennadi Liakhovetski (1):
      V4L/DVB (7810): soc_camera: mt9v022 and mt9m001 depend on I2C

Mauro Carvalho Chehab (6):
      V4L/DVB (7801): saa7134: detach frontend, if tuner or Diseqc attach fails
      V4L/DVB (7802): tuner: Failures at tuner_attach were producing OOPS
      V4L/DVB (7804): tea5767: Fix error logic
      V4L/DVB (7805): saa7134: dvb_unregister_frontend() shouldn't be called, if not registered yet
      V4L/DVB (7806): saa7134: dvb_unregister_frontend() shouldn't be called, if not registered yet
      V4L/DVB (7807): cx88: Fix error handling, when dvb_attach() fails

Michael Krufky (1):
      V4L/DVB (7808): cx23885: fix kbuild dependencies

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

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

             reply	other threads:[~2008-04-30 21:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-30 21:10 Mauro Carvalho Chehab [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-05-14 14:49 [GIT PATCHES] V4L/DVB fixes for 2.6.26 Mauro Carvalho Chehab
     [not found] ` <20080514165434.GC22115@cs181133002.pp.htv.fi>
2008-05-14 17:55   ` Mauro Carvalho Chehab
     [not found]     ` <20080514193822.GA21795@cs181133002.pp.htv.fi>
2008-05-14 20:04       ` Mauro Carvalho Chehab
     [not found]         ` <20080515160245.GA1936@cs181133002.pp.htv.fi>
2008-05-16  1:50           ` Mauro Carvalho Chehab
     [not found]             ` <20080516112531.GB8029@cs181133002.pp.htv.fi>
2008-05-17 10:58               ` Mauro Carvalho Chehab
2008-04-30  3:27 Mauro Carvalho Chehab

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=20080430181046.1c50fd48@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