Cosmin Tanislav

Results 15 comments of Cosmin Tanislav

V1 -> V2 * add locking around setting watermark * remove adi,int-ref-microvolt * add frequency defines * simplify mclk rate setting * remove irq check, try to request irq, and...

V2 -> V3: * ABI: document filter_mode{,_available}

V3 -> V4 * remove useless FIELD_PREP of register * add back manual masking of register read

V4 -> V5 * use interrupt-names for finding the interrupt pin

> Do you plan to send this (maybe as RFC) upstream? I do, but I first have to test it.

V1 -> V2: * refactor indentation and returns * add spi_device_id table * remove useless error message printing * inline call to devm_gpiochip_add_data * remove comparator_en * remove conditional retval...

V2 -> V3: * fix open paranthesis alignment * remove usage of GPL in module license * remove Kconfig references to AD74115

As always, I prefer not having to do two separate versions of the patches, one for our local tree and one for upstream. So this contains the commits necessary to...

Upstream commits + cherry picked from line + compatibility for 5.10 (with comments describing them).

Has been accepted upstream. The PR contains all commits necessary to get in-line with upstream (with 'cherry picked from' line), minus those for `IIO_DMA_MINALIGN` and `DEFINE_SIMPLE_DEV_PM_OPS`, which wouldn't compile on...