summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tm6000/tm6000-core.c
Commit message (Collapse)AuthorAgeFilesLines
* V4L/DVB (12822): tm6000: Add support for tm6010Mauro Carvalho Chehab2010-05-181-104/+215
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12809): tm6000: Remove an old hackMauro Carvalho Chehab2010-05-181-11/+0Star
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12808): tm6000: Move analog tv standards to tm6000-stdsMauro Carvalho Chehab2010-05-181-340/+0Star
| | | | | | | | | tm5600/6000/6010 requires a large config table for video standards. Better to move this to their own file. Also added register settings for tm6010 (needs testing. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12807): tm6000: Properly select xc2028 parametersMauro Carvalho Chehab2010-05-181-2/+2
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12802): tm6000: adds command to enable audio output at tm6000Mauro Carvalho Chehab2010-05-181-0/+6
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12801): tm6000: Add support for ADSTech Mini Dual TV (PTV-339).Michel Ludwig2010-05-181-1/+6
| | | | | Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12797): tm6000: Allow selecting audio bitrateMauro Carvalho Chehab2010-05-181-0/+2
| | | | Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12796): tm6000: Add a hack for PAL standardsMauro Carvalho Chehab2010-05-181-0/+37
| | | | | | | The common code is not properly working. This hack should do the work for now. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12794): tm6000: handle also PAL/SECAM resolutionsMauro Carvalho Chehab2010-05-181-0/+15
| | | | | | Fix the resolutions for 625 line video standards (european PAL/SECAM) Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12788): tm6000: Add initial DVB-T supportMichel Ludwig2010-05-181-0/+29
| | | | | Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12779): tm6000: Correct dev init & Add general USB ctrl msg pauseMichel Ludwig2010-05-181-2/+21
| | | | | | | | | Add GPIO4 reset, which is required to make DVB-T work with the Freecom stick. Add a general 5 ms pause to the "tm6000_read_write_usb" method. Signed-off-by: Michel Ludwig <michel.ludwig@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
* V4L/DVB (12770): Add tm6000 driver to staging treeMauro Carvalho Chehab2010-05-181-0/+633
Adds a driver for Trident TV Master tm5600/tm6000 chips. Those USB devices are usually found with a Xceive xc2028/xc3028 tuner, although the firmware seems to be modified to work with those chips on some older devices. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>