From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:56611 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031333AbbD2CgU (ORCPT ); Tue, 28 Apr 2015 22:36:20 -0400 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.85) (envelope-from ) id 1YnHrH-0032mr-0c for linux-watchdog@vger.kernel.org; Wed, 29 Apr 2015 02:36:19 +0000 Date: Tue, 28 Apr 2015 19:35:21 -0700 From: Guenter Roeck To: Eric Anholt Cc: linux-arm-kernel@lists.infradead.org, linux-rpi-kernel@lists.infradead.org, Stephen Warren , Lee Jones , linux-watchdog@vger.kernel.org Subject: Re: [2/2] ARM: BCM2835: Move the restart/power_off handling to the WDT driver. Message-ID: <20150429023521.GA29594@roeck-us.net> References: <1429902534-2348-2-git-send-email-eric@anholt.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1429902534-2348-2-git-send-email-eric@anholt.net> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org 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 > Cc: linux-watchdog@vger.kernel.org > Acked-by: Stephen Warren > Tested-by: Stephen Warren > Acked-by: Lubomir Rintel Acked-by: Guenter Roeck