All of lore.kernel.org
 help / color / mirror / Atom feed
From: gregory.clement@free-electrons.com (Gregory CLEMENT)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/4] ARM: orion5x: remove extraneous NO_IRQ
Date: Wed, 14 Sep 2016 16:38:25 +0200	[thread overview]
Message-ID: <87fup2bl7i.fsf@free-electrons.com> (raw)
In-Reply-To: <20160906140623.2853066-4-arnd@arndb.de> (Arnd Bergmann's message of "Tue, 6 Sep 2016 16:06:23 +0200")

Hi Arnd,
 
 On mar., sept. 06 2016, Arnd Bergmann <arnd@arndb.de> 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 <arnd@arndb.de>

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

WARNING: multiple messages have this Message-ID (diff)
From: Gregory CLEMENT <gregory.clement@free-electrons.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	Russell King <linux@armlinux.org.uk>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 4/4] ARM: orion5x: remove extraneous NO_IRQ
Date: Wed, 14 Sep 2016 16:38:25 +0200	[thread overview]
Message-ID: <87fup2bl7i.fsf@free-electrons.com> (raw)
In-Reply-To: <20160906140623.2853066-4-arnd@arndb.de> (Arnd Bergmann's message of "Tue, 6 Sep 2016 16:06:23 +0200")

Hi Arnd,
 
 On mar., sept. 06 2016, Arnd Bergmann <arnd@arndb.de> 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 <arnd@arndb.de>

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

  parent reply	other threads:[~2016-09-14 14:38 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-06 14:06 [PATCH 1/4] ARM: mv78xx0: simplify ethernet device creation Arnd Bergmann
2016-09-06 14:06 ` Arnd Bergmann
2016-09-06 14:06 ` [PATCH 2/4] ARM: mvebu/orion: remove NO_IRQ check from device init Arnd Bergmann
2016-09-06 14:06   ` Arnd Bergmann
2016-09-14 14:37   ` Gregory CLEMENT
2016-09-14 14:37     ` Gregory CLEMENT
2016-09-06 14:06 ` [PATCH 3/4] ARM: orion5x: avoid NO_IRQ in orion_ge00_switch_init Arnd Bergmann
2016-09-06 14:06   ` Arnd Bergmann
2016-09-07  2:03   ` Andrew Lunn
2016-09-07  2:03     ` Andrew Lunn
2016-09-08 15:20     ` Arnd Bergmann
2016-09-08 15:20       ` Arnd Bergmann
2016-09-14 14:37       ` Gregory CLEMENT
2016-09-14 14:37         ` Gregory CLEMENT
2016-09-06 14:06 ` [PATCH 4/4] ARM: orion5x: remove extraneous NO_IRQ Arnd Bergmann
2016-09-06 14:06   ` Arnd Bergmann
2016-09-07  1:49   ` Andrew Lunn
2016-09-07  1:49     ` Andrew Lunn
2016-09-14 14:38   ` Gregory CLEMENT [this message]
2016-09-14 14:38     ` Gregory CLEMENT
2016-09-07  1:30 ` [PATCH 1/4] ARM: mv78xx0: simplify ethernet device creation Andrew Lunn
2016-09-07  1:30   ` Andrew Lunn
2016-09-14 14:37 ` Gregory CLEMENT
2016-09-14 14:37   ` Gregory CLEMENT

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=87fup2bl7i.fsf@free-electrons.com \
    --to=gregory.clement@free-electrons.com \
    --cc=linux-arm-kernel@lists.infradead.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.