aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ic_reg_maps: Add reg map for the Magnesium CPLDMartin Braun2017-12-222-0/+170
* mpm: Minor refactoring of PeriphManagerBase attributesMartin Braun2017-12-222-8/+3
* sync: add PDAC BIST testdjepson12017-12-221-0/+80
* n3xx_bist: Fix spurious reference to self.REVMartin Braun2017-12-221-2/+1
* mpm: server supports binary strings being sent across rpcBrent Stapleton2017-12-221-2/+7
* n3xx_bist: Specify localhost for opening UHD sessionsMartin Braun2017-12-221-1/+1
* mpm: tdc_sync: Fix number of samples, formatting issuesMartin Braun2017-12-221-7/+9
* mpm: Replace MMCM lock and TDC PPS sleeps with poll_with_timeoutMartin Braun2017-12-222-12/+18
* mpm: Add mpmutils module, includes poll_with_timeoutMartin Braun2017-12-222-2/+41
* mpm: tdc_sync: Remove sleeps in offset pollingMartin Braun2017-12-221-7/+7
* lmk: change holdover settings to reduce lock timedjepson12017-12-223-14/+25
* mpm: mg: Minor cleanup in __init__Martin Braun2017-12-221-6/+26
* mpm: mg: Enable user EEPROM data read/writeMartin Braun2017-12-221-2/+100
* mpm: n310: Enable read/write of user EEPROM dataMartin Braun2017-12-221-0/+67
* mpm: Add BufferFS serialization libraryMartin Braun2017-12-223-0/+401
* mg: Add dboard EEPROM propertiesMartin Braun2017-12-221-2/+18
* n3xx: enable 1G clock with gpio settings.Ryan Marlow2017-12-221-0/+17
* mpm: mg: Specify I2C parents for GPIO devicesTrung N Tran2017-12-221-3/+77
* mpm: n3xx: Add GPS locked sensorTrung N Tran2017-12-221-0/+13
* mpm: mg: Specify the required overlay for FPGA auto-loadingMartin Braun2017-12-221-0/+15
* mpm: Provide default dboard EEPROM getter/settersMartin Braun2017-12-221-0/+28
* mpm: Properly populate device_info dict for dboard classesMartin Braun2017-12-221-1/+18
* mpm: sysfsgpio: Allow to filter by parent deviceTrung Tran2017-12-221-11/+22
* mg: Fix lambda-related warnings in block controlMartin Braun2017-12-221-12/+15
* bit to bin: initial commit of converter scriptBrent Stapleton2017-12-221-0/+121
* mpm: n310: Add mboard EEPROM supportMartin Braun2017-12-221-0/+15
* mpm: Add mboard EEPROM supportMartin Braun2017-12-224-6/+71
* Sync: Improved range checking for offset measurements.djepson12017-12-221-2/+2
* mg: Updated JESD204b init seq and documentation.djepson12017-12-222-41/+65
* mg: Fix debug support for CPLD accessesdjepson12017-12-221-1/+0
* mg: Clean up CPLD initialization.djepson12017-12-221-16/+32
* mg: Preliminary clock sync supportdjepson12017-12-222-7/+49
* mg: Clean up radio_regs creationdjepson12017-12-221-5/+9
* mg: Updated support for LMKdjepson12017-12-222-32/+116
* mpm/n310: Moved the mboard ref_locked sensor into MPMMartin Braun2017-12-222-8/+28
* mpm: Added sensor APIMartin Braun2017-12-223-0/+106
* types: sensor_value_t can now be created from mapMartin Braun2017-12-224-0/+161
* mpm: add n310 motherboard revD supportTrung N Tran2017-12-222-40/+91
* mpm: n3xx_bist: Added more comments, clarified timeout unitsMartin Braun2017-12-221-7/+18
* spidev: fix error handling in initializationMark Meserve2017-12-222-41/+78
* ad937x: remove magic constant in ad937x_config_tMark Meserve2017-12-222-4/+7
* ad937x: revise ad937x_deviceMark Meserve2017-12-221-8/+8
* ad937x: add comments to ad937x_gain_ctrl_configMark Meserve2017-12-222-17/+19
* ad937x: update ad937x_firMark Meserve2017-12-222-3/+4
* ad937x: address TODOs in adi_ctrlMark Meserve2017-12-222-10/+50
* ad937x: add missing docstrings to ctrlMark Meserve2017-12-221-0/+26
* ad937x: cleanup and optimize ad937x_config_tMark Meserve2017-12-222-66/+54
* mg: replace bind with lambda in ad937x_deviceMark Meserve2017-12-221-49/+56
* mg: add const where possible in ad937x_deviceMark Meserve2017-12-222-43/+43
* mg: make timeout values uint32_tMark Meserve2017-12-221-1/+1