From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH 0/4] purge Date: Wed, 4 Jun 2014 12:23:33 -0500 Message-ID: References: <1401888838-3126-1-git-send-email-linus.walleij@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1401888838-3126-1-git-send-email-linus.walleij@linaro.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Linus Walleij Cc: "linux-gpio@vger.kernel.org" , Alexandre Courbot , "linux-arm-kernel@lists.infradead.org" List-Id: linux-gpio@vger.kernel.org On Wed, Jun 4, 2014 at 8:33 AM, Linus Walleij wrote: > After deleting from the AT91 only S5P remains. > This patch set fixes up S5P and then removes NEED_MACH_GPIO_H > permanently removing any references to from the > ARM kernel. Do a small cleanout of a dangling reference to > ARM_GPIOLIB_COMPLEX at the same time. Awesome. > > Linus Walleij (4): > ARM: s5p: cut the custom ARCH_NR_GPIOS definition > ARM: mach-s5p: get rid of all headers > ARM: kill CONFIG_NEED_MACH_GPIO_H > ARM: delete old reference to ARM_GPIOLIB_COMPLEX > > arch/arm/Kconfig | 10 -- > arch/arm/include/asm/gpio.h | 7 -- > arch/arm/mach-s5p64x0/common.c | 2 +- > arch/arm/mach-s5p64x0/dev-audio.c | 3 +- > arch/arm/mach-s5p64x0/include/mach/gpio-samsung.h | 127 +++++++++++++++++++ > arch/arm/mach-s5p64x0/include/mach/gpio.h | 132 -------------------- Use -M option or set git config diff.renames=true so you don't have to remember. Rob