aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/mn88473.h
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2016-02-04 17:01:51 -0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-03-03 09:26:05 -0300
commit7908fad99a6cc08a41c666d425df42809b34dce2 (patch)
treeef02f147a33cf69b9b8cf027e178b51805b64f74 /drivers/media/dvb-frontends/mn88473.h
parent[media] mn88473: move out of staging (diff)
downloadlinux-dev-7908fad99a6cc08a41c666d425df42809b34dce2.tar.xz
linux-dev-7908fad99a6cc08a41c666d425df42809b34dce2.zip
[media] mn88473: finalize driver
Finalize the driver. It still lacks a lot of features, like all statistics and PLP filtering, but basic functionality and sensitivity is pretty good shape. Signed-off-by: Antti Palosaari <crope@iki.fi> Reviewed-by: Benjamin Larsson <benjamin@southpole.se> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/mn88473.h')
-rw-r--r--drivers/media/dvb-frontends/mn88473.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/media/dvb-frontends/mn88473.h b/drivers/media/dvb-frontends/mn88473.h
index c717ebed0e03..2aa5181f3033 100644
--- a/drivers/media/dvb-frontends/mn88473.h
+++ b/drivers/media/dvb-frontends/mn88473.h
@@ -22,10 +22,16 @@
struct mn88473_config {
/*
* Max num of bytes given I2C adapter could write at once.
- * Default: none
+ * Default: unlimited
*/
u16 i2c_wr_max;
+ /*
+ * Xtal frequency Hz.
+ * Default: 25000000
+ */
+ u32 xtal;
+
/* Everything after that is returned by the driver. */
@@ -33,12 +39,6 @@ struct mn88473_config {
* DVB frontend.
*/
struct dvb_frontend **fe;
-
- /*
- * Xtal frequency.
- * Hz
- */
- u32 xtal;
};
#endif