From: Antti Palosaari <crope@iki.fi>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: Linux Media Mailing List <linux-media@vger.kernel.org>
Subject: Re: [PATCH 0/2] get rid of fe_ioctl_override()
Date: Mon, 06 Aug 2012 15:00:44 +0300 [thread overview]
Message-ID: <501FB1EC.5070905@iki.fi> (raw)
In-Reply-To: <1344190590-10863-1-git-send-email-mchehab@redhat.com>
On 08/05/2012 09:16 PM, Mauro Carvalho Chehab wrote:
> There's just one driver using fe_ioctl_override(), and it can be
> replaced at tuner_attach call. This callback is evil, as only DVBv3
> calls are handled.
>
> Removing it is also a nice cleanup, as about 90 lines of code are
> removed.
>
> Get rid of it!
I totally agree that! Only mxl111sf.c uses it and it was overriding
signal strength meter which could be overridden by simply replacing fe
default demod callback by one from tuner.
Actually it was very near I removed support for it from dvb-usb-v2
totally but still decided to leave as I converted mxl111sf driver. You
likely saw my comments to avoid using it in dvb_usb.h :)
> Mauro Carvalho Chehab (2):
> [media] dvb core: remove support for post FE legacy ioctl intercept
> [media] dvb: get rid of fe_ioctl_override callback
>
> drivers/media/dvb/dvb-core/dvb_frontend.c | 20 +----------------
> drivers/media/dvb/dvb-core/dvbdev.h | 26 ----------------------
> drivers/media/dvb/dvb-usb-v2/dvb_usb.h | 3 ---
> drivers/media/dvb/dvb-usb-v2/dvb_usb_core.c | 2 --
> drivers/media/dvb/dvb-usb-v2/mxl111sf.c | 34 +----------------------------
> drivers/media/dvb/dvb-usb/dvb-usb-dvb.c | 1 -
> drivers/media/dvb/dvb-usb/dvb-usb.h | 2 --
> drivers/media/video/cx23885/cx23885-dvb.c | 3 +--
> drivers/media/video/cx88/cx88-dvb.c | 2 +-
> drivers/media/video/saa7134/saa7134-dvb.c | 2 +-
> drivers/media/video/videobuf-dvb.c | 11 +++-------
> include/media/videobuf-dvb.h | 4 +---
> 12 files changed, 9 insertions(+), 101 deletions(-)
regards
Antti
--
http://palosaari.fi/
prev parent reply other threads:[~2012-08-06 12:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-05 18:16 [PATCH 0/2] get rid of fe_ioctl_override() Mauro Carvalho Chehab
2012-08-05 18:16 ` [PATCH 1/2] [media] dvb core: remove support for post FE legacy ioctl intercept Mauro Carvalho Chehab
2012-08-05 18:16 ` [PATCH 2/2] [media] dvb: get rid of fe_ioctl_override callback Mauro Carvalho Chehab
2012-08-06 12:30 ` Antti Palosaari
2012-08-05 18:44 ` [PATCH 0/2] get rid of fe_ioctl_override() Devin Heitmueller
2012-08-05 21:31 ` Mauro Carvalho Chehab
2012-08-05 23:51 ` Devin Heitmueller
2012-08-06 12:00 ` Antti Palosaari [this message]
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=501FB1EC.5070905@iki.fi \
--to=crope@iki.fi \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@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.