Re: [PATCH v2 2/3] iio: pressure: Add driver for Sensirion SDP500

From: Krzysztof Kozlowski
Date: Wed May 01 2024 - 05:44:26 EST


On 30/04/2024 17:27, Petar Stoykov wrote:
> From 6ae7537517f551540121ca6fb3b99080b7580410 Mon Sep 17 00:00:00 2001
> From: Petar Stoykov <pd.pstoykov@xxxxxxxxx>
> Date: Mon, 15 Jan 2024 12:21:26 +0100
> Subject: [PATCH 2/3] iio: pressure: Add driver for Sensirion SDP500
>
> Sensirion SDP500 is a digital differential pressure sensor. The sensor is
> accessed over I2C.
>
> Signed-off-by: Petar Stoykov <pd.pstoykov@xxxxxxxxx>
> ---
> drivers/iio/pressure/Kconfig | 9 +++
> drivers/iio/pressure/Makefile | 1 +
> drivers/iio/pressure/sdp500.c | 144 ++++++++++++++++++++++++++++++++++
> 3 files changed, 154 insertions(+)
> create mode 100644 drivers/iio/pressure/sdp500.c
>
> diff --git a/drivers/iio/pressure/Kconfig b/drivers/iio/pressure/Kconfig
> index 95efa32e4289..5debdfbd5324 100644
> --- a/drivers/iio/pressure/Kconfig
> +++ b/drivers/iio/pressure/Kconfig
> @@ -212,6 +212,15 @@ config MS5637
> This driver can also be built as a module. If so, the module will
> be called ms5637.
>
> +config SDP500
> + tristate "Sensirion SDP500 differential pressure sensor I2C driver"

Nothing improved. Indentation is even more broken.

Use b4 to send patches. If you decide to send them manually, be sure you
use proper process, so git format-patch -3 --cover-letter && git
send-email. All threading is broken, all patches are not real patches
and have some headers pasted. That's not how it works.

Best regards,
Krzysztof