index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
dvb-frontends
/
m88ds3103.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] dvb: make DVB frontend *_ops instances "const"
Max Kellermann
2016-11-18
1
-2
/
+2
*
[media] m88ds3103: refactor firmware download
Antti Palosaari
2016-07-08
1
-27
/
+22
*
[media] m88ds3103: use Hz instead of kHz on calculations
Antti Palosaari
2016-07-08
1
-25
/
+25
*
[media] m88ds3103: improve ts clock setting
Antti Palosaari
2016-07-08
1
-23
/
+16
*
[media] m88ds3103: calculate DiSEqC message sending time
Antti Palosaari
2016-07-08
1
-2
/
+3
*
[media] m88ds3103: remove useless most significant bit clear
Antti Palosaari
2016-07-08
1
-3
/
+0
*
[media] m88ds3103: convert to use an explicit i2c mux core
Peter Rosin
2016-04-22
1
-8
/
+11
*
[media] dvb_frontend: pass the props cache to get_frontend() as arg
Mauro Carvalho Chehab
2016-02-04
1
-2
/
+2
*
treewide: Fix typos in printk
Masanari Iida
2015-12-08
1
-1
/
+1
*
[media] m88ds3103: use own reg update_bits() implementation
Antti Palosaari
2015-10-22
1
-26
/
+47
*
[media] dvb-frontends: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-08-11
1
-1
/
+0
*
[media] TS2020: Calculate tuner gain correctly
David Howells
2015-06-10
1
-0
/
+16
*
[media] m88ds3103: use regmap for I2C register access
Antti Palosaari
2015-06-10
1
-288
/
+141
*
[media] m88ds3103: rename variables and correct logging
Antti Palosaari
2015-06-10
1
-275
/
+263
*
[media] dvb: Get rid of typedev usage for enums
Mauro Carvalho Chehab
2015-06-09
1
-4
/
+5
*
[media] m88ds3103: a couple missing error codes
Dan Carpenter
2015-06-09
1
-1
/
+4
*
[media] m88ds3103: add I2C client binding
Antti Palosaari
2015-05-30
1
-82
/
+186
*
[media] m88ds3103: use jiffies when polling DiSEqC TX ready
Antti Palosaari
2015-05-30
1
-19
/
+34
*
[media] m88ds3103: implement DVBv5 BER
Antti Palosaari
2015-05-30
1
-74
/
+91
*
[media] m88ds3103: implement DVBv5 CNR statistics
Antti Palosaari
2015-05-30
1
-72
/
+82
*
[media] m88ds3103: do not return error from get_frontend() when not ready
Antti Palosaari
2015-05-30
1
-1
/
+1
*
[media] si2168: tda10071: m88ds3103: Fix trivial typos
Yannick Guerrini
2015-04-08
1
-1
/
+1
*
[media] m88ds3103: One function call less in m88ds3103_init() after error det...
Markus Elfring
2014-11-25
1
-5
/
+6
*
[media] DVB-frontends: Deletion of unnecessary checks before the function cal...
Markus Elfring
2014-11-25
1
-2
/
+1
*
[media] m88ds3103: change ts clock config for serial mode
nibble.max
2014-11-11
1
-30
/
+25
*
[media] m88ds3103: add support for the demod of M88RS6000
nibble.max
2014-11-03
1
-78
/
+164
*
[media] m88ds3103: use true/false for boolean vars
Mauro Carvalho Chehab
2014-09-03
1
-6
/
+6
*
[media] m88ds3103: fix coding style issues
Antti Palosaari
2014-09-02
1
-0
/
+11
*
[media] m88ds3103: change .set_voltage() implementation
Antti Palosaari
2014-09-02
1
-16
/
+34
*
[media] m88ds3103: implement set voltage and TS clock
nibble.max
2014-09-02
1
-27
/
+45
*
[media] m88ds3103: implement BER
Antti Palosaari
2014-07-22
1
-0
/
+81
*
[media] m88ds3103: fix SNR reporting on 32-bit arch
Antti Palosaari
2014-07-22
1
-2
/
+2
*
[media] m88ds3103: fix bug on .set_tone()
Antti Palosaari
2014-03-28
1
-1
/
+1
*
[media] m88ds3103: possible uninitialized scalar variable
Antti Palosaari
2014-03-12
1
-0
/
+7
*
[media] m88ds3103: remove dead code 2nd part
Antti Palosaari
2014-03-12
1
-12
/
+0
*
[media] m88ds3103: remove dead code
Antti Palosaari
2014-03-12
1
-9
/
+0
*
[media] m88ds3103: fix some style issues reported by checkpatch.pl
Antti Palosaari
2013-12-19
1
-6
/
+3
*
[media] m88ds3103: fix possible i2c deadlock
Antti Palosaari
2013-12-19
1
-1
/
+1
*
[media] m88ds3103: I/O optimize inittab write
Antti Palosaari
2013-12-19
1
-7
/
+36
*
[media] m88ds3103: fix TS mode config
Antti Palosaari
2013-12-19
1
-8
/
+8
*
[media] m88ds3103: use kernel macro to round division
Antti Palosaari
2013-12-19
1
-3
/
+2
*
[media] m88ds3103: use I2C mux for tuner I2C adapter
Antti Palosaari
2013-12-19
1
-45
/
+28
*
[media] m88ds3103: do not use dynamic stack allocation
Antti Palosaari
2013-12-19
1
-4
/
+14
*
[media] Montage M88DS3103 DVB-S/S2 demodulator driver
Antti Palosaari
2013-12-19
1
-0
/
+1293