lkml.org 
[lkml]   [2018]   [Apr]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/3] SiFive SoC PWM driver
Date
SiFive SoCs can contain one or more PWM IP blocks.
This adds a driver for them. Tested on the HiFive Unleashed.

This patch series is broken into three parts:
The driver itself, in drivers/pwm
The device tree binding description, in Documentation/devicetree/bindings
The SiFive vendor prefix, in Documentation/devicetree/bindings

Wesley W. Terpstra (3):
dt-bindings: added new pwm-sifive driver documentation
dt-bindings: Add "sifive" vendor prefix
pwm-sifive: add a driver for SiFive SoC PWM

.../devicetree/bindings/pwm/pwm-sifive.txt | 28 +++
.../devicetree/bindings/vendor-prefixes.txt | 1 +
drivers/pwm/Kconfig | 11 +
drivers/pwm/Makefile | 1 +
drivers/pwm/pwm-sifive.c | 259 +++++++++++++++++++++
5 files changed, 300 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sifive.txt
create mode 100644 drivers/pwm/pwm-sifive.c

--
2.7.4

\
 
 \ /
  Last update: 2018-04-28 01:00    [W:0.093 / U:0.448 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site