All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Eric Anholt <eric@anholt.net>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-rpi-kernel@lists.infradead.org,
	Stephen Warren <swarren@wwwdotorg.org>,
	Lee Jones <lee@kernel.org>,
	linux-watchdog@vger.kernel.org
Subject: Re: [PATCH 2/2] ARM: BCM2835: Move the restart/power_off handling to the WDT driver.
Date: Mon, 27 Apr 2015 09:05:17 -0700	[thread overview]
Message-ID: <20150427160517.GA11074@roeck-us.net> (raw)
In-Reply-To: <20150427160432.GD5701@roeck-us.net>

On Mon, Apr 27, 2015 at 09:04:32AM -0700, Guenter Roeck wrote:
> On Fri, Apr 24, 2015 at 12:08:54PM -0700, Eric Anholt wrote:
> > Since the WDT is what's used to drive restart and power off, it makes
> > more sense to keep it there, where the regs are already mapped and
> > definitions for them provided.  Note that this means you may need to
> > add CONFIG_BCM2835_WDT to retain functionality of your kernel.
> > 
> > Signed-off-by: Eric Anholt <eric@anholt.net>
> > Cc: linux-watchdog@vger.kernel.org
> 
> The patch will require a rebase to v4.0-rc1.
> 
s/4.0/4.1/

Guenter

WARNING: multiple messages have this Message-ID (diff)
From: linux@roeck-us.net (Guenter Roeck)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: BCM2835: Move the restart/power_off handling to the WDT driver.
Date: Mon, 27 Apr 2015 09:05:17 -0700	[thread overview]
Message-ID: <20150427160517.GA11074@roeck-us.net> (raw)
In-Reply-To: <20150427160432.GD5701@roeck-us.net>

On Mon, Apr 27, 2015 at 09:04:32AM -0700, Guenter Roeck wrote:
> On Fri, Apr 24, 2015 at 12:08:54PM -0700, Eric Anholt wrote:
> > Since the WDT is what's used to drive restart and power off, it makes
> > more sense to keep it there, where the regs are already mapped and
> > definitions for them provided.  Note that this means you may need to
> > add CONFIG_BCM2835_WDT to retain functionality of your kernel.
> > 
> > Signed-off-by: Eric Anholt <eric@anholt.net>
> > Cc: linux-watchdog at vger.kernel.org
> 
> The patch will require a rebase to v4.0-rc1.
> 
s/4.0/4.1/

Guenter

  reply	other threads:[~2015-04-27 16:06 UTC|newest]

Thread overview: 42+ 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:08   ` Eric Anholt
2015-04-24 19:32   ` Pranith Kumar
2015-04-24 19:32     ` Pranith Kumar
2015-04-25  4:39   ` Stephen Warren
2015-04-25  4:39     ` Stephen Warren
2015-04-25 20:11   ` Arnd Bergmann
2015-04-25 20:11     ` Arnd Bergmann
2015-04-26 15:35     ` Guenter Roeck
2015-04-26 15:35       ` Guenter Roeck
2015-04-27  9:18       ` Arnd Bergmann
2015-04-27  9:18         ` Arnd Bergmann
2015-04-27 12:44         ` Guenter Roeck
2015-04-27 12:44           ` Guenter Roeck
2015-04-27 12:48           ` Arnd Bergmann
2015-04-27 12:48             ` Arnd Bergmann
2015-04-27 13:28             ` Guenter Roeck
2015-04-27 13:28               ` Guenter Roeck
2015-04-27 13:32               ` Arnd Bergmann
2015-04-27 13:32                 ` Arnd Bergmann
2015-04-27 12:58   ` Lubomir Rintel
2015-04-27 12:58     ` Lubomir Rintel
2015-04-27 16:04   ` Guenter Roeck
2015-04-27 16:04     ` Guenter Roeck
2015-04-27 16:05     ` Guenter Roeck [this message]
2015-04-27 16:05       ` Guenter Roeck
2015-04-27 23:12       ` Eric Anholt
2015-04-27 23:12         ` Eric Anholt
2015-04-28  1:39         ` Guenter Roeck
2015-04-28  1:39           ` Guenter Roeck
2015-04-28  9:22           ` Lee Jones
2015-04-28  9:22             ` Lee Jones
2015-04-28 19:38           ` Eric Anholt
2015-04-28 19:38             ` Eric Anholt
2015-04-27 18:28   ` Lee Jones
2015-04-27 18:28     ` Lee Jones
2015-04-29  2:35   ` [2/2] " Guenter Roeck
2015-04-29  2:35     ` Guenter Roeck
2015-04-29  6:45   ` [PATCH 2/2] " Lee Jones
2015-04-29  6:45     ` Lee Jones
2015-04-27 18:29 ` [PATCH 1/2] ARM: BCM2835: Drop the init_irq() hook Lee Jones

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=20150427160517.GA11074@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=eric@anholt.net \
    --cc=lee@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=swarren@wwwdotorg.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.