Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755112AbbG1HH7 (ORCPT ); Tue, 28 Jul 2015 03:07:59 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:14695 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751865AbbG1HH6 (ORCPT ); Tue, 28 Jul 2015 03:07:58 -0400 From: Wenyou Yang To: , , , , , CC: , , , , , , , Subject: [PATCH 0/2] watchdog: at91sam9_wdt: add new feature support Date: Tue, 28 Jul 2015 15:00:23 +0800 Message-ID: <1438066825-21923-1-git-send-email-wenyou.yang@atmel.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 925 Lines: 25 Hi Wim, Atmel Watchdog Timer has a new feature from SAMA5D4, the Watchdog Timer Mode Register can be written more than once, so the driver can enable/disable the watchdog timer hardware and set the watchdog timer hardware timeout. The patch set is to add new feature. Wenyou Yang (2): drivers: watchdog: at91sam9_wdt: add new feature support Documentation: dt: binding: atmel-wdt: add a new compitable .../devicetree/bindings/watchdog/atmel-wdt.txt | 4 +- drivers/watchdog/at91sam9_wdt.c | 255 ++++++++++++++------ drivers/watchdog/at91sam9_wdt.h | 4 + 3 files changed, 193 insertions(+), 70 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/