From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764242AbcINOii (ORCPT ); Wed, 14 Sep 2016 10:38:38 -0400 Received: from down.free-electrons.com ([37.187.137.238]:41265 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1762606AbcINOih (ORCPT ); Wed, 14 Sep 2016 10:38:37 -0400 From: Gregory CLEMENT To: Arnd Bergmann Cc: Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] ARM: orion5x: remove extraneous NO_IRQ References: <20160906140623.2853066-1-arnd@arndb.de> <20160906140623.2853066-4-arnd@arndb.de> Date: Wed, 14 Sep 2016 16:38:25 +0200 In-Reply-To: <20160906140623.2853066-4-arnd@arndb.de> (Arnd Bergmann's message of "Tue, 6 Sep 2016 16:06:23 +0200") Message-ID: <87fup2bl7i.fsf@free-electrons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, On mar., sept. 06 2016, Arnd Bergmann wrote: > rd88f6183ap-ge passes NO_IRQ as the interrupt line for its m25p80 > NOR flash. However, this device never uses an interrupt and the > driver doesn't care, so we can simply remove the deprecated constant > here. > > Signed-off-by: Arnd Bergmann Applied on mvebu/soc with Reviewed-by tag from Andrew Lunn Thanks, Gregory > --- > arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c > index 4bf80dd5478c..8ffaead76771 100644 > --- a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c > +++ b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c > @@ -71,7 +71,6 @@ static struct spi_board_info __initdata rd88f6183ap_ge_spi_slave_info[] = { > { > .modalias = "m25p80", > .platform_data = &rd88f6183ap_ge_spi_slave_data, > - .irq = NO_IRQ, > .max_speed_hz = 20000000, > .bus_num = 0, > .chip_select = 0, > -- > 2.9.0 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Wed, 14 Sep 2016 16:38:25 +0200 Subject: [PATCH 4/4] ARM: orion5x: remove extraneous NO_IRQ In-Reply-To: <20160906140623.2853066-4-arnd@arndb.de> (Arnd Bergmann's message of "Tue, 6 Sep 2016 16:06:23 +0200") References: <20160906140623.2853066-1-arnd@arndb.de> <20160906140623.2853066-4-arnd@arndb.de> Message-ID: <87fup2bl7i.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Arnd, On mar., sept. 06 2016, Arnd Bergmann wrote: > rd88f6183ap-ge passes NO_IRQ as the interrupt line for its m25p80 > NOR flash. However, this device never uses an interrupt and the > driver doesn't care, so we can simply remove the deprecated constant > here. > > Signed-off-by: Arnd Bergmann Applied on mvebu/soc with Reviewed-by tag from Andrew Lunn Thanks, Gregory > --- > arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c > index 4bf80dd5478c..8ffaead76771 100644 > --- a/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c > +++ b/arch/arm/mach-orion5x/rd88f6183ap-ge-setup.c > @@ -71,7 +71,6 @@ static struct spi_board_info __initdata rd88f6183ap_ge_spi_slave_info[] = { > { > .modalias = "m25p80", > .platform_data = &rd88f6183ap_ge_spi_slave_data, > - .irq = NO_IRQ, > .max_speed_hz = 20000000, > .bus_num = 0, > .chip_select = 0, > -- > 2.9.0 > -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com