Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rh: Remove unnecessary register read during set frequency | Ciro Nishiguchi | 2020-05-15 | 1 | -3/+0 |
| | | | | | This unnecessary reads causes timed commands on rhodium to block. It also makes it behave differently based on whether logging is enabled. | ||||
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -210/+181 |
| | | | | | Note: template_lvbitx.{cpp,hpp} need to be excluded from the list of files that clang-format gets applied against. | ||||
* | lmx2592: fixup for correct frequency borders | tvogel-nid | 2019-03-13 | 1 | -2/+2 |
| | | | | | LMX2592 frequency borders were missing the correct exponent ('e6') in some cases. | ||||
* | uhd: skip formatting misc arrays, maps, etc. | Brent Stapleton | 2019-01-16 | 1 | -0/+2 |
| | | | | | | Various data structures are nicely formatted to be human-readable. clang-format makes these structures harder to read, so we can skip formatting these sections. | ||||
* | lmx2592: Better "abs()" compiler compatibility | Michael Dickens | 2018-12-12 | 1 | -3/+3 |
| | | | | Use "std::abs" instead of "abs" for better compiler compatibility | ||||
* | lmx2592: remove initial scratch register readback | Mark Meserve | 2018-10-17 | 1 | -24/+0 |
| | | | | | - This is the only read operation in the driver, so removing it simplifies the driver's requirements significantly. | ||||
* | lmx2592: add spur dodging | Mark Meserve | 2018-10-17 | 1 | -22/+326 |
| | |||||
* | lmx2592: fix calibration start during tuning | Mark Meserve | 2018-07-31 | 1 | -1/+3 |
| | | | | - This bug could cause LO to not lock properly after a set_frequency call | ||||
* | lmx2592: always mux lock detect after init | Mark Meserve | 2018-07-31 | 1 | -9/+5 |
| | |||||
* | LMX2592: Fix PFD calculation | Derek Kozel | 2018-06-12 | 1 | -1/+1 |
| | |||||
* | LMX2592: Skip output div-by-3 due to harmonics | Derek Kozel | 2018-06-06 | 1 | -0/+6 |
| | |||||
* | uhd: Added LMX2592 driver | Derek Kozel | 2018-05-03 | 1 | -0/+471 |