From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: unlisted-recipients:; (no To-header on input)@casper.infradead.org
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>,
Devin Heitmueller <dheitmueller@kernellabs.com>
Subject: [PATCH 00/14] tuner-core cleanups
Date: Mon, 14 Feb 2011 19:03:23 -0200 [thread overview]
Message-ID: <20110214190323.31796200@pedra> (raw)
The entire subsystem internals have changed, but without enough
care to clean up tuner-core internals.
This patch series take care of tuner-core, removing some dead
code there, and avoiding the risk of returning T_STANDBY to
userspace.
Those changes were motivated by this thread:
http://www.spinics.net/lists/linux-media/msg28266.html
The patches are tested with both radio and xawtv applications
with a Pixelview Ultra device (cx88 card=27). This device has
a separate FM tuner, with makes tuner-core life harder, as
tuner-core needs to filter if a tune event should go to
tea5767 FM tuner, or to an analogic tuner (Tena/TNF, in the
case of the board I used for tests).
Mauro Carvalho Chehab (14):
[media] cx88: use unlocked_ioctl for cx88-video.
[media] cx88: Don't allow opening a device while it is not ready
[media] tuner-core: Remove V4L1/V4L2 API switch
[media] tuner-core: remove the legacy is_stereo() call
[media] tuner-core: move some messages to the proper place
[media] tuner-core: Reorganize the functions internally
[media] tuner-core: Some cleanups at check_mode/set_mode
[media] tuner-core: Better implement standby mode
[media] tuner-core: do the right thing for suspend/resume
[media] tuner-core: CodingStyle cleanups
[media] tuner-core: Don't use a static var for xc5000_cfg
[media] tuner-core: dead code removal
[media] tuner-core: Fix a few comments on it
[media] Remove the remaining usages for T_STANDBY
drivers/media/common/tuners/tda9887.c | 9 +-
drivers/media/common/tuners/tea5761.c | 33 +-
drivers/media/dvb/dvb-core/dvb_frontend.h | 1 -
drivers/media/video/cx88/cx88-video.c | 26 +-
drivers/media/video/tuner-core.c | 1093 +++++++++++++++--------------
include/media/tuner.h | 13 +-
6 files changed, 596 insertions(+), 579 deletions(-)
reply other threads:[~2011-02-14 21:17 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=20110214190323.31796200@pedra \
--to=mchehab@redhat.com \
--cc=dheitmueller@kernellabs.com \
--cc=linux-media@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox