On Fri, 15 Aug 2025 16:46:02 +0000
Ben Collins <bcollins@watter.com> wrote:
> From: Ben Collins <bcollins@kernel.org>
See submitting patches documentation. Should have a version number in the [] in the patch title.
Jonathan
>
> ChangeLog:
> v2 -> v3:
> - Improve changelogs in each patch
> - Based on feedback from Andy Shevchenko <andy.shevchenko@gmail.com>
> * Set register offsets to fixed width
> * Fix typos
> * Future-proof Kconfig changes
> * Convert to using chip_info paradigm
> * Verbiage: dt -> firmware description
> * Use proper specifiers and drop castings
> * Fix register offset to be fixed-width
> * u8 for cfg var
> * Fix % type for u32 to be %u
> * Make blank lines consistent between case statements
> * FIELD_PREP -> FIELD_MODIFY
> * Remove explicit setting of 0 value in filter_level
> - Based on feedback from David Lechner <dlechner@baylibre.com>
> * Rework IIR values exposed to sysfs. Using the ratios, there was no
> way to represent "disabled" (i.e. infinity). Based on the bmp280
> driver I went with using the power coefficients (e.g. 1, 2, 4, 8,
> ...) where 1 is disabled (n=0).
>
> v1 -> v2:
> - Break into individual patches
>
> v1:
> - Initial patch to enable IIR and thermocouple-type
> - Recognize mcp9601
>
> Ben Collins (5):
> dt-bindings: iio: mcp9600: Add compatible for microchip,mcp9601
> iio: mcp9600: White space cleanup for tab alignment
> iio: mcp9600: Recognize chip id for mcp9601
> iio: mcp9600: Add support for thermocouple-type
> iio: mcp9600: Add support for IIR filter
>
> .../iio/temperature/microchip,mcp9600.yaml | 6 +-
> drivers/iio/temperature/Kconfig | 8 +-
> drivers/iio/temperature/mcp9600.c | 209 ++++++++++++++++--
> 3 files changed, 201 insertions(+), 22 deletions(-)
>