From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Wed, 22 Jan 2020 21:58:01 +0100 Subject: [PATCH v2 5/7] watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs In-Reply-To: <1579601912-27737-6-git-send-email-alex.nemirovsky@cortina-access.com> References: <1579601912-27737-1-git-send-email-alex.nemirovsky@cortina-access.com> <1579601912-27737-6-git-send-email-alex.nemirovsky@cortina-access.com> Message-ID: <236f8f1c-face-b215-dbba-858d1daaab23@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 21.01.20 um 11:19 schrieb Alex Nemirovsky: > From: Jason Li > > Add support for hardware watchdog timer on all Cortina Access > CAxxxx family of SoCs. > > Reviewed-by: Stefan Roese > Signed-off-by: Jason Li > Signed-off-by: Alex Nemirovsky > > > --- > > Changes in v2: > - Rename driver in DT namespace for consistency between all > CA drivers. > - Remove blank line after SPDX identifier > - Remove authorship comment as it is already recorded within Git > and is redundant > - Use setbits_32() for read-modify-write operation. > > drivers/watchdog/Kconfig | 8 +++ > drivers/watchdog/Makefile | 1 + > drivers/watchdog/cortina_wdt.c | 138 +++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 147 insertions(+) > create mode 100644 drivers/watchdog/cortina_wdt.c > Reviewed-by: Daniel Schwierzeck -- - Daniel