From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:49771 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756718AbaBFTMi (ORCPT ); Thu, 6 Feb 2014 14:12:38 -0500 Date: Thu, 6 Feb 2014 14:12:23 -0500 From: Jason Cooper To: Ezequiel Garcia Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-watchdog@vger.kernel.org, Wim Van Sebroeck , Thomas Petazzoni , Gregory Clement , Lior Amsalem , Sebastian Hesselbarth , Andrew Lunn Subject: Re: [PATCH v6 18/19] ARM: mvebu: Enable watchdog support in defconfig Message-ID: <20140206191223.GL8533@titan.lakedaemon.net> References: <1391707226-18258-1-git-send-email-ezequiel.garcia@free-electrons.com> <1391707226-18258-19-git-send-email-ezequiel.garcia@free-electrons.com> <20140206175159.GI8533@titan.lakedaemon.net> <20140206191023.GA19328@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140206191023.GA19328@localhost> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On Thu, Feb 06, 2014 at 04:10:24PM -0300, Ezequiel Garcia wrote: > On Thu, Feb 06, 2014 at 12:51:59PM -0500, Jason Cooper wrote: > > On Thu, Feb 06, 2014 at 02:20:25PM -0300, Ezequiel Garcia wrote: > > > Now that we have proper support for Armada 370/XP watchdog > > > let's enable it in the defconfig. > > > > > > Signed-off-by: Ezequiel Garcia > > > --- > > > arch/arm/configs/mvebu_defconfig | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > If this ends up being the last version for this series, I'll add a patch > > for multi_v7_defconfig. Otherwise, please add for the next round. > > > > Oh, yes, I forgot about your request on this. Let's hope I don't forget > next time. Yes, we found the i2c hang because of multi_v7, so it's definitely worth the effort. thx, Jason.