All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 5/7] watchdog: cortina_wdt: add support for HW WDT on CAxxxx SoCs
Date: Wed, 22 Jan 2020 21:58:01 +0100	[thread overview]
Message-ID: <236f8f1c-face-b215-dbba-858d1daaab23@gmail.com> (raw)
In-Reply-To: <1579601912-27737-6-git-send-email-alex.nemirovsky@cortina-access.com>



Am 21.01.20 um 11:19 schrieb Alex Nemirovsky:
> From: Jason Li <jason.li@cortina-access.com>
> 
> Add support for hardware watchdog timer on all Cortina Access
> CAxxxx family of SoCs.
> 
> Reviewed-by: Stefan Roese <sr@denx.de>
> Signed-off-by: Jason Li <jason.li@cortina-access.com>
> Signed-off-by: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
> 
> 
> ---
> 
> 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.schwierzeck@gmail.com>

-- 
- Daniel

  reply	other threads:[~2020-01-22 20:58 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-21 10:19 [PATCH v2 0/7] Add Cortina Access basic DM drivers Alex Nemirovsky
2020-01-21 10:19 ` [PATCH v2 1/7] MAINTAINERS, git-mailrc: cortina: add Custodian for Cortina Access Inc Alex Nemirovsky
2020-01-21 10:19 ` [PATCH v2 2/7] cortina: common: armv8: add custom init for CA ARMv8 based SoCs Alex Nemirovsky
2020-01-21 10:19 ` [PATCH v2 3/7] gpio: do not include <asm/arch/gpio.h> for Cortina CAxxxx SoCs Alex Nemirovsky
2020-01-21 10:19 ` [PATCH v2 4/7] gpio: cortina_gpio: add DM_GPIO driver for " Alex Nemirovsky
2020-01-22 20:57   ` Daniel Schwierzeck
2020-01-21 10:19 ` [PATCH v2 5/7] watchdog: cortina_wdt: add support for HW WDT on " Alex Nemirovsky
2020-01-22 20:58   ` Daniel Schwierzeck [this message]
2020-01-21 10:19 ` [PATCH v2 6/7] serial: serial_cortina: add UART DM driver for " Alex Nemirovsky
2020-01-22 21:09   ` Daniel Schwierzeck
2020-01-21 10:19 ` [PATCH v2 7/7] board: presidio-asic: Add basic G3 engr. development board support Alex Nemirovsky
2020-01-22 21:24   ` Daniel Schwierzeck
2020-01-22 23:15     ` Alex Nemirovsky
2020-01-23  1:11     ` Alex Nemirovsky
2020-01-24 15:13 ` [PATCH v2 0/7] Add Cortina Access basic DM drivers Tom Rini
2020-01-24 17:22   ` Alex Nemirovsky
2020-01-24 17:37     ` Tom Rini
2020-01-24 17:55       ` Alex Nemirovsky
2020-01-24 18:30         ` Tom Rini
2020-01-24 18:34           ` Alex Nemirovsky
2020-01-24 18:42             ` Tom Rini
2020-01-24 18:58               ` Alex Nemirovsky
2020-01-24 19:52                 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=236f8f1c-face-b215-dbba-858d1daaab23@gmail.com \
    --to=daniel.schwierzeck@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.