All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for PWM SiFive
@ 2020-04-23 11:27 Yash Shah
  2020-04-23 11:27 ` [PATCH v2 1/2] pwm: Add DT documentation for SiFive PWM Controller Yash Shah
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Yash Shah @ 2020-04-23 11:27 UTC (permalink / raw)
  To: u-boot

The patch series adds support for PWM controller in SiFive SoCs

Changes in v2:
- Introduce a new patch to add the DT documentation
- Change commit message to include reference of Linux ver and commit
- Remove unnecessary function "pwm_sifive_set_invert"
- Use "dev_read_addr_ptr" instead of "dev_read_addr" to avoid cast on
  each readl/writel call

Yash Shah (2):
  pwm: Add DT documentation for SiFive PWM Controller
  pwm: Add PWM driver for SiFive SoC

 doc/device-tree-bindings/pwm/pwm-sifive.txt |  31 +++++
 drivers/pwm/Kconfig                         |   6 +
 drivers/pwm/Makefile                        |   1 +
 drivers/pwm/pwm-sifive.c                    | 172 ++++++++++++++++++++++++++++
 4 files changed, 210 insertions(+)
 create mode 100644 doc/device-tree-bindings/pwm/pwm-sifive.txt
 create mode 100644 drivers/pwm/pwm-sifive.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-07-09  8:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
2020-07-09  8:27   ` Heiko Schocher
2020-07-08  3:06 ` [PATCH v2 0/2] Add support for PWM SiFive Yash Shah

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.