Message ID | 20190304225152.26831-1-chris.packham@alliedtelesis.co.nz (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-watchdog-owner@kernel.org> 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 CE9AC1575 for <patchwork-linux-watchdog@patchwork.kernel.org>; Mon, 4 Mar 2019 22:52:16 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BB6932BC74 for <patchwork-linux-watchdog@patchwork.kernel.org>; Mon, 4 Mar 2019 22:52:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AE7802BC76; Mon, 4 Mar 2019 22:52:16 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 AE3D72BC74 for <patchwork-linux-watchdog@patchwork.kernel.org>; Mon, 4 Mar 2019 22:52:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726250AbfCDWwP (ORCPT <rfc822;patchwork-linux-watchdog@patchwork.kernel.org>); Mon, 4 Mar 2019 17:52:15 -0500 Received: from gate2.alliedtelesis.co.nz ([202.36.163.20]:53673 "EHLO gate2.alliedtelesis.co.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726098AbfCDWwP (ORCPT <rfc822;linux-watchdog@vger.kernel.org>); Mon, 4 Mar 2019 17:52:15 -0500 Received: from mmarshal3.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id 2477E8364E; Tue, 5 Mar 2019 11:52:12 +1300 (NZDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail181024; t=1551739932; bh=MA8yGFL1oGnce1p29rOjE5IpIBjc3hYH1RdYA+FXsvQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=T5Jh0MLPtQz7HDePpbK5kcz6dqDHiEiSbrPVnLMWLEXjQT9/IWoKFHTrgGiB+Usfu uBFRuX+LSxYwTj96rZ6eSVLsxeJ32pwTMB/SWRgh9eTiDrPPQr+V1FQNGeC0WDQwMO +VVvPx9o9UEm96qESTpI0kmona9UZrafWey0NKErUnAsUuHuFrpTEJ1ZfjMXOeEi5f QMHYd4+vpmu3bvc6WQFRyryVsB15H9c0SFA6fmTni8TQ/sefpi5sYtp4MVSDBUB5zM eC7sPqThy7//PlBcpwI8MoG9kNka0iZkYjMebsRU9VSkNih7BJH4t1mSBwdrvr3D7f h8E3rs72qV9rw== Received: from smtp (Not Verified[10.32.16.33]) by mmarshal3.atlnz.lc with Trustwave SEG (v7,5,8,10121) id <B5c7dac170000>; Tue, 05 Mar 2019 11:52:10 +1300 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by smtp (Postfix) with ESMTP id 44FF413ED4A; Tue, 5 Mar 2019 11:52:09 +1300 (NZDT) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id 069EC1E1D96; Tue, 5 Mar 2019 11:52:09 +1300 (NZDT) From: Chris Packham <chris.packham@alliedtelesis.co.nz> To: linux@roeck-us.net, andrew@lunn.ch, gregory.clement@bootlin.com, jason@lakedaemon.net Cc: linux-arm-kernel@lists.infradead.org, linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Packham <chris.packham@alliedtelesis.co.nz> Subject: [PATCH 0/2] watchdog: orion_wdt: add pretimeout support Date: Tue, 5 Mar 2019 11:51:50 +1300 Message-Id: <20190304225152.26831-1-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190227230707.GA28635@roeck-us.net> References: <20190227230707.GA28635@roeck-us.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable x-atlnz-ls: pat Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: <linux-watchdog.vger.kernel.org> X-Mailing-List: linux-watchdog@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
watchdog: orion_wdt: add pretimeout support
|
expand
|