summaryrefslogtreecommitdiff
path: root/drivers/media/common/tuners/tuner-xc2028.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-14[media] common: move media/common/tuners to media/tunersMauro Carvalho Chehab1-1509/+0
2012-08-13[media] common: tunners: use %*ph to dump small buffersAndy Shevchenko1-2/+1
2012-08-12[media] tuner-xc2028: add missing else caseHans Petter Selasky1-2/+2
2012-07-31[media] tuner-xc2028: unlock on error in xc2028_get_afc()Dan Carpenter1-1/+1
2012-07-31[media] tuner-xc2028: fix "=" vs "==" typoDan Carpenter1-1/+1
2012-07-06[media] tuner-xc2028: tag the usual firmwares to help dracutMauro Carvalho Chehab1-0/+2
2012-07-04[media] tuner, xc2028: add support for get_afc()Mauro Carvalho Chehab1-1/+45
2012-07-04[media] tuner-xc2028: Fix signal strength reportMauro Carvalho Chehab1-9/+16
2012-06-30[media] tuner-xc2028: use request_firmware_nowait()Mauro Carvalho Chehab1-49/+129
2012-01-16[media] Add registers names to XC2028 tuner from datahseet and use themMiroslav Slugen1-6/+21
2012-01-06[media] xc3028: fix center frequency calculation for DTV78 firmwareGianluca Gennari1-10/+16
2011-12-31[media] tuners: remove dvb_frontend_parameters from set_params()Mauro Carvalho Chehab1-2/+1
2011-12-31[media] tuner-xc2028: use DVBv5 parameters on set_params()Mauro Carvalho Chehab1-47/+36
2011-12-30[media] xc4000: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer1-1/+1
2011-11-30[media] tuner-xc2028: Better report signal strengthMauro Carvalho Chehab1-1/+1
2011-08-31[media] tuner/xc2028: Fix frequency offset for radio modeMauro Carvalho Chehab1-3/+8
2011-08-31[media] tuner/xc2028: Add I2C flush callbackThierry Reding1-0/+7
2011-03-22[media] tuner-xc2028.c: fix compile warningHans Verkuil1-2/+2
2011-03-22[media] tuner: Remove remaining usages of T_DIGITAL_TVMauro Carvalho Chehab1-4/+4
2011-03-22[media] tuner-xc2028: More firmware loading retriesAlina Friedrichsen1-3/+3
2010-05-18V4L/DVB: xc3028: fix regression in firmware loading timeDevin Heitmueller1-4/+7
2010-05-18V4L/DVB (12846): tuner-xc2028: Fix skip code for devices with broken read (tm...Mauro Carvalho Chehab1-0/+5
2010-05-18V4L/DVB (12825): tm6000: I2C reading operations is not reliable on tm6000Mauro Carvalho Chehab1-2/+8
2010-05-18V4L/DVB (12824): tuner-xc2028: adds an option to send i2c data on slower speedMauro Carvalho Chehab1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-26V4L/DVB: tuner-xc2028: Fix demod breakage for XC3028LMauro Carvalho Chehab1-1/+3
2010-02-26V4L/DVB: tuner-xc2028: fix tuning logic to solve a regression in AustraliaMauro Carvalho Chehab1-17/+60
2009-08-14V4L/DVB (12394): cx88: Disable xc3028 power management for Geniatech x8000Devin Heitmueller1-2/+2
2009-07-05V4L/DVB (12167): tuner-xc2028: Fix 7 MHz DVB-TAndy Walls1-1/+12
2009-06-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1-25/+31
2009-06-17V4L/DVB (11922): tuner-xc2028: cleanup: better use tuner type definesMauro Carvalho Chehab1-2/+2
2009-06-17V4L/DVB (11918): tuner-xc2028: Fix offset frequencies for DVB @ 6MHzMauro Carvalho Chehab1-13/+20
2009-06-17V4L/DVB (11917): Fix firmware load for DVB-T @ 6MHz bandwidth for xc3028/xc3028LMauro Carvalho Chehab1-9/+8
2009-06-17V4L/DVB (11800): tuner-xc2028: show the proper module description for no_powe...Devin Heitmueller1-1/+1
2009-06-17V4L/DVB (11723): Link firmware to physical deviceJean Delvare1-1/+1
2009-06-16firmware: tuners/xc2028: prepare for FIRMWARE_NAME_MAX removalSamuel Ortiz1-1/+1
2008-12-30V4L/DVB (9913): tuner-xc2028: allow printing stack trace as debug on sleep codeMauro Carvalho Chehab1-0/+4
2008-12-30V4L/DVB (9771): tuner-xc2028: fix a small warningMauro Carvalho Chehab1-1/+1
2008-12-30V4L/DVB (9769): tuner-xc2028: powers device of when not usedMauro Carvalho Chehab1-0/+31
2008-10-12V4L/DVB (9055): tuner-xc2028: Do a better job selecting firmware typeMauro Carvalho Chehab1-9/+24
2008-10-12V4L/DVB (9049): convert tuner drivers to use dvb_frontend->callbackMichael Krufky1-20/+21
2008-07-20V4L/DVB (8136): xc2028 unaligned access fixesAl Viro1-11/+14
2008-07-10tuners: treat firmware data as constDavid Woodhouse1-1/+1
2008-06-05V4L/DVB (7944): tuner-xc2028: use hybrid_tuner_request_stateMichael Krufky1-46/+41
2008-04-30V4L/DVB(7767): Move tuners to common/tunersMauro Carvalho Chehab1-0/+1227