From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH v6 2/4] drivers/watchdog/menf21bmc_wdt: introduce MEN 14F021P00 BMC Watchdog driver Date: Wed, 24 Sep 2014 06:24:34 -0700 Message-ID: <5422C612.70906@roeck-us.net> References: <20140924123548.GE32069@lee--X1> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from bh-25.webhostbox.net ([208.91.199.152]:47831 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752848AbaIXNYj (ORCPT ); Wed, 24 Sep 2014 09:24:39 -0400 Received: from mailnull by bh-25.webhostbox.net with sa-checked (Exim 4.82) (envelope-from ) id 1XWmYg-001Mnw-IX for linux-leds@vger.kernel.org; Wed, 24 Sep 2014 13:24:38 +0000 In-Reply-To: <20140924123548.GE32069@lee--X1> Sender: linux-leds-owner@vger.kernel.org List-Id: linux-leds@vger.kernel.org To: Lee Jones , Andreas Werner Cc: linux-kernel@vger.kernel.org, sameo@linux.intel.com, lm-sensors@lm-sensors.org, wim@iguana.be, linux-watchdog@vger.kernel.org, cooloney@gmail.com, rpurdie@rpsys.net, linux-leds@vger.kernel.org On 09/24/2014 05:35 AM, Lee Jones wrote: > On Wed, 27 Aug 2014, Andreas Werner wrote: > >> Added driver to support the 14F021P00 BMC Watchdog. >> The BMC is a Board Management Controller including watchdog functionality. >> >> Signed-off-by: Andreas Werner >> --- >> drivers/watchdog/Kconfig | 10 ++ >> drivers/watchdog/Makefile | 1 + >> drivers/watchdog/menf21bmc_wdt.c | 203 +++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 214 insertions(+) >> create mode 100644 drivers/watchdog/menf21bmc_wdt.c > > I see no reason to keep this dragging on. I'm going to apply this > along with the remainder of the set and send a pull-request to all the > other Maintainers. This branch is currently under test. > > Any fix-ups for review comments can go in subsequently. > Tend to agree. I thought I sent it before, but in case I didn't Reviewed-by: Guenter Roeck [ for the watchdog driver ] Guenter