linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: tskd08@gmail.com
To: linux-media@vger.kernel.org
Cc: crope@iki.fi, sean@mess.org, mchehab@kernel.org,
	Akihiro Tsukada <tskd08@gmail.com>
Subject: [PATCH v2 4/4] dvb-usb-gl861: support I2C read from tuner via demod
Date: Thu, 29 Aug 2019 17:38:22 +0900	[thread overview]
Message-ID: <20190829083822.3670-5-tskd08@gmail.com> (raw)
In-Reply-To: <20190829083822.3670-1-tskd08@gmail.com>

From: Akihiro Tsukada <tskd08@gmail.com>

Support Friio devices to read from tuner via demod tc90522,
by enabling the config option.

Signed-off-by: Akihiro Tsukada <tskd08@gmail.com>
---
 drivers/media/usb/dvb-usb-v2/gl861.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/usb/dvb-usb-v2/gl861.c b/drivers/media/usb/dvb-usb-v2/gl861.c
index e5dc1fc409f..6d378aad1f0 100644
--- a/drivers/media/usb/dvb-usb-v2/gl861.c
+++ b/drivers/media/usb/dvb-usb-v2/gl861.c
@@ -242,6 +242,7 @@ struct friio_config {
 
 static const struct friio_config friio_config = {
 	.demod_info = { I2C_BOARD_INFO(TC90522_I2C_DEV_TER, 0x18), },
+	.demod_cfg = { .split_tuner_read_i2c = true, },
 	.tuner_info = { I2C_BOARD_INFO("tua6034_friio", 0x60), },
 };
 
-- 
2.23.0


      parent reply	other threads:[~2019-08-29  8:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-29  8:38 [PATCH v2 0/4] dvb-usb-gl861, tc90522: remove device-specific i2c algo tskd08
2019-08-29  8:38 ` [PATCH v2 1/4] dvb-usb-v2/gl861: " tskd08
2019-08-29  8:38 ` [PATCH v2 2/4] dvb-usb-v2/gl861: remove an un-used header file tskd08
2019-08-29  8:38 ` [PATCH v2 3/4] dvb-frontends/tc90522: extend i2c algo to support some devices tskd08
2019-08-29  8:38 ` tskd08 [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=20190829083822.3670-5-tskd08@gmail.com \
    --to=tskd08@gmail.com \
    --cc=crope@iki.fi \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@kernel.org \
    --cc=sean@mess.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;
as well as URLs for NNTP newsgroup(s).