public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux•intel.com>
To: Linus Walleij <linus.walleij@linaro•org>
Cc: linux-sh@vger•kernel.org,
	Miquel Raynal <miquel.raynal@bootlin•com>,
	Stefan Schmidt <stefan@datenfreihafen•org>,
	linux-arch@vger•kernel.org, linux-samsung-soc@vger•kernel.org,
	Bartosz Golaszewski <bartosz.golaszewski@linaro•org>,
	Bartosz Golaszewski <brgl@bgdev•pl>,
	linux-doc@vger•kernel.org, linux-acpi@vger•kernel.org,
	SHA-cyfmac-dev-list@infineon•com,
	Geert Uytterhoeven <geert@linux-m68k•org>,
	linux-input@vger•kernel.org, linux-media@vger•kernel.org,
	devicetree@vger•kernel.org, Arnd Bergmann <arnd@arndb•de>,
	linux-gpio@vger•kernel.org, linux-m68k@lists•linux-m68k.org,
	linux-omap@vger•kernel.org, linux-arm-kernel@lists•infradead.org,
	brcm80211-dev-list.pdl@broadcom•com,
	linuxppc-dev@lists•ozlabs.org,
	linux-doc-tw-discuss@lists•sourceforge.net,
	Dmitry Torokhov <dmitry.torokhov@gmail•com>,
	linux-wireless@vger•kernel.org, linux-kernel@vger•kernel.org,
	netdev@vger•kernel.org, linux-wpan@vger•kernel.org
Subject: Re: [PATCH v3 06/12] gpiolib: split linux/gpio/driver.h out of linux/gpio.h
Date: Wed, 8 Feb 2023 16:51:41 +0200	[thread overview]
Message-ID: <Y+O2/dVDcvnXByc+@smile.fi.intel.com> (raw)
In-Reply-To: <Y+LWyc4rqCVq5hEi@smile.fi.intel.com>

On Wed, Feb 08, 2023 at 12:55:06AM +0200, Andy Shevchenko wrote:
> On Tue, Feb 07, 2023 at 03:55:23PM +0100, Linus Walleij wrote:
> > On Tue, Feb 7, 2023 at 3:29 PM Andy Shevchenko
> > <andriy.shevchenko@linux•intel.com> wrote:
> > 
> > > From: Arnd Bergmann <arnd@arndb•de>
> > >
> > > Almost all gpio drivers include linux/gpio/driver.h, and other
> > > files should not rely on includes from this header.
> > >
> > > Remove the indirect include from here and include the correct
> > > headers directly from where they are used.
> 
> ...
> 
> > Make sure you push this to the kernel.org build servers (zeroday builds),
> 
> Of course, that is the purpose of publishing this before the release (so we
> will have some TODO list that eventually this can be applied for v6.4-rc1).
> 
> > I think this patch needs to hit some more files, in my tests with a similar
> > patch at least these:
> 
> Right. I forgot to also incorporate your stuff into this series.
> Do you have anything that I can take as is?

I'm going to incorporate the following:

	gpio: Make the legacy <linux/gpio.h> consumer-only
	ARM: s3c24xx: Use the right include
	ARM: orion/gpio: Use the right include
	hte: tegra-194: Use proper includes
	pcmcia: pxa2xx_viper: Include dependency


-- 
With Best Regards,
Andy Shevchenko



  reply	other threads:[~2023-02-08 14:53 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-07 14:29 [PATCH v3 00/12] gpiolib cleanups Andy Shevchenko
2023-02-07 14:29 ` [PATCH v3 01/12] gpiolib: remove empty asm/gpio.h files Andy Shevchenko
2023-02-07 20:53   ` Vincenzo Palazzo
2023-02-07 14:29 ` [PATCH v3 02/12] gpiolib: coldfire: remove custom asm/gpio.h Andy Shevchenko
2023-02-07 14:29 ` [PATCH v3 03/12] gpiolib: remove asm-generic/gpio.h Andy Shevchenko
2023-02-07 14:29 ` [PATCH v3 04/12] gpiolib: remove gpio_set_debounce Andy Shevchenko
2023-02-07 21:32   ` Dmitry Torokhov
2023-02-07 22:56     ` Andy Shevchenko
2023-02-07 14:29 ` [PATCH v3 05/12] gpiolib: remove legacy gpio_export Andy Shevchenko
2023-02-07 14:29 ` [PATCH v3 06/12] gpiolib: split linux/gpio/driver.h out of linux/gpio.h Andy Shevchenko
2023-02-07 14:55   ` Linus Walleij
2023-02-07 22:55     ` Andy Shevchenko
2023-02-08 14:51       ` Andy Shevchenko [this message]
2023-02-08 14:55         ` Linus Walleij
2023-02-07 18:43   ` Lee Jones
2023-02-07 14:29 ` [PATCH v3 07/12] gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h Andy Shevchenko
2023-02-07 14:29 ` [PATCH v3 08/12] gpio: aggregator: Add missing header(s) Andy Shevchenko
2023-02-08 10:08   ` Geert Uytterhoeven
2023-02-07 14:29 ` [PATCH v3 09/12] gpiolib: Drop unused forward declaration from driver.h Andy Shevchenko
2023-02-07 14:29 ` [PATCH v3 10/12] gpiolib: Deduplicate forward declarations in consumer.h Andy Shevchenko
2023-02-07 14:29 ` [PATCH v3 11/12] gpiolib: Group " Andy Shevchenko
2023-02-07 14:29 ` [PATCH v3 12/12] gpiolib: Clean up headers Andy Shevchenko

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=Y+O2/dVDcvnXByc+@smile.fi.intel.com \
    --to=andriy.shevchenko@linux$(echo .)intel.com \
    --cc=SHA-cyfmac-dev-list@infineon$(echo .)com \
    --cc=arnd@arndb$(echo .)de \
    --cc=bartosz.golaszewski@linaro$(echo .)org \
    --cc=brcm80211-dev-list.pdl@broadcom$(echo .)com \
    --cc=brgl@bgdev$(echo .)pl \
    --cc=devicetree@vger$(echo .)kernel.org \
    --cc=dmitry.torokhov@gmail$(echo .)com \
    --cc=geert@linux-m68k$(echo .)org \
    --cc=linus.walleij@linaro$(echo .)org \
    --cc=linux-acpi@vger$(echo .)kernel.org \
    --cc=linux-arch@vger$(echo .)kernel.org \
    --cc=linux-arm-kernel@lists$(echo .)infradead.org \
    --cc=linux-doc-tw-discuss@lists$(echo .)sourceforge.net \
    --cc=linux-doc@vger$(echo .)kernel.org \
    --cc=linux-gpio@vger$(echo .)kernel.org \
    --cc=linux-input@vger$(echo .)kernel.org \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-m68k@lists$(echo .)linux-m68k.org \
    --cc=linux-media@vger$(echo .)kernel.org \
    --cc=linux-omap@vger$(echo .)kernel.org \
    --cc=linux-samsung-soc@vger$(echo .)kernel.org \
    --cc=linux-sh@vger$(echo .)kernel.org \
    --cc=linux-wireless@vger$(echo .)kernel.org \
    --cc=linux-wpan@vger$(echo .)kernel.org \
    --cc=linuxppc-dev@lists$(echo .)ozlabs.org \
    --cc=miquel.raynal@bootlin$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=stefan@datenfreihafen$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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