| Commit message (Expand) | Author | Age | Files | Lines |
* | rh: fix typo in init | Mark Meserve | 2018-11-14 | 1 | -1/+1 |
* | uhd: Add device arg to enable dual ethernet for tx | Ciro Nishiguchi | 2018-11-14 | 2 | -2/+17 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 16 | -63/+63 |
* | mpmd: increase rpc timeout during reading mb sensor | Trung Tran | 2018-11-13 | 1 | -1/+4 |
* | rh: initialize switches | Mark Meserve | 2018-11-07 | 1 | -3/+10 |
* | x300: Remove 120 MHz option | Martin Braun | 2018-11-07 | 2 | -3/+1 |
* | rh: adjust tx lo gain table | Mark Meserve | 2018-11-05 | 2 | -7/+12 |
* | rh: add lo distribution support | Mark Meserve | 2018-11-05 | 4 | -0/+161 |
* | rh: fix handling of spur_dodging arg | Mark Meserve | 2018-11-01 | 3 | -7/+30 |
* | cores:rx_frontend_core_3000: fix real mode | Gwenhael Goavec-Merou | 2018-10-29 | 1 | -0/+2 |
* | rh: add support for rhodium devices | Mark Meserve | 2018-10-25 | 11 | -1/+3479 |
* | Test: Add unit test for eeprom_utils | michael-west | 2018-10-25 | 1 | -1/+1 |
* | X300: Prevent duplicate MAC and IP addresses from being programmed in MB | Michael West | 2018-10-25 | 1 | -2/+24 |
* | X300: Add recovery for duplicate IP addresses in EEPROM | Michael West | 2018-10-25 | 2 | -19/+13 |
* | B200: Restore asynchronous reset of AD936x. | michael-west | 2018-10-17 | 2 | -4/+15 |
* | lmx2592: remove initial scratch register readback | Mark Meserve | 2018-10-17 | 1 | -24/+0 |
* | lmx2592: add spur dodging | Mark Meserve | 2018-10-17 | 1 | -22/+326 |
* | lib: ad9361: De-boostify AD9361 driver | Martin Braun | 2018-10-17 | 2 | -106/+195 |
* | multi_usrp: Add sync_source API | Martin Braun | 2018-10-11 | 1 | -6/+160 |
* | mpmd: Increase rpcc timeout when calling set_time_source() | Trung Tran | 2018-10-11 | 1 | -0/+2 |
* | mg: fixup set_rx_antenna | Trung Tran | 2018-10-04 | 1 | -1/+1 |
* | multi_usrp: move definition of constants | Andrew Lynch | 2018-10-04 | 1 | -0/+2 |
* | cores: Update rx_frontend_gen3.v controls for 1/4-rate mixer | Martin Braun | 2018-09-25 | 2 | -8/+12 |
* | e320: Fix master_clock_rate setting | Sugandha Gupta | 2018-09-24 | 1 | -0/+4 |
* | uhd: rfnoc: add async message handler | Trung Tran | 2018-09-14 | 1 | -2/+29 |
* | mg: clipping frequency | Trung Tran | 2018-09-14 | 2 | -4/+7 |
* | x300_impl: remove default_buff_args properties | Trung Tran | 2018-09-13 | 1 | -7/+0 |
* | device3_io_impl: remove tx_hint[send_buff_size] | Trung Tran | 2018-09-13 | 1 | -6/+0 |
* | mpmd: add link speed to xport udp | Trung Tran | 2018-09-13 | 1 | -6/+29 |
* | fixup! DDC/DUC: switch CORDIC -> DDS for all relevant variable names | michael-west | 2018-09-13 | 2 | -12/+12 |
* | e320: gpio: Fix front panel GPIO readback | Sugandha Gupta | 2018-09-12 | 1 | -1/+4 |
* | mpmd: add option to enum rfnoc blocks from args | Trung Tran | 2018-08-31 | 1 | -5/+21 |
* | x300: Improve firmware compat error message | Martin Braun | 2018-08-22 | 2 | -16/+35 |
* | X300: Correctly initialize antenna mapping for TwinRX | Derek Kozel | 2018-08-22 | 1 | -1/+4 |
* | twinrx: enable ch1 lo amps if ch2 is using an external lo source | Mark Meserve | 2018-08-21 | 1 | -1/+13 |
* | uhd: Remove usage of time_t (except when required) | Martin Braun | 2018-08-20 | 3 | -8/+8 |
* | multi_usrp: Add get_user_settings_iface() API call | Martin Braun | 2018-08-16 | 1 | -0/+12 |
* | b200: Enable access to user regs via the 'enable_user_regs' arg | Martin Braun | 2018-08-16 | 3 | -4/+31 |
* | b200: Remove superfluous fake lambda | Martin Braun | 2018-08-16 | 1 | -11/+10 |
* | x300: Enable clock_source and time_source device args | Martin Braun | 2018-08-10 | 1 | -2/+2 |
* | x300: Use constrained_args | Martin Braun | 2018-08-10 | 4 | -48/+222 |
* | x300: Move defaults to their own header | Martin Braun | 2018-08-10 | 3 | -116/+159 |
* | e320: Fix tx/rx atr - antenna and frequency settings | Sugandha Gupta | 2018-08-09 | 5 | -30/+32 |
* | fixup! mpm: mg: add set_master_clock_rate member | Martin Braun | 2018-08-03 | 1 | -2/+2 |
* | rfnoc: dma_fifo: Added a more robust flush mechanism | Ashish Chaudhari | 2018-08-03 | 1 | -35/+59 |
* | mg: Allow calling set_rate() at runtime | Martin Braun | 2018-08-02 | 2 | -6/+38 |
* | mpm: mg: add set_master_clock_rate member | Daniel Jepson | 2018-08-02 | 2 | -0/+13 |
* | mpmd: Allow setting time_source and clock_source props | Martin Braun | 2018-08-02 | 1 | -24/+4 |
* | x300: Log git hash and compat number as debug message | Martin Braun | 2018-08-01 | 1 | -3/+8 |
* | b100: Demote some clocking-related log messages to trace | Martin Braun | 2018-07-31 | 1 | -2/+2 |