All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 2/2] pwm: Add PWM driver for SiFive SoC
Date: Wed, 8 Jul 2020 10:40:10 -0400	[thread overview]
Message-ID: <20200708144010.GJ1306@bill-the-cat> (raw)
In-Reply-To: <5624e0b1-5e8e-b48c-2d21-d65108fb7202@denx.de>

On Wed, Jul 08, 2020 at 06:30:28AM +0200, Heiko Schocher wrote:
> Hello Yash,
> 
> Am 23.04.2020 um 13:27 schrieb Yash Shah:
> > Adds a PWM driver for PWM chip present in SiFive's HiFive Unleashed SoC
> > This driver is simple port of Linux pwm sifive driver from Linux v5.6
> > 
> > commit: 9e37a53eb051 ("pwm: sifive: Add a driver for SiFive SoC PWM")
> > 
> > Signed-off-by: Yash Shah <yash.shah@sifive.com>
> > ---
> >   drivers/pwm/Kconfig      |   6 ++
> >   drivers/pwm/Makefile     |   1 +
> >   drivers/pwm/pwm-sifive.c | 172 +++++++++++++++++++++++++++++++++++++++++++++++
> >   3 files changed, 179 insertions(+)
> >   create mode 100644 drivers/pwm/pwm-sifive.c
> 
> Reviewed-by: Heiko Schocher <hs@denx.de>
> 
> @Tom: Do you want to pick up this patch, or I can take it into
> u-boot-i2c tree (as I currently plan to send a pull request)?

Take it via your tree, thanks.

-- 
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/20200708/120935be/attachment.sig>

  reply	other threads:[~2020-07-08 14:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-23 11:27 [PATCH v2 0/2] Add support for PWM SiFive Yash Shah
2020-04-23 11:27 ` [PATCH v2 1/2] pwm: Add DT documentation for SiFive PWM Controller Yash Shah
2020-07-08  4:29   ` Heiko Schocher
2020-07-09  8:26   ` Heiko Schocher
2020-04-23 11:27 ` [PATCH v2 2/2] pwm: Add PWM driver for SiFive SoC Yash Shah
2020-07-08  4:30   ` Heiko Schocher
2020-07-08 14:40     ` Tom Rini [this message]
2020-07-09  8:27   ` Heiko Schocher
2020-07-08  3:06 ` [PATCH v2 0/2] Add support for PWM SiFive Yash Shah

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=20200708144010.GJ1306@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 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.