lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <490cd4b4-c836-4512-9566-07fcdda40b82@linaro.org>
Date: Wed, 1 May 2024 11:44:08 +0200
From: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
To: Petar Stoykov <pd.pstoykov@...il.com>, linux-iio@...r.kernel.org
Cc: Jonathan Cameron <jic23@...nel.org>,
 Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
 Lars-Peter Clausen <lars@...afoo.de>, Rob Herring <robh+dt@...nel.org>,
 Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
 Angel Iglesias <ang.iglesiasg@...il.com>, Conor Dooley
 <conor+dt@...nel.org>, linux-kernel@...r.kernel.org,
 devicetree@...r.kernel.org
Subject: Re: [PATCH v2 2/3] iio: pressure: Add driver for Sensirion SDP500

On 30/04/2024 17:27, Petar Stoykov wrote:
> From 6ae7537517f551540121ca6fb3b99080b7580410 Mon Sep 17 00:00:00 2001
> From: Petar Stoykov <pd.pstoykov@...il.com>
> 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@...il.com>
> ---
>  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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ