From patchwork Mon Sep 10 19:52:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Brandt X-Patchwork-Id: 10594735 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 16321921 for ; Mon, 10 Sep 2018 19:53:03 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 056D022ADC for ; Mon, 10 Sep 2018 19:53:03 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EDA2928B16; Mon, 10 Sep 2018 19:53:02 +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 E3A6828B4B for ; Mon, 10 Sep 2018 19:53:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728904AbeIKAsl (ORCPT ); Mon, 10 Sep 2018 20:48:41 -0400 Received: from relmlor3.renesas.com ([210.160.252.173]:60859 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728153AbeIKAsl (ORCPT ); Mon, 10 Sep 2018 20:48:41 -0400 Received: from unknown (HELO relmlir3.idc.renesas.com) ([10.200.68.153]) by relmlie2.idc.renesas.com with ESMTP; 11 Sep 2018 04:52:59 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir3.idc.renesas.com (Postfix) with ESMTP id 9862841CFA; Tue, 11 Sep 2018 04:52:59 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.53,356,1531753200"; d="scan'208";a="292104358" Received: from unknown (HELO rtamta01.rta.renesas.com) ([143.103.48.75]) by relmlii2.idc.renesas.com with ESMTP; 11 Sep 2018 04:52:58 +0900 Received: from ubuntu.localdomain (unknown [143.103.58.107]) by rtamta01.rta.renesas.com (Postfix) with ESMTP id E50861AD; Mon, 10 Sep 2018 19:52:52 +0000 (UTC) From: Chris Brandt To: Guenter Roeck , Wim Van Sebroeck , 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 v4 0/2] Add support for RZ/A2 wdt Date: Mon, 10 Sep 2018 14:52:31 -0500 Message-Id: <20180910195233.25296-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 | 88 +++++++++++++++++----- 2 files changed, 71 insertions(+), 18 deletions(-)