summaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/lnbh25.c
AgeCommit message (Collapse)AuthorFilesLines
2017-06-24media: dvb-frontends/lnbh25: improve kernellog outputDaniel Scheller1-3/+3
Use dev_dbg() in conjunction with the %*ph format macro to print the vmon status debug, thus hiding continuous hexdumping from default log levels. Also, change the attach success log line from error to info severity. Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Acked-by: Abylay Ospan <aospan@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2015-08-11[media] lnbh25: LNBH25 SEC controller driverKozlov Sergey1-0/+189
Add DVB SEC frontend driver for STM LNBH25PQR chip. [mchehab@osg.samsung.com: fix merge conflict: fe_sec_voltage_t should not be used in kernelspace anymore. instead, it should use enum fe_sec_voltage] Signed-off-by: Kozlov Sergey <serjk@netup.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>