mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@kernel.org>
To: Joshua Crofts <joshua.crofts1@gmail.com>
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 00/11] iio: temperature: make headers conform to IWYU
Date: Sat, 5 Sep 2026 01:10:44 +0100	[thread overview]
Message-ID: <20260905011044.0f37018d@jic23-huawei> (raw)
In-Reply-To: <CALoEA-yK8kP6DbPuzh_BnNUnxOU_meAcWWFURMvO6svGBZo2-g@mail.gmail.com>

On Tue, 1 Sep 2026 09:55:09 +0200
Joshua Crofts <joshua.crofts1@gmail.com> wrote:

> On Tue, 1 Sept 2026 at 07:09, Joshua Crofts <joshua.crofts1@gmail.com> wrote:
> > > Changes in v2:
> > > - Add missing headers pointed out by Sashiko.
> > > - Swap <asm/div64.h> for <linux/math64.h> (Jonathan, Andy).
> > > - Squash small reordering patches with iwyu changes.
> > > - Link to v1: https://lore.kernel.org/r/20260822-kernel-header-removal-v1-0-ee31b124be11@gmail.com
> > >
> > > ---
> > > Joshua Crofts (11):
> > >       iio: temperature: iqs620at-temp: make headers conform to IWYU
> > >       iio: temperature: ltc2983: reorder headers
> > >       iio: temperature: ltc2983: make headers conform to IWYU
> > >       iio: temperature: mlx90632: make headers conform to IWYU
> > >       iio: temperature: mlx90635: make headers conform to IWYU
> > >       iio: temperature: tmp117: sort headers alphabetically
> > >       iio: temperature: tmp117: make headers conform to IWYU
> > >       iio: temperature: tsys01: reorder headers
> > >       iio: temperature: tsys01: make headers conform to IWYU
> > >       iio: temperature: tsys02d: reorder headers
> > >       iio: temperature: tsys02d: make headers conform to IWYU
> > >
> > >  drivers/iio/temperature/iqs620at-temp.c |  9 +++++++--
> > >  drivers/iio/temperature/ltc2983.c       | 19 +++++++++++++++----
> > >  drivers/iio/temperature/mlx90632.c      | 10 +++++++---
> > >  drivers/iio/temperature/mlx90635.c      | 11 +++++++----
> > >  drivers/iio/temperature/tmp117.c        |  9 +++++----
> > >  drivers/iio/temperature/tsys01.c        | 17 +++++++++++------
> > >  drivers/iio/temperature/tsys02d.c       | 12 +++++++++---
> > >  7 files changed, 61 insertions(+), 26 deletions(-)
> > > ---  
> >
> > I seem to be having b4 issues as this sent v2 again with the same
> > mistakes?  
> 
> Okay, never mind. b4 did send the right series but forgot to bump the version
> number up.
> 
> Anyway, some Sashiko remarks - just commit message issues (forgot to update
> some headers under the ---) + one remark about me including slab.h for
> GFP_KERNEL, but I suppose I could change this to gfp_types.h instead.
> 
Lets not go around the houses for ever.  Close enough to perfect for me.

Applied, thanks!

Jonathan



  reply	other threads:[~2026-09-05  0:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-31 21:13 Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 01/11] iio: temperature: iqs620at-temp: " Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 02/11] iio: temperature: ltc2983: reorder headers Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 03/11] iio: temperature: ltc2983: make headers conform to IWYU Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 04/11] iio: temperature: mlx90632: " Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 05/11] iio: temperature: mlx90635: " Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 06/11] iio: temperature: tmp117: sort headers alphabetically Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 07/11] iio: temperature: tmp117: make headers conform to IWYU Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 08/11] iio: temperature: tsys01: reorder headers Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 09/11] iio: temperature: tsys01: make headers conform to IWYU Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 10/11] iio: temperature: tsys02d: reorder headers Joshua Crofts
2026-08-31 21:13 ` [PATCH v2 11/11] iio: temperature: tsys02d: make headers conform to IWYU Joshua Crofts
2026-09-01  5:09 ` [PATCH v2 00/11] iio: temperature: " Joshua Crofts
2026-09-01  7:55   ` Joshua Crofts
2026-09-05  0:10     ` Jonathan Cameron [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-08-29 16:25 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=20260905011044.0f37018d@jic23-huawei \
    --to=jic23@kernel.org \
    --cc=andy@kernel.org \
    --cc=cmo@melexis.com \
    --cc=dlechner@baylibre.com \
    --cc=joshua.crofts1@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®