All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/12] em28xx: remove unused a8293 SEC config
@ 2015-07-09  4:06 Antti Palosaari
  2015-07-09  4:06 ` [PATCH 02/12] a8293: remove legacy media attach Antti Palosaari
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Antti Palosaari @ 2015-07-09  4:06 UTC (permalink / raw)
  To: linux-media; +Cc: Antti Palosaari

Devices that were using a8293 SEC are converted to I2C platform data
thus that old config structure is left unused.

Signed-off-by: Antti Palosaari <crope@iki.fi>
---
 drivers/media/usb/em28xx/em28xx-dvb.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/media/usb/em28xx/em28xx-dvb.c b/drivers/media/usb/em28xx/em28xx-dvb.c
index a382483..357be76 100644
--- a/drivers/media/usb/em28xx/em28xx-dvb.c
+++ b/drivers/media/usb/em28xx/em28xx-dvb.c
@@ -808,10 +808,6 @@ static struct tda18271_config em28xx_cxd2820r_tda18271_config = {
 	.gate = TDA18271_GATE_DIGITAL,
 };
 
-static const struct a8293_config em28xx_a8293_config = {
-	.i2c_addr = 0x08, /* (0x10 >> 1) */
-};
-
 static struct zl10353_config em28xx_zl10353_no_i2c_gate_dev = {
 	.demod_address = (0x1e >> 1),
 	.disable_i2c_gate_ctrl = 1,
-- 
http://palosaari.fi/


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-08-11 15:50 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-09  4:06 [PATCH 01/12] em28xx: remove unused a8293 SEC config Antti Palosaari
2015-07-09  4:06 ` [PATCH 02/12] a8293: remove legacy media attach Antti Palosaari
2015-07-09  4:06 ` [PATCH 03/12] a8293: use i2c_master_send / i2c_master_recv for I2C I/O Antti Palosaari
2015-07-09  4:06 ` [PATCH 04/12] a8293: improve LNB register programming logic Antti Palosaari
2015-07-09  4:06 ` [PATCH 05/12] a8293: coding style issues Antti Palosaari
2015-07-09  4:06 ` [PATCH 06/12] tda10071: remove legacy media attach Antti Palosaari
2015-07-09  4:06 ` [PATCH 07/12] tda10071: rename device state struct to dev Antti Palosaari
2015-07-09  4:06 ` [PATCH 08/12] tda10071: convert to regmap I2C API Antti Palosaari
2015-07-09  4:06 ` [PATCH 09/12] tda10071: use jiffies when poll firmware status Antti Palosaari
2015-08-11 10:20   ` Mauro Carvalho Chehab
2015-08-11 15:18     ` Antti Palosaari
2015-08-11 15:50       ` Mauro Carvalho Chehab
2015-07-09  4:06 ` [PATCH 10/12] tda10071: protect firmware command exec with mutex Antti Palosaari
2015-07-09  4:06 ` [PATCH 11/12] tda10071: do not get_frontend() when not ready Antti Palosaari
2015-07-09  4:06 ` [PATCH 12/12] tda10071: implement DVBv5 statistics Antti Palosaari

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.