linux
                                
                                
                                
                                    linux copied to clipboard
                            
                            
                            
                        Linux kernel variant from Analog Devices; see README.md for details
The AD9208 driver in `drivers/iio/adc/ad9208.c` incorrectly assumes the minimum valid clock frequency is 625 MHz, which is valid for the AD9208-1300 variant but **too high for the AD9208-625**. When using...
## PR Description The ADA4355 is a complete, high performance, current input µModule. The 14-bit ADC converts the amplified voltage signal at a rate of up to 125 MSPS and...
Hi, I am currently building firmware for a custom debug board with zynq, I am trying to connect and configure the board with ADRV9002 via FMC connector. When I started...
The MAX1720x is a stand-alone fuel gauge that communicates via I2C and provides battery voltage, current. The driver registers as a power supply class device and supports basic property reads...
## PR Description Driver support for the TMC5271 Stepper Driver and Controller. Datasheet: [TMC5271](https://www.analog.com/media/en/technical-documentation/data-sheets/tmc5271-datasheet.pdf) ## PR Type - [ ] Bug fix (a change that fixes an issue) - [x]...
## PR Description This adds support for LTM4673 to the LTC2978 PMBus client driver which contains support to similar μModule regulators. The LTM4673 is a quad output, dual 12A and...
## PR Description - Please replace this comment with a summary of your changes, and add any context necessary to understand them. List any dependencies required for this change. -...
## PR Description - Please replace this comment with a summary of your changes, and add any context necessary to understand them. List any dependencies required for this change. -...
https://github.com/analogdevicesinc/linux/blob/f2ed46a0fee5300e75919e5dd3c68be3a07bb220/drivers/iio/frequency/ltc6952.c#L817 VCO can reach 4.5 GHz therefore datatype should be a ULL. This just squeaks over the max value of a UL.
## PR Description The first 3 commits are cherry-picked from the iio tree for synchronization. The last commit is a big rework of the driver. Instead of letting the user...