Re: [PATCH] drivers: led: bcm6858: set the correct led polarity register

2020-11-19 Thread Tom Rini
On Thu, Oct 29, 2020 at 06:27:34PM +0100, Steven Lawrance wrote: > This change sets the output (hardware) polarity register instead of the > input (software) polarity register for the bcm6858 LED controller. The > logic was inverted (a LED configued active high behaved as active low). > > Signed

Re: [PATCH] drivers: led: bcm6858: set the correct led polarity register

2020-11-13 Thread Philippe REYNES
Le 29/10/2020 à 18:27, Steven Lawrance a écrit : This change sets the output (hardware) polarity register instead of the input (software) polarity register for the bcm6858 LED controller. The logic was inverted (a LED configued active high behaved as active low). Signed-off-by: Steven Lawrance

[PATCH] drivers: led: bcm6858: set the correct led polarity register

2020-10-29 Thread Steven Lawrance
This change sets the output (hardware) polarity register instead of the input (software) polarity register for the bcm6858 LED controller. The logic was inverted (a LED configued active high behaved as active low). Signed-off-by: Steven Lawrance --- drivers/led/led_bcm6858.c | 8 1 fil