From: Bin Meng <bmeng.cn@gmail.com>
To: Alistair Francis <alistair.francis@opensource.wdc.com>
Cc: "qemu-devel@nongnu.org Developers" <qemu-devel@nongnu.org>,
"open list:RISC-V" <qemu-riscv@nongnu.org>,
Palmer Dabbelt <palmer@dabbelt.com>,
Alistair Francis <alistair.francis@wdc.com>,
Alistair Francis <alistair23@gmail.com>
Subject: Re: [PATCH v3 1/2] hw/timer: Add SiFive PWM support
Date: Thu, 9 Sep 2021 12:36:00 +0800 [thread overview]
Message-ID: <CAEUhbmU4w3atyrQcLvg5wt48vAO4sLLknUVBCVutEr1UN4RvLQ@mail.gmail.com> (raw)
In-Reply-To: <9f70a210acbfaf0e1ea6ad311ab892ac69134d8b.1631159656.git.alistair.francis@wdc.com>
On Thu, Sep 9, 2021 at 11:55 AM Alistair Francis
<alistair.francis@opensource.wdc.com> wrote:
>
> From: Alistair Francis <alistair.francis@wdc.com>
>
> This is the initial commit of the SiFive PWM timer. This is used by
> guest software as a timer and is included in the SiFive FU540 SoC.
>
> Signed-off-by: Justin Restivo <jrestivo@draper.com>
> Signed-off-by: Alexandra Clifford <aclifford@draper.com>
> Signed-off-by: Amanda Strnad <astrnad@draper.com>
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> ---
> include/hw/timer/sifive_pwm.h | 62 +++++
> hw/timer/sifive_pwm.c | 467 ++++++++++++++++++++++++++++++++++
> hw/timer/Kconfig | 3 +
> hw/timer/meson.build | 1 +
> hw/timer/trace-events | 6 +
> 5 files changed, 539 insertions(+)
> create mode 100644 include/hw/timer/sifive_pwm.h
> create mode 100644 hw/timer/sifive_pwm.c
>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
next prev parent reply other threads:[~2021-09-09 4:36 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-09 3:54 [PATCH v3 0/2] Add the SiFive PWM device Alistair Francis
2021-09-09 3:55 ` [PATCH v3 1/2] hw/timer: Add SiFive PWM support Alistair Francis
2021-09-09 4:36 ` Bin Meng [this message]
2021-09-09 3:55 ` [PATCH v3 2/2] sifive_u: Connect the SiFive PWM device Alistair Francis
2021-09-09 4:37 ` Bin Meng
2021-09-09 6:35 ` Alistair Francis
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=CAEUhbmU4w3atyrQcLvg5wt48vAO4sLLknUVBCVutEr1UN4RvLQ@mail.gmail.com \
--to=bmeng.cn@gmail.com \
--cc=alistair.francis@opensource.wdc.com \
--cc=alistair.francis@wdc.com \
--cc=alistair23@gmail.com \
--cc=palmer@dabbelt.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-riscv@nongnu.org \
/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;
as well as URLs for NNTP newsgroup(s).