From patchwork Thu Sep 6 18:37:36 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Brandt X-Patchwork-Id: 10590937 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4DDFA13AC for ; Thu, 6 Sep 2018 18:37:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A702B2AE7C for ; Thu, 6 Sep 2018 18:37:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 972B22AEF4; Thu, 6 Sep 2018 18:37:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 14DF32AE7C for ; Thu, 6 Sep 2018 18:37:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728654AbeIFXOk (ORCPT ); Thu, 6 Sep 2018 19:14:40 -0400 Received: from relmlor4.renesas.com ([210.160.252.174]:24806 "EHLO relmlie3.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726031AbeIFXOk (ORCPT ); Thu, 6 Sep 2018 19:14:40 -0400 Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie3.idc.renesas.com with ESMTP; 07 Sep 2018 03:37:54 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id 6FDAB42E0C; Fri, 7 Sep 2018 03:37:54 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.53,339,1531753200"; d="scan'208";a="290206735" Received: from unknown (HELO rtamta01.rta.renesas.com) ([143.103.48.75]) by relmlii1.idc.renesas.com with ESMTP; 07 Sep 2018 03:37:53 +0900 Received: from ubuntu.localdomain (unknown [143.103.58.37]) by rtamta01.rta.renesas.com (Postfix) with ESMTP id A9F48175; Thu, 6 Sep 2018 18:37:47 +0000 (UTC) From: Chris Brandt To: Wim Van Sebroeck , Guenter Roeck , Rob Herring , Mark Rutland , Geert Uytterhoeven Cc: linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Simon Horman , Chris Brandt Subject: [PATCH v2 0/2] watchdog: Add support for RZ/A2 wdt Date: Thu, 6 Sep 2018 13:37:36 -0500 Message-Id: <20180906183738.81238-1-chris.brandt@renesas.com> X-Mailer: git-send-email 2.16.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Slightly modify the rza_wdt.c driver and update the binding docs. Chris Brandt (2): watchdog: rza_wdt: Support longer timeouts dt-bindings: watchdog: renesas-wdt: Add support for R7S9210 .../devicetree/bindings/watchdog/renesas-wdt.txt | 1 + drivers/watchdog/rza_wdt.c | 81 +++++++++++++++++----- 2 files changed, 64 insertions(+), 18 deletions(-)