Re: [PATCH] iio: chemical: add SGP41 driver
From: Joshua Crofts
Date: Mon Aug 31 2026 - 21:05:40 EST
On Mon, 31 Aug 2026 20:42:35 +0530
Akshat Chandra <notmissinge@xxxxxxxxx> wrote:
> Signed-off-by: Akshat Chandra <notmissinge@xxxxxxxxx>
> ---
> .../devicetree/bindings/trivial-devices.yaml | 2 +
> drivers/iio/chemical/Kconfig | 11 +
> drivers/iio/chemical/Makefile | 1 +
> drivers/iio/chemical/sgp41.c | 384 ++++++++++++++++++
> 4 files changed, 398 insertions(+)
> create mode 100644 drivers/iio/chemical/sgp41.c
>
Not only you're missing a commit message, you're also missing a
MAINTAINERS entry and a dt-bindings entry! Please fix this!
(Note, the dt-bindings and MAINTAINERS entry should go together
in one patch, preferrably first in the series).
--
Kind regards,
Joshua Crofts