summaryrefslogtreecommitdiffstats
path: root/firmware/src
AgeCommit message (Expand)AuthorFilesLines
2012-04-02fw/tuner_e4k: Add some more magic initSylvain Munaut1-0/+1
2012-04-02fw/tuner_e4k: Add function to enable/disable the IF channel filterSylvain Munaut1-0/+11
2012-04-02fw/tuner_e4k: Disable auto gain adjustement during DC table genSylvain Munaut1-0/+7
2012-04-02fw/tuner_e4k: Avoid dual read of DC4 when generating DC tableSylvain Munaut1-3/+4
2012-04-02fw/tuner_e4k: DC offset table gen doc fixesSylvain Munaut1-1/+1
2012-04-02fw/tuner_e4k: Use signed int for if1_gain in the gain combination arraySylvain Munaut1-1/+1
2012-04-02fw/tuner_e4k: Mixer gain is 4 or 12 dB, not 0/12Sylvain Munaut1-3/+3
2012-04-02fw/tuner_e4k: Fix the array_size of the filter fw settings.Sylvain Munaut1-3/+3
2012-03-29tuner_e4k: Properly set the bandSylvain Munaut1-3/+8
2012-03-29tuner_e4k: Fix band setting method mask & callsSylvain Munaut1-1/+1
2012-03-29tuner_e4k: Fix closest_arr_idxSylvain Munaut1-7/+8
2012-03-29tuner_e4k: Fix reference to 65535 vs 65536Sylvain Munaut1-3/+3
2012-03-29tuner_e4k: Max VCO frequency is 3.9GHz not 3.6GHzSylvain Munaut1-1/+1
2012-03-06tuner_e4k: add manual i/q correctionChristian Daniel1-0/+25
2012-03-06tuner_e4k: add setting for common modeChristian Daniel1-0/+10
2012-03-06fast_source: Add FPGA_TEST_STATS #define for FPGA/SSC verificationHarald Welte1-0/+82
2012-03-06SSC: use rising edge of RF (Rx Frame), not fallingHarald Welte1-1/+1
2012-03-06SSC: Inclode Overrun in statisticsHarald Welte1-1/+17
2012-03-05tuner_e4k: fix the Y value to b e 65536, not 65535Harald Welte1-1/+1
2012-03-05tuner_e4k: Introduce #define for OUT_OF_SPEC operationHarald Welte1-1/+13
2012-03-05osdr_fpga: Add support for enabling test (counter) modeHarald Welte1-0/+24
2012-03-05e4k: fix unresolved symbols in dc offset calibrationHarald Welte1-1/+21
2012-03-05e4k: add dc offset calibration codeHarald Welte1-0/+75
2012-03-05fast_source: We switch the LED based on the streaming IN interface, not OUTHarald Welte1-1/+1
2012-02-29fast_source: implement get/set of mute featureHarald Welte1-4/+14
2012-02-29e4k: initialize tuner with smalles filters possibleHarald Welte1-0/+13
2012-02-29uart_cmd: make sure 'set' type commands are visible on the consoleHarald Welte1-1/+3
2012-02-29fix erroneous printing of command failureHarald Welte1-0/+2
2012-02-29improve commandline readability (prompt) and more tuner commandsHarald Welte1-1/+3
2012-02-29move SSC commands to osdr_ssc.cHarald Welte1-11/+52
2012-02-29fpga related register/field dumping code (abstract)Harald Welte3-25/+203
2012-02-29fast_source: export the currently selected interface altsettingsHarald Welte1-4/+2
2012-02-29SSC: add ssc_active() function to determine if SSC is activeHarald Welte1-0/+7
2012-02-28uart_cmd: introduce argument array parsingHarald Welte1-8/+17
2012-02-28logging: fix CR at end of log lineHarald Welte1-1/+1
2012-02-28add simple command parser to be used from the UARTHarald Welte1-0/+183
2012-02-28add code for SSC DMA and USB fast audio sourceHarald Welte4-0/+2075
2012-02-18FPGA SPI: Complete rewrite, don't use much of at91libHarald Welte1-31/+34
2012-02-15Add support for read/write of FPGA registers via SPIHarald Welte1-0/+77
2012-01-24dos2unix conversion of si570.[ch]Harald Welte1-297/+297
2012-01-24Add GPLv3 license header to all our codeHarald Welte5-2/+94
2011-12-29e4k: document functions, invert logic of STBYHarald Welte1-4/+12
2011-12-29add function to power-up/power-down FPGAHarald Welte1-0/+12
2011-12-29e4k: add functions to power up/down the E4K RF tunerHarald Welte1-0/+21
2011-12-29make the non-calibrated udelay() a bit more realisticHarald Welte1-1/+1
2011-12-28si570: lots of debug code to find out what's happeningHarald Welte1-14/+37
2011-12-28e4k: proper initialization, use reference to twid and not base addrHarald Welte1-2/+2
2011-12-28add si570 driverHarald Welte1-0/+256
2011-12-28copy+paste mistake in e4k i2c transportHarald Welte1-2/+2
2011-12-28glue code between E4K and at91lib TWI driverHarald Welte1-0/+49