linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: lee@kernel.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: BCM2835: Drop the init_irq() hook.
Date: Mon, 27 Apr 2015 19:29:43 +0100	[thread overview]
Message-ID: <20150427182943.GF11956@x1> (raw)
In-Reply-To: <1429902534-2348-1-git-send-email-eric@anholt.net>

On Fri, 24 Apr 2015, Eric Anholt wrote:

> This is the default function that gets called if the hook is NULL.
> 
> Signed-off-by: Eric Anholt <eric@anholt.net>
> ---
>  arch/arm/mach-bcm/board_bcm2835.c | 1 -
>  1 file changed, 1 deletion(-)

Applied with Lubomir and Stephen's Ack.

> diff --git a/arch/arm/mach-bcm/board_bcm2835.c b/arch/arm/mach-bcm/board_bcm2835.c
> index 9851ee8..49dd5b0 100644
> --- a/arch/arm/mach-bcm/board_bcm2835.c
> +++ b/arch/arm/mach-bcm/board_bcm2835.c
> @@ -113,7 +113,6 @@ static const char * const bcm2835_compat[] = {
>  };
>  
>  DT_MACHINE_START(BCM2835, "BCM2835")
> -	.init_irq = irqchip_init,
>  	.init_machine = bcm2835_init,
>  	.restart = bcm2835_restart,
>  	.dt_compat = bcm2835_compat

      parent reply	other threads:[~2015-04-27 18:29 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-24 19:08 [PATCH 1/2] ARM: BCM2835: Drop the init_irq() hook Eric Anholt
2015-04-24 19:08 ` [PATCH 2/2] ARM: BCM2835: Move the restart/power_off handling to the WDT driver Eric Anholt
2015-04-24 19:32   ` Pranith Kumar
2015-04-25  4:39   ` Stephen Warren
2015-04-25 20:11   ` Arnd Bergmann
2015-04-26 15:35     ` Guenter Roeck
2015-04-27  9:18       ` Arnd Bergmann
2015-04-27 12:44         ` Guenter Roeck
2015-04-27 12:48           ` Arnd Bergmann
2015-04-27 13:28             ` Guenter Roeck
2015-04-27 13:32               ` Arnd Bergmann
2015-04-27 12:58   ` Lubomir Rintel
2015-04-27 16:04   ` Guenter Roeck
2015-04-27 16:05     ` Guenter Roeck
2015-04-27 23:12       ` Eric Anholt
2015-04-28  1:39         ` Guenter Roeck
2015-04-28  9:22           ` Lee Jones
2015-04-28 19:38           ` Eric Anholt
2015-04-27 18:28   ` Lee Jones
2015-04-29  2:35   ` [2/2] " Guenter Roeck
2015-04-29  6:45   ` [PATCH 2/2] " Lee Jones
2015-04-27 18:29 ` Lee Jones [this message]

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=20150427182943.GF11956@x1 \
    --to=lee@kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).