From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Thu, 6 Sep 2018 19:45:55 +0530 Subject: [U-Boot] [PATCH 2/2] watchdog: Add sunxi watchdog driver In-Reply-To: <1536023175-10682-3-git-send-email-chrisrblake93@gmail.com> References: <1536023175-10682-1-git-send-email-chrisrblake93@gmail.com> <1536023175-10682-3-git-send-email-chrisrblake93@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Sep 4, 2018 at 6:36 AM, Chris Blake wrote: > Based on the linux mainline driver, this adds support for the hardware > watchdog timer found on some sunxi boards. This has to do it via UCLASS_WDT and there is enough sunxi code using watchdog so update the same accordingly.