Re: [PATCH 1/4 v2] support for DVBSky dvb-s2 usb: Add ts clock and clock polarity, lnb set voltage for m88ds3103

2014-08-09 Thread Antti Palosaari
On 08/08/2014 06:50 AM, nibble.max wrote: Add ts clock and clock polarity, lnb set voltage. +static int m88ds3103_set_voltage(struct dvb_frontend *fe, + fe_sec_voltage_t voltage) +{ + struct m88ds3103_priv *priv = fe-demodulator_priv; + u8 data; + +

[PATCH 1/4 v2] support for DVBSky dvb-s2 usb: Add ts clock and clock polarity, lnb set voltage for m88ds3103

2014-08-07 Thread nibble.max
Add ts clock and clock polarity, lnb set voltage. Signed-off-by: Nibble Max nibble@gmail.com --- drivers/media/dvb-frontends/m88ds3103.c | 77 + drivers/media/dvb-frontends/m88ds3103.h | 25 --- 2 files changed, 70 insertions(+), 32 deletions(-) diff