aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/eeprom.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-28misc: Avoid using double numbers on our ARMHolger Hans Peter Freyther1-4/+4
2013-12-12sysmobts: Fix resource leak in the error conditionHolger Hans Peter Freyther1-0/+1
2013-07-16eeprom: Check the return value of the fseek in all callsHolger Hans Peter Freyther1-3/+20
2013-07-16eeprom: After eeprom_write g_file could point to a closed fileHolger Hans Peter Freyther1-0/+1
2013-07-04sysmobts: Cache the eeprom_Cfg_t for reading tx/rx calib dataHolger Hans Peter Freyther1-67/+75
2013-07-04sysmobts: Add a method to free cached epprom resourcesHolger Hans Peter Freyther1-0/+7
2013-07-01misc: Fix various warnings in the codeHolger Hans Peter Freyther1-1/+1
2013-06-22calib: Add fixup for incompatible calib data / firmware versionHarald Welte1-0/+12
2013-06-22eeprom: wrap DISP_ERROR #ifdef/endif in PERROR() macroHarald Welte1-132/+50
2013-06-22eeprom: cache the file descriptor instead of fopen/fclose all the timeHarald Welte1-14/+19
2013-06-22initial import of EEPROM calibration read routinesHarald Welte1-0/+1457