From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH v4 0/7] wdt: Add support for watchdogs on Kendryte K210
Date: Mon, 26 Oct 2020 17:23:43 -0400 [thread overview]
Message-ID: <20201026212343.GW14816@bill-the-cat> (raw)
In-Reply-To: <1c74d9dc-1801-6d96-1b2c-7f37468e6b1b@gmail.com>
On Fri, Oct 23, 2020 at 09:30:24AM -0400, Sean Anderson wrote:
>
> On 10/1/20 10:56 AM, Sean Anderson wrote:
> > On 9/9/20 5:04 PM, Sean Anderson wrote:
> >> This series depends on
> >> https://patchwork.ozlabs.org/project/uboot/list/?series=200642
> >>
> >> Changes in v4:
> >> - Fix build error without CONFIG_CLK
> >>
> >> 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 | 39 ++++++++++++++++++++-----------
> >> 3 files changed, 27 insertions(+), 15 deletions(-)
> >>
> >
> > *ping*
> >
> > Marek can these go into -next?
> >
> > --Sean
> >
>
> *second ping*
>
> It appears that an earlier version of this series [1] was assigned to
> Marek Vasut, but that the current version is assigned to Rick Chen. v2
> should be marked as superseded. Can this get picked up for the merge
> window?
The v2 mess-up was me, probably, some typo or another. For v4, it looks
fine to me. Rick?
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201026/84ab3e46/attachment-0001.sig>
next prev parent reply other threads:[~2020-10-26 21:23 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-09 21:04 [PATCH v4 0/7] wdt: Add support for watchdogs on Kendryte K210 Sean Anderson
2020-09-09 21:04 ` [PATCH v4 1/7] wdt: dw: Switch to using fls for log2 Sean Anderson
2020-09-09 21:04 ` [PATCH v4 2/7] wdt: dw: Switch to if(CONFIG()) instead of using #if Sean Anderson
2020-09-09 21:04 ` [PATCH v4 3/7] wdt: dw: Fix clock rate being off by 1000 Sean Anderson
2020-09-09 21:04 ` [PATCH v4 4/7] wdt: dw: Enable the clock before using it Sean Anderson
2020-09-09 21:04 ` [PATCH v4 5/7] wdt: dw: Free the clock on error Sean Anderson
2020-09-09 21:04 ` [PATCH v4 6/7] riscv: Add watchdog bindings for the k210 Sean Anderson
2020-09-09 21:04 ` [PATCH v4 7/7] riscv: Enable watchdog " Sean Anderson
2020-10-01 14:56 ` [PATCH v4 0/7] wdt: Add support for watchdogs on Kendryte K210 Sean Anderson
2020-10-23 13:30 ` Sean Anderson
2020-10-26 21:23 ` Tom Rini [this message]
[not found] ` <752D002CFF5D0F4FA35C0100F1D73F3FB22ACFFD@ATCPCS12.andestech.com>
2020-11-04 2:08 ` Rick Chen
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=20201026212343.GW14816@bill-the-cat \
--to=trini@konsulko.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