summaryrefslogtreecommitdiff
path: root/drivers/media/usb/as102
AgeCommit message (Collapse)AuthorFilesLines
2014-08-22[media] as102-fe: make it an independent driverMauro Carvalho Chehab7-687/+3
Move as102-fe to dvb-frontends directory and make it an independent driver. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-22[media] as102: prepare as102_fe to be compiled as a moduleMauro Carvalho Chehab7-86/+179
Remove the dependencies of as102_cmd from as102, in order to allow it to be compiled as a separate module. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-22[media] as102: get rid of as10x_fe_copy_tps_parameters()Mauro Carvalho Chehab1-103/+98
This function just converts from the as10x internal data into the DVBv5 cache. Get rid of it. No functional changes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-22[media] as102: get rid of as102_fe_copy_tune_parameters()Mauro Carvalho Chehab1-62/+55
This function just parses the frontend cache and converts to the as102 internal format message. Get rid of it. No functional changes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-22[media] as102: Move ancillary routines to the begginingMauro Carvalho Chehab3-300/+274
Avoid having function prototypes by moving some ancillary routines to the beginning of the file. No functional changes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-22[media] as102: better name the unknown frontendMauro Carvalho Chehab1-1/+1
Make the frontend .name more coherent with DVB namespace. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-22[media] as102: CodingStyle fixesMauro Carvalho Chehab1-2/+1
Fix this warning: WARNING: quoted string split across lines 566: FILE: drivers/media/usb/as102/as102_fe.c:141: + "demod status: fc: 0x%08x, bad fc: 0x%08x, " + "bytes corrected: 0x%08x , MER: 0x%04x\n", Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-22[media] as102: get rid of FSF mail addressMauro Carvalho Chehab13-52/+0
Make checkpatch happier by removing FSF mail address. No functional changes. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
2014-08-22[media] as102: promote it out of stagingMauro Carvalho Chehab15-0/+3370
This driver is stable and doesn't contain any really serious issue. Move it out of staging. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>