All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL for v3.4-rc3] media fixes
Date: Wed, 11 Apr 2012 08:09:00 -0300	[thread overview]
Message-ID: <4F85664C.3020508@redhat.com> (raw)

Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus

For some fixes for the media drivers:

- dvb core: there is a regression found when used with xine. For whatever unknown
  reason, xine (and xine-lib clients) wants that the frontend to tell what frequency
  he is using even before the PLL lock (or at least, it expects a non-zero frequency).
  On DVB, the frequency is only actually known after a frequency zig-zag seek, done by
  the DVB core. Anyway, the fix was trivial. That solves Fedora BZ#808871.

- ivtv: fix a regression when selecting the language channel;

- uvc: fix a race-related crash;

- it913x: fixes firmware loading;

- two few trivial patches (a dependency issue at a radio driver at sound Kconfig,
  and a warning fix on dvb).

Regards,
Mauro

-

Latest commit at the branch: 
ed0ee0ce0a3224dab5caa088a5f8b6df25924276 [media] uvcvideo: Fix race-related crash in uvc_video_clock_update()
The following changes since commit 7483d45f0aee3afc0646d185cabd4af9f6cab58c:

  Merge branch 'staging/for_v3.4' into v4l_for_linus (2012-03-23 08:06:43 -0300)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus

Chris Rankin (1):
      [media] dvb_frontend: regression fix: userspace ABI broken for xine

Hans Petter Selasky (1):
      [media] dvb_frontend: fix compiler warning

Hans Verkuil (2):
      [media] ivtv: Fix AUDIO_(BILINGUAL_)CHANNEL_SELECT regression
      [media] Drivers/media/radio: Fix build error

Laurent Pinchart (1):
      [media] uvcvideo: Fix race-related crash in uvc_video_clock_update()

Malcolm Priestley (1):
      [media] it913x: fix firmware loading errors

 drivers/media/dvb/dvb-core/dvb_frontend.c |   12 ++++++-
 drivers/media/dvb/dvb-usb/it913x.c        |   54 +++++++++++++++++++++-------
 drivers/media/video/ivtv/ivtv-ioctl.c     |    4 +-
 drivers/media/video/uvc/uvc_video.c       |   50 +++++++++++++++++---------
 sound/pci/Kconfig                         |    4 +-
 5 files changed, 87 insertions(+), 37 deletions(-)


                 reply	other threads:[~2012-04-11 11:09 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=4F85664C.3020508@redhat.com \
    --to=mchehab@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /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.