aboutsummaryrefslogtreecommitdiffstats
path: root/mpm
Commit message (Expand)AuthorAgeFilesLines
* mpm: n320: Properly check for the LO distribution boardMartin Braun2019-02-192-9/+23
* N3xx: Update max rev to 7michael-west2019-02-191-2/+1
* mpm: xport: add commit_xport docstringBrent Stapleton2019-02-111-1/+4
* n3xx: init peripherals before loading FPGATrung Tran2019-02-013-45/+64
* mpm: Parameterize max UDP link allocationAlex Williams2019-01-252-1/+7
* mpm: Fix up Rhodium EEPROM handling for BfrfsEEPROMAlex Williams2019-01-231-24/+3
* rhodium: Fix some Pylint warningsMartin Braun2019-01-211-6/+4
* mpm: n3xx: e320: Add bridge mode supportRyan Marlow2019-01-172-2/+9
* mpm: xportmgr_udp: Add bridge mode supportSugandha Gupta2019-01-171-18/+50
* mpm: ethtable: Add support for bridge mode to Ethernet dispatcherSugandha Gupta2019-01-171-21/+79
* mpm: net: Add bridge utilitiesSugandha Gupta2019-01-171-10/+36
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-1653-2613/+2585
* rh: general code cleanupMark Meserve2019-01-103-8/+9
* mpm: Add gpgga sensor function to GPSd ifaceToni Jones2019-01-031-0/+101
* mpm: Factor out user EEPROM code into own moduleMartin Braun2018-12-203-169/+150
* uhd/mpm: eiscat: Various changesRyan Marlow2018-12-192-28/+41
* mpm_shell: Multiprocessing instead of threading for claimer loopAlex Williams2018-12-171-53/+86
* rh: remove polarity setting for sdclkout11Mark Meserve2018-12-121-2/+2
* rh: add functions to toggle lowband loMark Meserve2018-12-122-0/+20
* e320: Fix return value of get_fpga_typeSugandha Gupta2018-11-301-3/+3
* rh: Enable clock synchronization error checkingHumberto Jimenez2018-11-291-7/+3
* mpm: rh: Remove n321 overlayAlex Williams2018-11-271-1/+0
* n3xx: Change init() procedure to reduce configuration timeHumberto Jimenez2018-11-261-2/+6
* rh: Fix update_ref_clock_freq() to update init argsHumberto Jimenez2018-11-261-0/+3
* rh: fix typo in set_clk_safe_stateMark Meserve2018-11-161-1/+1
* mpm: add fpga githash to device infoTrung Tran2018-11-161-0/+2
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-1430-343/+343
* mpm:e320: fixup gps_locked typeTrung Tran2018-11-131-1/+1
* mpm:gpsd_iface: handle errors from gpsdTrung Tran2018-11-131-50/+87
* rh: change uio access to utilize with-asMark Meserve2018-11-122-79/+85
* mpm: i2c: Open and close i2c file descriptor on every accessAlex Williams2018-11-122-24/+48
* mpm: n3xx_bist: Add QSFP loopback to BIST testsAlex Williams2018-11-071-1/+45
* mpm: Add basic driver for QSFP board's retimerAlex Williams2018-11-074-0/+142
* mpm: Add convenience function to pull i2c bus from device treeAlex Williams2018-11-072-0/+37
* mpm: rh: Add MAX 10 update scriptAlex Williams2018-11-071-0/+165
* rh: add lo distribution supportMark Meserve2018-11-053-4/+145
* rh: disable lmk test outputMark Meserve2018-10-301-1/+1
* rh: Phase DAC configuration clean-upHumberto Jimenez2018-10-301-6/+4
* rh: Deterministic latency optimization in JESD204BHumberto Jimenez2018-10-301-3/+14
* rh: add support for rhodium devicesMark Meserve2018-10-2511-1/+2525
* nijesdcore: add PRBS-31 testingMark Meserve2018-10-251-0/+37
* nijesdcore: add eyescan utilityMark Meserve2018-10-253-4/+860
* nijesdcore: add variable configuration supportMark Meserve2018-10-254-30/+50
* mpm: tools: Added Rhodium ID to db-id utilityDerek Kozel2018-10-251-1/+3
* mpm: e320: n3xx: Factor BIST code to common moduleMartin Braun2018-10-243-1070/+786
* n3xx: output exception string on boot init failureMark Meserve2018-10-241-1/+1
* mpm: Add lock_guard() functionMartin Braun2018-10-231-0/+22
* mpm:n3xx: improve set_time_source,set_clock_sourceTrung Tran2018-10-221-50/+88
* mpm: i2c: Add vector-based transfer functionAlex Williams2018-10-193-0/+41
* mpm: Add i2c APIs for simple transfersAlex Williams2018-10-1911-0/+496