All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leo Liang <ycliang@andestech.com>
To: Chanho Park <chanho61.park@samsung.com>
Cc: Rick Chen <rick@andestech.com>, Stefan Roese <sr@denx.de>,
	Yanhong Wang <yanhong.wang@starfivetech.com>,
	Xingyu Wu <xingyu.wu@starfivetech.com>, <u-boot@lists.denx.de>
Subject: Re: [PATCH 2/4] watchdog: Add StarFive Watchdog driver
Date: Mon, 4 Dec 2023 19:22:27 +0800	[thread overview]
Message-ID: <ZW22c_qHV9kwIpsJ@swlinux02> (raw)
In-Reply-To: <20231105231318.992857-3-chanho61.park@samsung.com>

On Mon, Nov 06, 2023 at 08:13:16AM +0900, Chanho Park wrote:
> Add to support StarFive watchdog driver. The driver is imported from
> linux kernel's drivers/watchdog/starfive-wdt.c without jh7100 support
> because there is no support of jh7100 SoC in u-boot yet.
> Howver, this patch has been kept the variant coding style because JH7100
> can be added later and have a consistency with the linux driver.
> 
> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
> ---
>  drivers/watchdog/Kconfig        |   7 +
>  drivers/watchdog/Makefile       |   1 +
>  drivers/watchdog/starfive_wdt.c | 329 ++++++++++++++++++++++++++++++++
>  3 files changed, 337 insertions(+)
>  create mode 100644 drivers/watchdog/starfive_wdt.c

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>

  reply	other threads:[~2023-12-04 11:22 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20231105231340epcas2p15c63b4e97f2c2981a7552f313a28d1de@epcas2p1.samsung.com>
2023-11-05 23:13 ` [PATCH 0/4] Support StarFive Watchdog driver Chanho Park
2023-11-05 23:13   ` [PATCH 1/4] clk: starfive: jh7110: Add watchdog clocks Chanho Park
2023-12-04 11:21     ` Leo Liang
2023-11-05 23:13   ` [PATCH 2/4] watchdog: Add StarFive Watchdog driver Chanho Park
2023-12-04 11:22     ` Leo Liang [this message]
2023-12-04 13:15     ` Stefan Roese
2023-11-05 23:13   ` [PATCH 3/4] riscv: dts: jh7110: Add watchdog device tree node Chanho Park
2023-12-04 11:23     ` Leo Liang
2023-11-05 23:13   ` [PATCH 4/4] configs: visionfive2: Enable watchdog driver Chanho Park
2023-12-04 11:23     ` Leo Liang

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=ZW22c_qHV9kwIpsJ@swlinux02 \
    --to=ycliang@andestech.com \
    --cc=chanho61.park@samsung.com \
    --cc=rick@andestech.com \
    --cc=sr@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=xingyu.wu@starfivetech.com \
    --cc=yanhong.wang@starfivetech.com \
    /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.