All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Arnd Bergmann <arnd@kernel.org>
Cc: linux-gpio@vger.kernel.org, Bartosz Golaszewski <brgl@bgdev.pl>,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-m68k@lists.linux-m68k.org, geert@linux-m68k.org,
	gerg@linux-m68k.org, linux@armlinux.org.uk,
	linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org,
	dalias@libc.org, ysato@users.sourceforge.jp,
	Arnd Bergmann <arnd@arndb.de>, Fu Wei <tekkamanninja@gmail.com>,
	Alex Shi <alexs@kernel.org>, Hu Haowen <src.res@email.cn>,
	linux-doc-tw-discuss@lists.sourceforge.net,
	Jonathan Corbet <corbet@lwn.net>,
	Drew Fustini <drew@beagleboard.org>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [RFC 1/3] gpiolib: remove irq_to_gpio() definition
Date: Fri, 5 Nov 2021 15:24:11 +0200	[thread overview]
Message-ID: <YYUwe0fGs6ypDySp@smile.fi.intel.com> (raw)
In-Reply-To: <YYUwWFOeiFBC2Nhd@smile.fi.intel.com>

On Fri, Nov 05, 2021 at 03:23:37PM +0200, Andy Shevchenko wrote:
> On Fri, Nov 05, 2021 at 02:03:03PM +0100, Arnd Bergmann wrote:
> > From: Arnd Bergmann <arnd@arndb.de>
> > 
> > All implementations other than coldfire have returned an error since
> > the avr32 and blackfin architectures got removed, and the last user in
> > driver code was removed in 2016, so just remove this old interface.
> > 
> > The only reference is now in the Chinese documentation, which should be
> > changed to remove this reference as well.
> 
> FWIW,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

This is for the entire series.

> Thanks, Arnd, for cleaning this up!

-- 
With Best Regards,
Andy Shevchenko



WARNING: multiple messages have this Message-ID (diff)
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Arnd Bergmann <arnd@kernel.org>
Cc: linux-gpio@vger.kernel.org, Bartosz Golaszewski <brgl@bgdev.pl>,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-m68k@lists.linux-m68k.org, geert@linux-m68k.org,
	gerg@linux-m68k.org, linux@armlinux.org.uk,
	linux-arm-kernel@lists.infradead.org, linux-sh@vger.kernel.org,
	dalias@libc.org, ysato@users.sourceforge.jp,
	Arnd Bergmann <arnd@arndb.de>, Fu Wei <tekkamanninja@gmail.com>,
	Alex Shi <alexs@kernel.org>, Hu Haowen <src.res@email.cn>,
	linux-doc-tw-discuss@lists.sourceforge.net,
	Jonathan Corbet <corbet@lwn.net>,
	Drew Fustini <drew@beagleboard.org>,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [RFC 1/3] gpiolib: remove irq_to_gpio() definition
Date: Fri, 5 Nov 2021 15:24:11 +0200	[thread overview]
Message-ID: <YYUwe0fGs6ypDySp@smile.fi.intel.com> (raw)
In-Reply-To: <YYUwWFOeiFBC2Nhd@smile.fi.intel.com>

On Fri, Nov 05, 2021 at 03:23:37PM +0200, Andy Shevchenko wrote:
> On Fri, Nov 05, 2021 at 02:03:03PM +0100, Arnd Bergmann wrote:
> > From: Arnd Bergmann <arnd@arndb.de>
> > 
> > All implementations other than coldfire have returned an error since
> > the avr32 and blackfin architectures got removed, and the last user in
> > driver code was removed in 2016, so just remove this old interface.
> > 
> > The only reference is now in the Chinese documentation, which should be
> > changed to remove this reference as well.
> 
> FWIW,
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

This is for the entire series.

> Thanks, Arnd, for cleaning this up!

-- 
With Best Regards,
Andy Shevchenko



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-11-05 13:24 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-05 13:03 [RFC 1/3] gpiolib: remove irq_to_gpio() definition Arnd Bergmann
2021-11-05 13:03 ` Arnd Bergmann
2021-11-05 13:03 ` [RFC 2/3] gpiolib: remove empty asm/gpio.h files Arnd Bergmann
2021-11-05 13:03   ` Arnd Bergmann
2021-11-08  8:07   ` Geert Uytterhoeven
2021-11-08  8:07     ` Geert Uytterhoeven
2021-11-09 11:51   ` Linus Walleij
2021-11-09 11:51     ` Linus Walleij
2021-11-09 12:20     ` Arnd Bergmann
2021-11-09 12:20       ` Arnd Bergmann
2021-11-05 13:03 ` [RFC 3/3] gpiolib: coldfire: remove custom asm/gpio.h Arnd Bergmann
2021-11-05 13:03   ` Arnd Bergmann
2021-11-08  8:24   ` Geert Uytterhoeven
2021-11-08  8:24     ` Geert Uytterhoeven
2021-11-08 14:21     ` Greg Ungerer
2021-11-08 14:21       ` Greg Ungerer
2021-11-09 20:07   ` Linus Walleij
2021-11-09 20:07     ` Linus Walleij
2021-11-05 13:23 ` [RFC 1/3] gpiolib: remove irq_to_gpio() definition Andy Shevchenko
2021-11-05 13:23   ` Andy Shevchenko
2021-11-05 13:24   ` Andy Shevchenko [this message]
2021-11-05 13:24     ` Andy Shevchenko
2021-11-08  7:51 ` Geert Uytterhoeven
2021-11-08  7:51   ` Geert Uytterhoeven
2021-11-09 11:49 ` Linus Walleij
2021-11-09 11:49   ` Linus Walleij

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=YYUwe0fGs6ypDySp@smile.fi.intel.com \
    --to=andriy.shevchenko@linux.intel.com \
    --cc=alexs@kernel.org \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=brgl@bgdev.pl \
    --cc=corbet@lwn.net \
    --cc=dalias@libc.org \
    --cc=drew@beagleboard.org \
    --cc=geert@linux-m68k.org \
    --cc=gerg@linux-m68k.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc-tw-discuss@lists.sourceforge.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=src.res@email.cn \
    --cc=tekkamanninja@gmail.com \
    --cc=ysato@users.sourceforge.jp \
    /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.