[tip: irq/core] irqchip/sifive-plic: Remove incorrect requirement about number of irq contexts

2020-05-30 Thread tip-bot2 for Wesley W. Terpstra
The following commit has been merged into the irq/core branch of tip: Commit-ID: 82f2202ddc97490994fad0dbfec04a014fa5163d Gitweb: https://git.kernel.org/tip/82f2202ddc97490994fad0dbfec04a014fa5163d Author:Wesley W. Terpstra AuthorDate:Tue, 12 May 2020 10:26:36 -07:00

[PATCH 3/3] pwm-sifive: add a driver for SiFive SoC PWM

2018-04-27 Thread Wesley W. Terpstra
SiFive SoCs can contain one or more PWM IP blocks. This adds a driver for them. Tested on the HiFive Unleashed. Signed-off-by: Wesley W. Terpstra <wes...@terpstra.ca> --- drivers/pwm/Kconfig | 11 ++ drivers/pwm/Makefile | 1 + drivers/pwm/pwm-sifive.c

[PATCH 3/3] pwm-sifive: add a driver for SiFive SoC PWM

2018-04-27 Thread Wesley W. Terpstra
SiFive SoCs can contain one or more PWM IP blocks. This adds a driver for them. Tested on the HiFive Unleashed. Signed-off-by: Wesley W. Terpstra --- drivers/pwm/Kconfig | 11 ++ drivers/pwm/Makefile | 1 + drivers/pwm/pwm-sifive.c | 259

[PATCH 0/3] SiFive SoC PWM driver

2018-04-27 Thread Wesley W. Terpstra
, 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 +++ .../devicetre

[PATCH 0/3] SiFive SoC PWM driver

2018-04-27 Thread Wesley W. Terpstra
, 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 +++ .../devicetre

[PATCH 1/3] dt-bindings: added new pwm-sifive driver documentation

2018-04-27 Thread Wesley W. Terpstra
Document new PWM device tree bindings for SiFive SoCs. Signed-off-by: Wesley W. Terpstra <wes...@sifive.com> --- .../devicetree/bindings/pwm/pwm-sifive.txt | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 Documentation/devicetree/bindings/p

[PATCH 1/3] dt-bindings: added new pwm-sifive driver documentation

2018-04-27 Thread Wesley W. Terpstra
Document new PWM device tree bindings for SiFive SoCs. Signed-off-by: Wesley W. Terpstra --- .../devicetree/bindings/pwm/pwm-sifive.txt | 28 ++ 1 file changed, 28 insertions(+) create mode 100644 Documentation/devicetree/bindings/pwm/pwm-sifive.txt diff --git

[PATCH 2/3] dt-bindings: Add "sifive" vendor prefix

2018-04-27 Thread Wesley W. Terpstra
This adds a vendor prefix "sifive" for SiFive, Inc. We make chips. Signed-off-by: Wesley W. Terpstra <wes...@sifive.com> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor

[PATCH 2/3] dt-bindings: Add "sifive" vendor prefix

2018-04-27 Thread Wesley W. Terpstra
This adds a vendor prefix "sifive" for SiFive, Inc. We make chips. Signed-off-by: Wesley W. Terpstra --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/