From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Date: Sun, 15 Jan 2012 12:07:36 +0000 Subject: Re: [PATCH] ARM: Fix regression caused by ARCH_NR_GPIOS removal Message-Id: <201201151307.36813.rjw@sisk.pl> List-Id: References: <201201150033.25885.rjw@sisk.pl> <20120114233626.GA11769@n2100.arm.linux.org.uk> In-Reply-To: <20120114233626.GA11769@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Sunday, January 15, 2012, Russell King - ARM Linux wrote: > On Sun, Jan 15, 2012 at 12:33:25AM +0100, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Commit 3dea19e826da3dd43b3dc308aca299c0b7263c6b (ARM: 7244/1: > > mach-shmobile: Use CONFIG_ARCH_NR_GPIO) removed ARCH_NR_GPIOS > > and introduced ARCH_NR_GPIO instead without changing the users > > of that symbol. As a result, the kernels including that commit > > don't boot on my test-bed Mackerel board. > > > > Fix the problem by defining ARCH_NR_GPIOS again. > > I'm aware of it, and have: > > commit ca95023e7521729d3ace6fb3b9c53281c510a18c > Author: Stephen Warren > Date: Thu Jan 5 21:36:27 2012 +0100 > > ARM: 7271/1: Fix typo in conversion of ARCH_NR_GPIOS to Kconfig > > Commit 44986ab "ARM: 7240/1: Make ARCH_NR_GPIO a Kconfig variable" > spelled ARCH_NR_GPIOS as ARCH_NR_GPIO, hence making the change > ineffective. This change fixes that. > > Signed-off-by: Stephen Warren > Signed-off-by: Russell King > > already queued up. Cool, thanks! Rafael From mboxrd@z Thu Jan 1 00:00:00 1970 From: rjw@sisk.pl (Rafael J. Wysocki) Date: Sun, 15 Jan 2012 13:07:36 +0100 Subject: [PATCH] ARM: Fix regression caused by ARCH_NR_GPIOS removal In-Reply-To: <20120114233626.GA11769@n2100.arm.linux.org.uk> References: <201201150033.25885.rjw@sisk.pl> <20120114233626.GA11769@n2100.arm.linux.org.uk> Message-ID: <201201151307.36813.rjw@sisk.pl> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sunday, January 15, 2012, Russell King - ARM Linux wrote: > On Sun, Jan 15, 2012 at 12:33:25AM +0100, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Commit 3dea19e826da3dd43b3dc308aca299c0b7263c6b (ARM: 7244/1: > > mach-shmobile: Use CONFIG_ARCH_NR_GPIO) removed ARCH_NR_GPIOS > > and introduced ARCH_NR_GPIO instead without changing the users > > of that symbol. As a result, the kernels including that commit > > don't boot on my test-bed Mackerel board. > > > > Fix the problem by defining ARCH_NR_GPIOS again. > > I'm aware of it, and have: > > commit ca95023e7521729d3ace6fb3b9c53281c510a18c > Author: Stephen Warren > Date: Thu Jan 5 21:36:27 2012 +0100 > > ARM: 7271/1: Fix typo in conversion of ARCH_NR_GPIOS to Kconfig > > Commit 44986ab "ARM: 7240/1: Make ARCH_NR_GPIO a Kconfig variable" > spelled ARCH_NR_GPIOS as ARCH_NR_GPIO, hence making the change > ineffective. This change fixes that. > > Signed-off-by: Stephen Warren > Signed-off-by: Russell King > > already queued up. Cool, thanks! Rafael From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751167Ab2AOMEK (ORCPT ); Sun, 15 Jan 2012 07:04:10 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:34702 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750761Ab2AOMEI (ORCPT ); Sun, 15 Jan 2012 07:04:08 -0500 From: "Rafael J. Wysocki" To: "Russell King - ARM Linux" Subject: Re: [PATCH] ARM: Fix regression caused by ARCH_NR_GPIOS removal Date: Sun, 15 Jan 2012 13:07:36 +0100 User-Agent: KMail/1.13.6 (Linux/3.2.0+; KDE/4.6.0; x86_64; ; ) Cc: linux-arm-kernel@lists.infradead.org, Paul Mundt , linux-sh@vger.kernel.org, LKML , Magnus Damm , Peter De Schrijver References: <201201150033.25885.rjw@sisk.pl> <20120114233626.GA11769@n2100.arm.linux.org.uk> In-Reply-To: <20120114233626.GA11769@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201201151307.36813.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday, January 15, 2012, Russell King - ARM Linux wrote: > On Sun, Jan 15, 2012 at 12:33:25AM +0100, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki > > > > Commit 3dea19e826da3dd43b3dc308aca299c0b7263c6b (ARM: 7244/1: > > mach-shmobile: Use CONFIG_ARCH_NR_GPIO) removed ARCH_NR_GPIOS > > and introduced ARCH_NR_GPIO instead without changing the users > > of that symbol. As a result, the kernels including that commit > > don't boot on my test-bed Mackerel board. > > > > Fix the problem by defining ARCH_NR_GPIOS again. > > I'm aware of it, and have: > > commit ca95023e7521729d3ace6fb3b9c53281c510a18c > Author: Stephen Warren > Date: Thu Jan 5 21:36:27 2012 +0100 > > ARM: 7271/1: Fix typo in conversion of ARCH_NR_GPIOS to Kconfig > > Commit 44986ab "ARM: 7240/1: Make ARCH_NR_GPIO a Kconfig variable" > spelled ARCH_NR_GPIOS as ARCH_NR_GPIO, hence making the change > ineffective. This change fixes that. > > Signed-off-by: Stephen Warren > Signed-off-by: Russell King > > already queued up. Cool, thanks! Rafael