| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mpm: tdc: fixed typos in comments | Daniel Jepson | 2017-12-22 | 2 | -2/+2 |
* | mpm: tdc: compensate for the trace delay differences between daughterboards | Daniel Jepson | 2017-12-22 | 1 | -1/+8 |
* | mpm: n310: Support RevE | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | mpm: mg: Fix lookup of user EEPROM map | Martin Braun | 2017-12-22 | 1 | -1/+18 |
* | mpm: Harmonize all license header | Martin Braun | 2017-12-22 | 109 | -1253/+268 |
* | mpm: n310: add fpga compat number check | Trung N Tran | 2017-12-22 | 1 | -0/+34 |
* | mpm: xport: Let UDP manager re-enumerate available CHDR ifaces on init() | Martin Braun | 2017-12-22 | 1 | -11/+23 |
* | mpm: UIOs now open only when necessary | Brent Stapleton | 2017-12-22 | 8 | -185/+190 |
* | mpm: Add mmap_regs_iface | Martin Braun | 2017-12-22 | 4 | -0/+184 |
* | mpm: adding GPS sensor functions | Brent Stapleton | 2017-12-22 | 4 | -0/+198 |
* | mpm: Harmonize imports, tidy + sort modules | Martin Braun | 2017-12-22 | 34 | -71/+88 |
* | mpm: Fix floating-point errors in MCR configuration | Martin Braun | 2017-12-22 | 3 | -83/+114 |
* | n3xx: enable DRP access to DB MGTS & QPLLs | djepson1 | 2017-12-22 | 2 | -36/+249 |
* | mpm: bfrfs: Assert reference buffer is a byte string | Martin Braun | 2017-12-22 | 1 | -0/+1 |
* | mpm: Enable TX external LO set through args, simplify code | Trung N Tran | 2017-12-22 | 7 | -71/+93 |
* | tdc: fix bug in pps capture reporting | Daniel Jepson | 2017-12-22 | 2 | -8/+19 |
* | mpm: add all time_source options and complete MB clk control | Daniel Jepson | 2017-12-22 | 1 | -10/+96 |
* | mpm: added uio for motherboard regs | sugandhagupta | 2017-12-22 | 1 | -7/+47 |
* | mpm: Factor out xport managers as own objects | Martin Braun | 2017-12-22 | 9 | -233/+328 |
* | mpm: utils: Add string conversion utilities | Martin Braun | 2017-12-22 | 1 | -0/+42 |
* | mpm: close unused pyroute objects | Trung N Tran | 2017-12-22 | 1 | -33/+39 |
* | mpm: Return correct value for usrp_hwd.py --init-only | Martin Braun | 2017-12-22 | 1 | -1/+1 |
* | mpm: Fix python2 vs python3 zlib.crc32 output difference | Steven Bingler | 2017-12-22 | 1 | -1/+1 |
* | mpm: n310: Compile .dts files to .dtbo on update | Martin Braun | 2017-12-22 | 1 | -7/+31 |
* | mpm: mg: Refactor init(), limit object scopes | Martin Braun | 2017-12-22 | 1 | -39/+53 |
* | mpm: Add temporary failure for FPGA reload | Martin Braun | 2017-12-22 | 1 | -0/+9 |
* | mpm: Reset periph manager on update | Brent Stapleton | 2017-12-22 | 4 | -15/+105 |
* | mpm: adding destructor for UIO | Brent Stapleton | 2017-12-22 | 1 | -0/+11 |
* | mpm: PeriphManager decides and applies overlay | Brent Stapleton | 2017-12-22 | 5 | -57/+14 |
* | fpga load: Components file paths in component dict | Brent Stapleton | 2017-12-22 | 1 | -9/+12 |
* | fpga load: Atomic updating of multiple components | Brent Stapleton | 2017-12-22 | 2 | -40/+46 |
* | mpm: mg: Add ref lock sensor | Martin Braun | 2017-12-22 | 1 | -0/+15 |
* | mpm: lmk04828: Fix docstring | Martin Braun | 2017-12-22 | 1 | -2/+2 |
* | mpm: mg: Add flag to see if master clock rate is being changed | Martin Braun | 2017-12-22 | 1 | -10/+26 |
* | mpm: mg: Fix linter errors, compacted SPI factories | Martin Braun | 2017-12-22 | 1 | -27/+16 |
* | mpm: mg: Move some class attributes to local scopes | Martin Braun | 2017-12-22 | 2 | -32/+38 |
* | mpm: n310: Remove unused imports (linter warnings) | Martin Braun | 2017-12-22 | 1 | -2/+1 |
* | mpm: mykonos: Increase SPI speed to 20 MHz | Trung N Tran | 2017-12-22 | 1 | -1/+1 |
* | mpm: mg: Remove unused spi_factories key | Trung N Tran | 2017-12-22 | 1 | -5/+3 |
* | mpm: mg: Set default master_clock_rate to 125 MHz at every init | Trung Tran | 2017-12-22 | 1 | -0/+2 |
* | mpm: mykonos: Add API to change master clock rate | Trung N Tran | 2017-12-22 | 8 | -10/+135 |
* | jesd: add reset routine and make portions more generic for various links | djepson1 | 2017-12-22 | 1 | -33/+101 |
* | n3xx: add support for 122.88 and 153.6 MHz sample clock rates | Martin Braun | 2017-12-22 | 5 | -91/+207 |
* | mg: Enable variable master clock rates | Martin Braun | 2017-12-22 | 1 | -2/+6 |
* | mpm: mg: Add dboard sensors for low- and highband LO lock status | Martin Braun | 2017-12-22 | 2 | -14/+26 |
* | mpm: ad937x: Add LO lock API | Martin Braun | 2017-12-22 | 2 | -0/+21 |
* | mpm: Let usrp_hwd.py --init-only show init status and duration | Martin Braun | 2017-12-22 | 1 | -1/+10 |
* | mpm: mg: Optionally parallelize init calls to dboard | Martin Braun | 2017-12-22 | 1 | -3/+19 |
* | mpm: Minor spidev fixes | Martin Braun | 2017-12-22 | 1 | -18/+5 |
* | mpm: Add 'hijack' mode to mpm_shell | Martin Braun | 2017-12-22 | 1 | -1/+42 |