From: Antti Palosaari <crope@iki.fi>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Subject: Re: [PATCH 2/2] em28xx: regression fix: use DRX-K sync firmware requests on em28xx
Date: Tue, 02 Oct 2012 22:26:11 +0300 [thread overview]
Message-ID: <506B3FD3.1090006@iki.fi> (raw)
In-Reply-To: <1349204716-25971-2-git-send-email-mchehab@redhat.com>
On 10/02/2012 10:05 PM, Mauro Carvalho Chehab wrote:
> As em28xx-dvb will always be initialized asynchronously, there's
> no need anymore for a separate thread to load the DRX-K firmware.
>
> Fixes a known regression with kernel 3.6 with tda18271 driver
> and asynchronous DRX-K firmware load.
>
> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Tested-by: Antti Palosaari <crope@iki.fi>
Hauppauge WinTV HVR 930C
MaxMedia UB425-TC
PCTV QuatroStick nano (520e)
> ---
> drivers/media/usb/em28xx/em28xx-dvb.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/em28xx/em28xx-dvb.c
> index 1662b70..913e522 100644
> --- a/drivers/media/usb/em28xx/em28xx-dvb.c
> +++ b/drivers/media/usb/em28xx/em28xx-dvb.c
> @@ -318,6 +318,7 @@ static struct drxk_config terratec_h5_drxk = {
> .no_i2c_bridge = 1,
> .microcode_name = "dvb-usb-terratec-h5-drxk.fw",
> .qam_demod_parameter_count = 2,
> + .load_firmware_sync = true,
> };
>
> static struct drxk_config hauppauge_930c_drxk = {
> @@ -327,6 +328,7 @@ static struct drxk_config hauppauge_930c_drxk = {
> .microcode_name = "dvb-usb-hauppauge-hvr930c-drxk.fw",
> .chunk_size = 56,
> .qam_demod_parameter_count = 2,
> + .load_firmware_sync = true,
> };
>
> struct drxk_config terratec_htc_stick_drxk = {
> @@ -340,12 +342,14 @@ struct drxk_config terratec_htc_stick_drxk = {
> .antenna_dvbt = true,
> /* The windows driver uses the same. This will disable LNA. */
> .antenna_gpio = 0x6,
> + .load_firmware_sync = true,
> };
>
> static struct drxk_config maxmedia_ub425_tc_drxk = {
> .adr = 0x29,
> .single_master = 1,
> .no_i2c_bridge = 1,
> + .load_firmware_sync = true,
> };
>
> static struct drxk_config pctv_520e_drxk = {
> @@ -356,6 +360,7 @@ static struct drxk_config pctv_520e_drxk = {
> .chunk_size = 58,
> .antenna_dvbt = true, /* disable LNA */
> .antenna_gpio = (1 << 2), /* disable LNA */
> + .load_firmware_sync = true,
> };
>
> static int drxk_gate_ctrl(struct dvb_frontend *fe, int enable)
>
--
http://palosaari.fi/
next prev parent reply other threads:[~2012-10-02 19:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-02 19:05 [PATCH 1/2] drxk: allow loading firmware synchrousnously Mauro Carvalho Chehab
2012-10-02 19:05 ` [PATCH 2/2] em28xx: regression fix: use DRX-K sync firmware requests on em28xx Mauro Carvalho Chehab
2012-10-02 19:26 ` Antti Palosaari [this message]
2012-10-02 19:25 ` [PATCH 1/2] drxk: allow loading firmware synchrousnously Antti Palosaari
2012-10-03 7:13 ` Oliver Endriss
2012-10-03 8:38 ` Antti Palosaari
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=506B3FD3.1090006@iki.fi \
--to=crope@iki.fi \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).