public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sean Anderson <seanga2@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v3 0/7] wdt: Add support for watchdogs on Kendryte K210
Date: Wed, 9 Sep 2020 16:35:00 -0400	[thread overview]
Message-ID: <673d5818-2d7a-1b9c-efcd-cff50dab8ded@gmail.com> (raw)
In-Reply-To: <20200901200758.543851-1-seanga2@gmail.com>

On 9/1/20 4:07 PM, Sean Anderson wrote:
> This series depends on
> https://patchwork.ozlabs.org/project/uboot/patch/20200901195548.542737-1-seanga2 at gmail.com/

A note for those following along at home: after further investigation,
this series depends on [1]. It works with v1 of the above patch (as
linked), but if one applies v2 [2], it will panic without [1].

[1] https://patchwork.ozlabs.org/project/uboot/list/?series=200642
[2] https://patchwork.ozlabs.org/project/uboot/list/?series=200645

> 
> Changes in v3:
> - Note dependency on "time: Fix get_ticks being non-monotonic"
> - Add a few signed-off-bys which were sent for version 1
> 
> Changes in v2:
> - Fix fls being off-by-one when compared to log_2_n_round_up
> - Move watchdog enable to k210.dtsi as it does not depend on anything
>   board-specific.
> 
> Sean Anderson (7):
>   wdt: dw: Switch to using fls for log2
>   wdt: dw: Switch to if(CONFIG()) instead of using #if
>   wdt: dw: Fix clock rate being off by 1000
>   wdt: dw: Enable the clock before using it
>   wdt: dw: Free the clock on error
>   riscv: Add watchdog bindings for the k210
>   riscv: Enable watchdog for the k210
> 
>  arch/riscv/dts/k210.dtsi          |  1 -
>  board/sipeed/maix/Kconfig         |  2 ++
>  drivers/watchdog/designware_wdt.c | 38 +++++++++++++++++++------------
>  3 files changed, 26 insertions(+), 15 deletions(-)
> 

      parent reply	other threads:[~2020-09-09 20:35 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-01 20:07 [PATCH v3 0/7] wdt: Add support for watchdogs on Kendryte K210 Sean Anderson
2020-09-01 20:07 ` [PATCH v3 1/7] wdt: dw: Switch to using fls for log2 Sean Anderson
2020-09-07  1:43   ` Simon Glass
2020-09-01 20:07 ` [PATCH v3 2/7] wdt: dw: Switch to if(CONFIG()) instead of using #if Sean Anderson
2020-09-01 20:07 ` [PATCH v3 3/7] wdt: dw: Fix clock rate being off by 1000 Sean Anderson
2020-09-01 20:07 ` [PATCH v3 4/7] wdt: dw: Enable the clock before using it Sean Anderson
2020-09-01 20:07 ` [PATCH v3 5/7] wdt: dw: Free the clock on error Sean Anderson
2020-09-09 20:57   ` Sean Anderson
2020-09-01 20:07 ` [PATCH v3 6/7] riscv: Add watchdog bindings for the k210 Sean Anderson
2020-09-01 20:07 ` [PATCH v3 7/7] riscv: Enable watchdog " Sean Anderson
2020-09-07  1:43   ` Simon Glass
2020-09-09 20:35 ` Sean Anderson [this message]

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=673d5818-2d7a-1b9c-efcd-cff50dab8ded@gmail.com \
    --to=seanga2@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox