Age | Commit message (Expand) | Author | Files | Lines |
2012-08-14 | [media] common: move media/common/tuners to media/tuners | Mauro Carvalho Chehab | 1 | -1757/+0 |
2012-08-13 | [media] common: tunners: use %*ph to dump small buffers | Andy Shevchenko | 1 | -2/+1 |
2012-01-16 | [media] xc4000: add support for signal strength measures | Miroslav Slugen | 1 | -0/+86 |
2011-12-31 | [media] dvb: don't use DVBv3 bandwidth macros | Mauro Carvalho Chehab | 1 | -8/+3 |
2011-12-31 | [media] tuners: remove dvb_frontend_parameters from set_params() | Mauro Carvalho Chehab | 1 | -2/+1 |
2011-12-31 | [media] xc4000: use DVBv5 parameters on set_params() | Mauro Carvalho Chehab | 1 | -55/+42 |
2011-12-30 | [media] xc4000: Use kcalloc instead of kzalloc to allocate array | Thomas Meyer | 1 | -1/+1 |
2011-07-28 | [media] xc4000: make checkpatch.pl happy | Mauro Carvalho Chehab | 1 | -70/+69 |
2011-07-28 | [media] xc4000: removed card_type | istvan_v@mailbox.hu | 1 | -39/+36 |
2011-07-28 | [media] xc4000: check firmware version | istvan_v@mailbox.hu | 1 | -9/+9 |
2011-07-28 | [media] xc4000: code cleanup | istvan_v@mailbox.hu | 1 | -154/+118 |
2011-07-28 | [media] xc4000: detect also xc4100 | Istvan Varga | 1 | -3/+7 |
2011-07-28 | [media] xc4000: removed redundant tuner reset | Istvan Varga | 1 | -1/+3 |
2011-07-28 | [media] xc4000: xc_tune_channel() cleanup | Istvan Varga | 1 | -10/+9 |
2011-07-28 | [media] xc4000: implemented analog TV and radio | Istvan Varga | 1 | -19/+100 |
2011-07-28 | [media] xc4000: added audio_std module parameter | Istvan Varga | 1 | -0/+23 |
2011-07-28 | [media] xc4000: setting registers | Istvan Varga | 1 | -12/+55 |
2011-07-28 | [media] xc4000: debug message improvements | Istvan Varga | 1 | -23/+45 |
2011-07-28 | [media] xc4000: firmware initialization | Istvan Varga | 1 | -20/+16 |
2011-07-28 | [media] xc4000: implemented power management | Istvan Varga | 1 | -5/+34 |
2011-07-28 | [media] xc4000: added card_type | Istvan Varga | 1 | -1/+14 |
2011-07-28 | [media] xc4000: check_firmware() cleanup | Istvan Varga | 1 | -10/+5 |
2011-07-28 | [media] xc4000: simplified load_scode | Istvan Varga | 1 | -18/+8 |
2011-07-28 | [media] xc4000: simplified seek_firmware() | Istvan Varga | 1 | -46/+25 |
2011-07-28 | [media] xc4000: added firmware_name parameter | Istvan Varga | 1 | -5/+12 |
2011-07-28 | [media] xc4000: fixed frequency error | Istvan Varga | 1 | -2/+3 |
2011-07-28 | [media] xc4000: added mutex | Istvan Varga | 1 | -30/+50 |
2011-07-28 | [media] xc4000: added support for 7 MHz DVB-T | Istvan Varga | 1 | -2/+15 |
2011-07-28 | [media] xc4000: updated standards table | Istvan Varga | 1 | -32/+35 |
2011-07-28 | [media] xc4000: code cleanup | Istvan Varga | 1 | -113/+43 |
2011-07-28 | [media] xc4000: Fix a few bad whitespaces on it | Mauro Carvalho Chehab | 1 | -8/+8 |
2011-07-28 | [media] xc4000: cleanup dmesg logging | Devin Heitmueller | 1 | -25/+6 |
2011-07-28 | [media] xc4000: rename firmware image filename | Devin Heitmueller | 1 | -1/+3 |
2011-07-28 | [media] xc4000: turn off debug logging by default | Devin Heitmueller | 1 | -1/+1 |
2011-07-28 | [media] xc4000: get rid of hard-coded 8MHz firmware config | Devin Heitmueller | 1 | -40/+51 |
2011-07-28 | [media] xc4000: handle dib0700 broken i2c stretching | Devin Heitmueller | 1 | -5/+29 |
2011-07-28 | [media] xc4000: use if_khz provided in xc4000_config | Devin Heitmueller | 1 | -5/+5 |
2011-07-28 | [media] xc4000: continued cleanup of the firmware loading routine | Devin Heitmueller | 1 | -136/+44 |
2011-07-28 | [media] xc4000: add code to do standard and scode firmware loading | Devin Heitmueller | 1 | -9/+332 |
2011-07-28 | [media] xc4000: remove xc5000 firmware loading routine | Devin Heitmueller | 1 | -2/+0 |
2011-07-28 | [media] xc4000: remove XREG_BUSY code only supported in xc5000 | Devin Heitmueller | 1 | -26/+0 |
2011-07-28 | [media] xc4000: properly set type for init1 firmware | Devin Heitmueller | 1 | -1/+1 |
2011-07-28 | [media] xc4000: cut over to using xc5000 version for loading i2c sequences | Devin Heitmueller | 1 | -90/+5 |
2011-07-28 | [media] xc4000: pull in firmware management code from xc3028 | Devin Heitmueller | 1 | -31/+393 |
2011-07-28 | [media] dib0700: add initial code for PCTV 340e by Davide Ferri | Davide Ferri | 1 | -0/+1083 |