summaryrefslogtreecommitdiffstats
path: root/drivers/media/tuners/qt1010.c
Commit message (Collapse)AuthorAgeFilesLines
* [media] qt1010: remove debug register dumpAntti Palosaari2012-09-151-23/+0
| | | | | | | | | I didn't found easy way to handle register dump only when needed so remove it totally. It is quite useless and trivial function, every developer could write new one in few minutes when needed. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] qt1010: convert for Kernel loggingAntti Palosaari2012-09-151-21/+19
| | | | | Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] qt1010: do not change frequency during initAntti Palosaari2012-09-151-1/+2
| | | | | | | | | Changing cached frequency during init is something no-no. Make it behave a little bit better. After that device could survive from suspend/resume when streaming is ongoing. Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* [media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab2012-08-131-0/+480
Move the tuners one level up, as the "common" directory will be used by drivers that are shared between more than one driver. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
OpenPOWER on IntegriCloud