summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/s5h1409.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14[media] move the dvb/frontends to drivers/media/dvb-frontendsMauro Carvalho Chehab1-1029/+0
2012-01-04[media] dvb: Remove ops->info.type from frontendsMauro Carvalho Chehab1-1/+0
2011-12-31[media] dvb: don't require a parameter for get_frontendMauro Carvalho Chehab1-2/+2
2011-12-31[media] s5h1409: convert set_fontend to use DVBv5 parametersMauro Carvalho Chehab1-8/+8
2011-12-31[media] dvb-core: add support for a DVBv5 get_frontend() callbackMauro Carvalho Chehab1-1/+1
2011-12-31[media] Rename set_frontend fops to set_frontend_legacyMauro Carvalho Chehab1-1/+1
2011-12-31[media] tuners: remove dvb_frontend_parameters from set_params()Mauro Carvalho Chehab1-1/+1
2011-11-07[media] s5h1409: Calculate signal strength shown as percentage from SNR up to...Michael Krufky1-1/+30
2009-12-05V4L/DVB (13332): s5h1409: remove a set register that would cause lock to be l...Devin Heitmueller1-4/+2
2009-12-05V4L/DVB (13330): s5h1409: properly handle QAM optimization after lock achievedDevin Heitmueller1-8/+128
2009-12-05V4L/DVB (13329): s5h1409: provide HVR-1600 specific optimizationsDevin Heitmueller1-0/+15
2009-08-14V4L/DVB (12440): Use kzalloc for frontend states to have struct dvb_frontend ...Matthias Schwarzott1-1/+1
2009-02-01V4L/DVB (10411): s5h1409: Perform s5h1409 soft reset after tuningDevin Heitmueller1-3/+4
2008-10-18V4L/DVB (9258): s5h1409: Checkpatch complianceSteven Toth1-68/+70
2008-09-04V4L/DVB (8805): Steven Toth email address changeSteven Toth1-1/+1
2008-09-04V4L/DVB (8803): s5h1409: Enable QAM_AUTO modeSteven Toth1-0/+1
2008-07-20V4L/DVB (7920): s5h1409.c shouldn't #include "dvb-pll.h"Michael Krufky1-1/+0
2008-04-24V4L/DVB (7514): media/dvb/frontends replace remaining __FUNCTION__ occurrencesHarvey Harrison1-24/+24
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-04-07V4L/DVB (7495): s5h1409: fix blown-away bit in function s5h1409_set_gpioMichael Krufky1-1/+1
2008-01-26V4L/DVB (7041): s5h1409: Bug fix for parallel supportSteven Toth1-7/+44
2008-01-26V4L/DVB (7008): s5h1409: Ensure the silicon is initialized during attachSteven Toth1-2/+10
2008-01-26V4L/DVB (6822): s5h1409: use VSB IF frequency ( 44 / 5.38 MHz ) unless otherw...Michael Krufky1-14/+12
2008-01-26V4L/DVB (6821): s5h1409: fix IF frequency configurationMichael Krufky1-1/+13
2007-12-13V4L/DVB (6820): s5h1409: QAM SNR related fixesSteven Toth1-3/+8
2007-11-05V4L/DVB (6402): s5h1409: Fix broken QAM supportSteven Toth1-10/+86
2007-10-10V4L/DVB (5950): whitespace cleanup for mt2131 and s5h1409Michael Krufky1-17/+31
2007-10-10V4L/DVB (5949): s5h1409: use ARRAY_SIZE macro when appropriateMichael Krufky1-4/+4
2007-10-10V4L/DVB (5948): Adding support for the S5H1409/CX24227 8VSB/QAM demodulator.Steven Toth1-0/+715