From: Joshua Crofts <joshua.crofts1@gmail.com>
To: Jonathan Cameron <jic23@kernel.org>
Cc: "David Lechner" <dlechner@baylibre.com>,
"Nuno Sá" <nuno.sa@analog.com>,
"Andy Shevchenko" <andy@kernel.org>, "Crt Mori" <cmo@melexis.com>,
"Puranjay Mohan" <puranjay@kernel.org>,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2 09/11] iio: temperature: tsys01: make headers conform to IWYU
Date: Sat, 29 Aug 2026 20:09:59 +0200 [thread overview]
Message-ID: <20260829200959.09e58aac@systembl0wer> (raw)
In-Reply-To: <178802625991.2637008.10673317877221890998.b4-review@b4>
On Sat, 29 Aug 2026 18:57:39 +0100
Jonathan Cameron <jic23@kernel.org> wrote:
> > Remove the catch-all kernel.h header, add missing headers and remove
>
> Seems some fixups in wrong patch as tmp117 stuff in here.
>
> Sashiko shouted about that.
Yeah, must've been half asleep when I was squashing commits.
>
> > unused headers.
> >
> > Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
> >
> > diff --git a/drivers/iio/temperature/tmp117.c b/drivers/iio/temperature/tmp117.c
> > index 25bc98e64e48..96252627613f 100644
> > --- a/drivers/iio/temperature/tmp117.c
> > +++ b/drivers/iio/temperature/tmp117.c
> > @@ -12,13 +12,12 @@
> > #include <linux/array_size.h>
> > #include <linux/bitops.h>
> > #include <linux/delay.h>
> > -#include <linux/dev_printk.h>
> > +#include <linux/device.h>
> > #include <linux/err.h>
> > #include <linux/i2c.h>
> > #include <linux/limits.h>
> > #include <linux/minmax.h>
> > #include <linux/module.h>
> > -#include <linux/property.h>
> > #include <linux/regulator/consumer.h>
> > #include <linux/types.h>
> >
> > diff --git a/drivers/iio/temperature/tsys01.c b/drivers/iio/temperature/tsys01.c
> > index 14de67ee8be7..3c1f5b6ac156 100644
> > --- a/drivers/iio/temperature/tsys01.c
> > +++ b/drivers/iio/temperature/tsys01.c
> > @@ -8,12 +8,14 @@
> > * http://www.meas-spec.com/downloads/TSYS01_Digital_Temperature_Sensor.pdf
> > */
> >
> > -#include <linux/device.h>
>
> | sashiko.dev <sashiko@sashiko.dev>:
> |
> | [Severity: Low]
> | Does removing <linux/device.h> contradict the Include What You Use principles
> | mentioned in the commit message?
> |
> | Looking at tsys01_probe(), it directly dereferences struct device and struct
> | device_driver:
> |
> | tsys01_probe() {
> | ...
> | indio_dev->name = dev->driver->name;
>
> Looks valid to me.
>
> | ...
> | }
>
> Jonathan
>
Yep, all Sashiko issues addressed in my series locally, but I'll let this
sit for a while before resending.
--
Kind regards,
Joshua Crofts
next prev parent reply other threads:[~2026-08-29 18:10 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-29 16:25 [PATCH v2 00/11] iio: temperature: make headers conform to IWYU Joshua Crofts
2026-08-29 16:25 ` [PATCH v2 01/11] iio: temperature: iqs620at-temp: " Joshua Crofts
2026-08-29 16:25 ` [PATCH v2 02/11] iio: temperature: ltc2983: reorder headers Joshua Crofts
2026-08-29 16:26 ` [PATCH v2 03/11] iio: temperature: ltc2983: make headers conform to IWYU Joshua Crofts
2026-08-29 17:57 ` Jonathan Cameron
2026-08-29 20:24 ` Joshua Crofts
2026-08-29 23:48 ` Jonathan Cameron
2026-08-29 16:26 ` [PATCH v2 04/11] iio: temperature: mlx90632: " Joshua Crofts
2026-08-29 16:26 ` [PATCH v2 05/11] iio: temperature: mlx90635: " Joshua Crofts
2026-08-29 16:26 ` [PATCH v2 06/11] iio: temperature: tmp117: sort headers alphabetically Joshua Crofts
2026-08-29 16:26 ` [PATCH v2 07/11] iio: temperature: tmp117: make headers conform to IWYU Joshua Crofts
2026-08-29 16:26 ` [PATCH v2 08/11] iio: temperature: tsys01: reorder headers Joshua Crofts
2026-08-29 16:26 ` [PATCH v2 09/11] iio: temperature: tsys01: make headers conform to IWYU Joshua Crofts
2026-08-29 17:57 ` Jonathan Cameron
2026-08-29 18:09 ` Joshua Crofts [this message]
2026-08-29 16:26 ` [PATCH v2 10/11] iio: temperature: tsys02d: reorder headers Joshua Crofts
2026-08-29 16:26 ` [PATCH v2 11/11] iio: temperature: tsys02d: make headers conform to IWYU Joshua Crofts
2026-08-29 16:36 ` Joshua Crofts
-- strict thread matches above, loose matches on Subject: below --
2026-08-31 21:13 [PATCH v2 00/11] iio: temperature: " Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 09/11] iio: temperature: tsys01: " Joshua Crofts
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260829200959.09e58aac@systembl0wer \
--to=joshua.crofts1@gmail.com \
--cc=andy@kernel.org \
--cc=cmo@melexis.com \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=puranjay@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.