From: Arnd Bergmann <arnd@arndb.de>
To: Alexandre Courbot <gnurou@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>,
Chris Zankel <chris@zankel.net>,
Guan Xuetao <gxt@mprc.pku.edu.cn>,
Kumar Gala <galak@kernel.crashing.org>,
acourbot@nvidia.com, Jonas Bonn <jonas@southpole.se>,
Haavard Skinnemoen <hskinnemoen@gmail.com>,
Vitaly Bordug <vitb@kernel.crashing.org>,
Linus Walleij <linus.walleij@linaro.org>,
Grant Likely <grant.likely@secretlab.ca>,
Josh Boyer <jwboyer@gmail.com>,
"Hans-Christian Egtvedt" <egtvedt@samfundet.no>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Mike Frysinger <vapier@gentoo.org>,
Paul Mundt <lethal@linux-sh.org>,
Geert Uytterhoeven <geert@linux-m68k.org>,
Matt Porter <mporter@kernel.crashing.org>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
Marcelo Tosatti <marcelo@kvack.org>,
Paul Mackerras <paulus@samba.org>,
Max Filippov <jcmvbkbc@gmail.com>,
Russell King <linux@arm.linux.org.uk>
Subject: Re: [RFC 17/17] unicore32: default GENERIC_GPIO to false
Date: Tue, 12 Mar 2013 12:10:29 +0000 [thread overview]
Message-ID: <201303121210.29613.arnd@arndb.de> (raw)
In-Reply-To: <CAAVeFuLJ0VvdOkqyNaVCbFHE-x==OYFC_=HEF2YLqaK6mM+rBw@mail.gmail.com>
On Tuesday 12 March 2013, Alexandre Courbot wrote:
> Thanks, I will fix this in the next version.
>
> Btw, if this (or rather the next iteration) gets merged, may I suggest to
> do it through the GPIO tree instead of having each architecture picking the
> patches of relevance. A considerable number of other patches that depend on
> this will follow and this will ensure they are picked in the right order.
Sounds reasonable, but I would also suggest you prepare a branch that can
get merged into the GPIO, ARM, PowerPC and MIPS trees to avoid merge
conflicts in that case, since these all will have a number of changes
conflicting with yours.
In the end, I would not care which tree it gets merged through, as long
as all have the same version of your patches.
Arnd
next prev parent reply other threads:[~2013-03-12 12:10 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-12 10:12 [RFC 00/17] Remove GENERIC_GPIO from architecture code Alexandre Courbot
2013-03-12 10:12 ` [RFC 01/17] arm: remove unneeded select GENERIC_GPIO Alexandre Courbot
2013-03-12 10:12 ` [RFC 02/17] arm: remove redundant GENERIC_GPIO selection Alexandre Courbot
2013-03-12 10:12 ` [RFC 03/17] arm: plat-orion: use GPIO driver on CONFIG_GPIOLIB Alexandre Courbot
2013-03-12 10:12 ` [RFC 04/17] mips: remove redundant GENERIC_GPIO select Alexandre Courbot
2013-03-12 10:12 ` [RFC 05/17] mips: loongson: use GPIO driver on CONFIG_GPIOLIB Alexandre Courbot
2013-03-12 10:12 ` [RFC 06/17] mips: txx9: change GENERIC_GPIO to GPIOLIB Alexandre Courbot
2013-03-12 10:12 ` [RFC 07/17] unicore32: remove unneeded select GENERIC_GPIO Alexandre Courbot
2013-03-12 10:12 ` [RFC 08/17] powerpc: remove redundant GENERIC_GPIO selection Alexandre Courbot
2013-03-12 10:12 ` [RFC 09/17] sh: replace CONFIG_GENERIC_GPIO by CONFIG_GPIOLIB Alexandre Courbot
2013-03-12 10:35 ` Paul Mundt
2013-03-12 10:43 ` Alex Courbot
2013-03-12 10:52 ` Paul Mundt
2013-03-12 10:12 ` [RFC 10/17] xtensa: remove explicit selection of GENERIC_GPIO Alexandre Courbot
2013-03-12 10:12 ` [RFC 11/17] mips: alchemy: require gpiolib Alexandre Courbot
2013-03-12 10:12 ` [RFC 12/17] mips: pnx833x: remove requirement for GENERIC_GPIO Alexandre Courbot
2013-03-12 10:12 ` [RFC 13/17] avr32: default GENERIC_GPIO to false Alexandre Courbot
2013-03-12 10:12 ` [RFC 14/17] m68k: coldfire: use gpiolib Alexandre Courbot
2013-03-12 10:12 ` [RFC 15/17] avr32: default GENERIC_GPIO to false Alexandre Courbot
2013-03-12 12:55 ` Hans-Christian Egtvedt
2013-03-12 13:23 ` Alexandre Courbot
2013-03-12 10:12 ` [RFC 16/17] openrisc: " Alexandre Courbot
2013-03-13 5:53 ` Jonas Bonn
2013-03-12 10:12 ` [RFC 17/17] unicore32: " Alexandre Courbot
2013-03-12 11:18 ` Arnd Bergmann
[not found] ` <CAAVeFuLJ0VvdOkqyNaVCbFHE-x==OYFC_=HEF2YLqaK6mM+rBw@mail.gmail.com>
2013-03-12 12:10 ` Arnd Bergmann [this message]
2013-03-12 13:30 ` Alexandre Courbot
2013-03-12 13:57 ` Arnd Bergmann
2013-03-12 11:23 ` [RFC 00/17] Remove GENERIC_GPIO from architecture code Arnd Bergmann
2013-03-12 13:44 ` Alexandre Courbot
2013-03-13 5:12 ` Linus Walleij
2013-03-13 7:53 ` Grant Likely
2013-03-13 18:01 ` Linus Walleij
2013-03-14 14:08 ` Alexandre Courbot
2013-03-14 14:14 ` Linus Walleij
2013-03-14 14:23 ` Alexandre Courbot
2013-03-14 15:50 ` Arnd Bergmann
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=201303121210.29613.arnd@arndb.de \
--to=arnd@arndb.de \
--cc=acourbot@nvidia.com \
--cc=benh@kernel.crashing.org \
--cc=chris@zankel.net \
--cc=egtvedt@samfundet.no \
--cc=galak@kernel.crashing.org \
--cc=geert@linux-m68k.org \
--cc=gnurou@gmail.com \
--cc=grant.likely@secretlab.ca \
--cc=gxt@mprc.pku.edu.cn \
--cc=hskinnemoen@gmail.com \
--cc=jcmvbkbc@gmail.com \
--cc=jonas@southpole.se \
--cc=jwboyer@gmail.com \
--cc=lethal@linux-sh.org \
--cc=linus.walleij@linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=marcelo@kvack.org \
--cc=mporter@kernel.crashing.org \
--cc=paulus@samba.org \
--cc=ralf@linux-mips.org \
--cc=vapier@gentoo.org \
--cc=vitb@kernel.crashing.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.