From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-oa0-f43.google.com ([209.85.219.43]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Tvlth-0001OZ-7J for barebox@lists.infradead.org; Thu, 17 Jan 2013 09:36:34 +0000 Received: by mail-oa0-f43.google.com with SMTP id k1so2414187oag.30 for ; Thu, 17 Jan 2013 01:36:31 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20121116175355.GB8327@game.jcrosoft.org> References: <20121116175355.GB8327@game.jcrosoft.org> From: Fabio Porcedda Date: Thu, 17 Jan 2013 10:36:11 +0100 Message-ID: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 0/7 v2] at91sam9 add watchdog support with keep alive To: Jean-Christophe PLAGNIOL-VILLARD Cc: barebox@lists.infradead.org Hi Jean-Christophe , On Fri, Nov 16, 2012 at 6:53 PM, Jean-Christophe PLAGNIOL-VILLARD wrote: > HI, > > v2: > > found a bug on MMU platform the watchdodog need to init before the > poll register on non-MMU it work fine > > btw register the wdt drvier as coredevice asame as the device > > The following patch series add the at91sam9 watchdog present on > sam9260/9g20/9261/9g10/9g45/9x5 > > and introdudce the kep a live support so we can reset the watchdog via > poller > > The following changes since commit 281b927f44ae94280648714e3587efa4419f6ce3: > > Release v2012.11.0 (2012-11-16 13:54:49 +0100) > > are available in the git repository at: > > git://git.jcrosoft.org/barebox.git delivery/at91sam9_wdt > > for you to fetch changes up to 4b4830060956d58f924fc14020609ba5c4fe44ca: > > at91sam9x5: add wathdog support (2012-11-15 04:20:49 +0800) > > ---------------------------------------------------------------- > Jean-Christophe PLAGNIOL-VILLARD (7): > watchdog: add keep alive support > watchdog: add at91sam9 watchdog support > at91sam9260/9g20: add wathdog support > at91sam9261/9g10: add wathdog support > at91sam9263: add wathdog support > at91sam9g45: add wathdog support > at91sam9x5: add wathdog support > > arch/arm/mach-at91/at91sam9260_devices.c | 12 ++++++++++++ > arch/arm/mach-at91/at91sam9261_devices.c | 12 ++++++++++++ > arch/arm/mach-at91/at91sam9263_devices.c | 11 +++++++++++ > arch/arm/mach-at91/at91sam9g45_devices.c | 12 ++++++++++++ > arch/arm/mach-at91/at91sam9x5_devices.c | 12 ++++++++++++ > drivers/watchdog/Kconfig | 8 ++++++++ > drivers/watchdog/Makefile | 1 + > drivers/watchdog/at91sam9_wdt.c | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > drivers/watchdog/at91sam9_wdt.h | 38 ++++++++++++++++++++++++++++++++++++++ > drivers/watchdog/wd_core.c | 21 +++++++++++++++++++++ > include/watchdog.h | 2 ++ > 11 files changed, 260 insertions(+) > create mode 100644 drivers/watchdog/at91sam9_wdt.c > create mode 100644 drivers/watchdog/at91sam9_wdt.h > > Best Regards, > J. > > _______________________________________________ > barebox mailing list > barebox@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/barebox Thanks for the work. I'd love to have the watchdog support for at91. Are you still working on it? Can I help? Best regards -- Fabio Porcedda _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox