All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
To: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	"Alexandre Courbot"
	<acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>,
	"Michael Büsch" <m@bues.ch>,
	linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 18/23] metag: remove ARCH_WANT_OPTIONAL_GPIOLIB
Date: Wed, 20 Apr 2016 10:26:02 +0100	[thread overview]
Message-ID: <20160420092602.GX7859@jhogan-linux.le.imgtec.org> (raw)
In-Reply-To: <1461142701-21096-19-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

[-- Attachment #1: Type: text/plain, Size: 1774 bytes --]

On Wed, Apr 20, 2016 at 10:58:16AM +0200, Linus Walleij wrote:
> This symbols is not needed to get access to selecting the
> GPIOLIB anymore: any arch can select GPIOLIB.
> 
> Cc: Michael Büsch <m@bues.ch>
> Cc: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
> Cc: linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Signed-off-by: Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>

Acked-by: James Hogan <james.hogan-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>

Thanks
James

> ---
> Various arch maintainers:
> 
> either ACK this and I will merge it into the GPIO tree for v4.7
> anticipating no clashes, or you wait until I have the enabling patch
> upstream (patch 1 in this series, removing deps on
> ARCH_[WANTS_OPTIONAL|REQUIRES]_GPIOLIB), and you will be able to
> merge it to your arch trees yourselves for late v4.7
> (post GPIO tree merge) or for v4.8.
> 
> You can also ask me for an immutable branch if you prefer that, I
> will put the enabling patch on a branch and the patch for your arch
> on top and ask you to pull it.
> 
> Select your option from the menu, silence probably means I will
> merge it to the GPIO tree. Unless you are X86 or ARM in which case
> I will be cautious.
> ---
>  arch/metag/Kconfig.soc | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/metag/Kconfig.soc b/arch/metag/Kconfig.soc
> index 973640f46752..50f979c2b02d 100644
> --- a/arch/metag/Kconfig.soc
> +++ b/arch/metag/Kconfig.soc
> @@ -16,7 +16,6 @@ config META21_FPGA
>  
>  config SOC_TZ1090
>  	bool "Toumaz Xenif TZ1090 SoC (Comet)"
> -	select ARCH_WANT_OPTIONAL_GPIOLIB
>  	select IMGPDC_IRQ
>  	select METAG_LNKGET_AROUND_CACHE
>  	select METAG_META21
> -- 
> 2.4.11
> 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2016-04-20  9:26 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20  8:57 [PATCH 00/23] Kill ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB Linus Walleij
2016-04-20  8:57 ` [PATCH 01/23] gpio: remove deps on ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB Linus Walleij
2016-04-20  8:58 ` [PATCH 02/23] arc: select GPIOLIB directly Linus Walleij
2016-04-20  8:58   ` Linus Walleij
2016-04-22  5:16   ` Vineet Gupta
2016-04-22  5:16     ` Vineet Gupta
2016-04-26 12:09     ` Linus Walleij
2016-04-26 12:09       ` Linus Walleij
2016-04-20  8:58 ` [PATCH 03/23] ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB Linus Walleij
2016-04-20  8:58   ` Linus Walleij
2016-04-20  8:58 ` [PATCH 04/23] arm64: " Linus Walleij
2016-04-20  8:58 ` [PATCH 05/23] avr32: do away with ARCH_REQUIRE_GPIOLIB Linus Walleij
2016-04-20  9:09   ` Hans-Christian Noren Egtvedt
2016-04-26 11:38     ` Linus Walleij
2016-04-20  8:58 ` [PATCH 06/23] blackfin: " Linus Walleij
2016-04-20  8:58 ` [PATCH 07/23] cris: " Linus Walleij
2016-04-21 14:05   ` Jesper Nilsson
2016-04-26 12:04     ` Linus Walleij
2016-04-20  8:58 ` [PATCH 08/23] hexagon: update TODO list Linus Walleij
2016-04-20  8:58   ` Linus Walleij
2016-04-20  8:58 ` [PATCH 09/23] m68k: do away with ARCH_REQUIRE_GPIOLIB Linus Walleij
2016-04-20  8:58 ` Linus Walleij
2016-04-21  1:12   ` Greg Ungerer
2016-04-26 12:02     ` Linus Walleij
2016-04-26 12:02     ` Linus Walleij
2016-04-21  1:12   ` Greg Ungerer
2016-04-20  8:58 ` [PATCH 10/23] MIPS: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB Linus Walleij
2016-04-20  8:58   ` Linus Walleij
2016-05-10  8:05   ` Ralf Baechle
2016-05-10  8:05     ` Ralf Baechle
2016-04-20  8:58 ` [PATCH 11/23] openrisc: do away with ARCH_REQUIRE_GPIOLIB Linus Walleij
2016-04-20  8:58 ` [PATCH 12/23] powerpc: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB Linus Walleij
2016-04-20  8:58   ` Linus Walleij
2016-04-20  8:58 ` [PATCH 13/23] sh: " Linus Walleij
2016-04-20  8:58   ` Linus Walleij
2016-04-20  8:58 ` [PATCH 14/23] unicore: do away with ARCH_REQUIRE_GPIOLIB Linus Walleij
2016-04-20  8:58 ` [PATCH 15/23] x86: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIB Linus Walleij
2016-04-20  8:58 ` [PATCH 16/23] alpha: remove ARCH_WANT_OPTIONAL_GPIOLIB Linus Walleij
2016-04-20  8:58   ` Linus Walleij
2016-04-20 16:15   ` Matt Turner
2016-04-26 11:59     ` Linus Walleij
2016-04-20  8:58 ` [PATCH 17/23] ia64: " Linus Walleij
2016-04-20  8:58   ` Linus Walleij
2016-04-20  8:58 ` [PATCH 18/23] metag: " Linus Walleij
2016-04-20  8:58   ` Linus Walleij
     [not found]   ` <1461142701-21096-19-git-send-email-linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-04-20  9:26     ` James Hogan [this message]
     [not found]       ` <20160420092602.GX7859-4bYivNCBEGTR3KXKvIWQxtm+Uo4AYnCiHZ5vskTnxNA@public.gmane.org>
2016-04-26 11:40         ` Linus Walleij
2016-04-26 11:40           ` Linus Walleij
2016-04-20  8:58 ` [PATCH 19/23] microblaze: " Linus Walleij
2016-04-20  8:58 ` [PATCH 20/23] nios2: " Linus Walleij
2016-04-21  7:46   ` Ley Foon Tan
2016-04-26 12:03     ` Linus Walleij
2016-04-20  8:58 ` [PATCH 21/23] sparc: " Linus Walleij
2016-04-20  8:58   ` Linus Walleij
2016-04-21 18:58   ` David Miller
2016-04-21 18:58     ` David Miller
2016-04-26 12:07     ` Linus Walleij
2016-04-26 12:07       ` Linus Walleij
2016-04-20  8:58 ` [PATCH 22/23] xtensa: " Linus Walleij
2016-04-20 19:00   ` Max Filippov
2016-04-26 12:00     ` Linus Walleij
2016-04-20  8:58 ` [PATCH 23/23] gpio: delete ARCH_[WANTS_OPTIONAL|REQUIRE]_GPIOLIB 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=20160420092602.GX7859@jhogan-linux.le.imgtec.org \
    --to=james.hogan-1axoqhu6uovqt0dzr+alfa@public.gmane.org \
    --cc=acourbot-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org \
    --cc=linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
    --cc=linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-metag-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=m@bues.ch \
    /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.