Posted by
Emil Renner Berthing
3 years, 9 months ago
This series adds support for the two LEDs on the HiFive Unmatched
RISC-V board.
Emil Renner Berthing (4):
leds: pwm-multicolor: Don't show -EPROBE_DEFER as errors
dt-bindings: leds: pwm-multicolor: Add active-low property
leds: pwm-multicolor: Support active-low LEDs
riscv: dts: sifive unmatched: Add PWM controlled LEDs
.../bindings/leds/leds-pwm-multicolor.yaml | 4 ++
.../boot/dts/sifive/hifive-unmatched-a00.dts | 42 +++++++++++++++++++
drivers/leds/rgb/leds-pwm-multicolor.c | 8 +++-
3 files changed, 52 insertions(+), 2 deletions(-)
--
2.37.0
Re: [PATCH v1 0/4] Add HiFive Unmatched LEDs
Posted by
Pavel Machek
3 years, 9 months ago
Hi!
> This series adds support for the two LEDs on the HiFive Unmatched
> RISC-V board.
>
> Emil Renner Berthing (4):
> leds: pwm-multicolor: Don't show -EPROBE_DEFER as errors
> dt-bindings: leds: pwm-multicolor: Add active-low property
> leds: pwm-multicolor: Support active-low LEDs
Thank you, applied. Not taking the dts change
Best regards,
Pavel
--
People of Russia, stop Putin before his war on Ukraine escalates.
Re: [PATCH v1 0/4] Add HiFive Unmatched LEDs
Posted by
Palmer Dabbelt
3 years, 8 months ago
On Sun, 17 Jul 2022 04:02:49 PDT (-0700), pavel@ucw.cz wrote:
> Hi!
>
>> This series adds support for the two LEDs on the HiFive Unmatched
>> RISC-V board.
>>
>> Emil Renner Berthing (4):
>> leds: pwm-multicolor: Don't show -EPROBE_DEFER as errors
>> dt-bindings: leds: pwm-multicolor: Add active-low property
>> leds: pwm-multicolor: Support active-low LEDs
>
> Thank you, applied. Not taking the dts change
I took the DTS change (#4) on riscv/for-next. Thanks!