linux
linux copied to clipboard
Linux kernel variant from Analog Devices; see README.md for details
## PR Description Add support for: LTC4162-F 35V/3.2A Multi-Cell LiFePO4 Step-Down Battery Charger LTC4162-S 35V/3.2A Lead-Acid Step-Down Battery Charger LTC4015 35V/3.2A Multichemistry Buck Battery Charger Controller Bindings: - Add compatible...
## PR Description - This adds driver support, device tree bindings, and ABI documentation for added attributes for MAX30210 Temperature Sensor. - Datasheet: [MAX30210](https://www.analog.com/media/en/technical-documentation/data-sheets/max30210.pdf) - Tested on RPI4 with [MAX30210EVKIT](https://www.analog.com/en/resources/evaluation-hardware-and-software/evaluation-boards-kits/max30210evkit.html#eb-overview)...
## PR Description - RTC: MAX31331: Support for MAX31331 and updated the documents. ## PR Type - [ ] Bug fix (a change that fixes an issue) - [x] New...
## PR Description Ports back the AD4000 driver into ADI Linux with offload support as requested at https://baylibre.atlassian.net/browse/ADI-369. 0) Cherry-picks upstream commits that conflicted with SPI MOSI idle feature. 1)...
https://github.com/analogdevicesinc/linux/blob/eeeb325e16c5ee2f1725ea56e7cf8895627174b5/drivers/iio/frequency/ad917x/ad917x_api.c#L565
## PR Description Add support for AD4170 Sigma-Delta ADC. This ADC supports many configurations. One tricky part is supporting different channel setups (differential / pseudo-differential) and voltage reference supplies. The...
Recently a new trigger info has been added as "IIO_ENUM_AVAILABLE("trigger_status", IIO_SEPARATE, &m2k_dac_trigger_status_enum)" on line 644. Being 3 arguments it should be IIO_ENUM_AVAILABLE_SHARED or don't have ", IIO_SEPARATE" It blocks petalinux...
## PR Description This PR updates ad4630 so it can provide ADC common-mode data. First, this PR brings multiple scan_type support from upstream into ADI Linux (https://lore.kernel.org/linux-iio/20240530-iio-add-support-for-multiple-scan-types-v3-0-cbc4acea2cfa@baylibre.com/). Then, ad4630 is...
## PR Description - Adds an IIO driver, devicetree binding and overlay for the AD7294 addac. - [Datasheet](https://www.analog.com/media/en/technical-documentation/data-sheets/AD7294.pdf) ## TODO - [ ] Support for differential channels ## PR Type...
prepare and unprepare functions aren´t present despite of struct spi_controller still maintain this function pointers. In latest kernel 5.15.X versions i saw an error when i use the "flashcp" command...