RE: EXTERNAL: Re: (subset) [PATCH v1 1/1] backlight: mp3309c: fix leds flickering in pwm mode

2024-05-03 Thread FLAVIO SULIGOI
Hi Lee, ... > Subject: Re: EXTERNAL: Re: (subset) [PATCH v1 1/1] backlight: mp3309c: > fix leds flickering in pwm mode > > On Fri, 03 May 2024, FLAVIO SULIGOI wrote: > > > Hi Lee, > > > > ... > > > > > Subject: EXTERNAL: Re: (subset) [PATCH v1 1/

Re: EXTERNAL: Re: (subset) [PATCH v1 1/1] backlight: mp3309c: fix leds flickering in pwm mode

2024-05-03 Thread Lee Jones
On Fri, 03 May 2024, FLAVIO SULIGOI wrote: > Hi Lee, > > ... > > > Subject: EXTERNAL: Re: (subset) [PATCH v1 1/1] backlight: mp3309c: fix > > leds flickering in pwm mode > > > > [Use caution with links & attachments] > > > > > > &

RE: EXTERNAL: Re: (subset) [PATCH v1 1/1] backlight: mp3309c: fix leds flickering in pwm mode

2024-05-02 Thread FLAVIO SULIGOI
Hi Lee, ... > Subject: EXTERNAL: Re: (subset) [PATCH v1 1/1] backlight: mp3309c: fix > leds flickering in pwm mode > > [Use caution with links & attachments] > > > > On Thu, 02 May 2024, Lee Jones wrote: > > > On Wed, 17 Apr 2024 17:31:05 +0200, Flavi

Re: (subset) [PATCH v1 1/1] backlight: mp3309c: fix leds flickering in pwm mode

2024-05-02 Thread Lee Jones
On Thu, 02 May 2024, Lee Jones wrote: > On Wed, 17 Apr 2024 17:31:05 +0200, Flavio Suligoi wrote: > > The mp3309 has two configuration registers, named according to their > > address (0x00 and 0x01). > > In the second register (0x01), the bit DIMS (Dimming Mode Select) must > > be always 0 (zero),

Re: (subset) [PATCH v1 1/1] backlight: mp3309c: fix leds flickering in pwm mode

2024-05-02 Thread Lee Jones
On Wed, 17 Apr 2024 17:31:05 +0200, Flavio Suligoi wrote: > The mp3309 has two configuration registers, named according to their > address (0x00 and 0x01). > In the second register (0x01), the bit DIMS (Dimming Mode Select) must > be always 0 (zero), in both analog (via i2c commands) and pwm dimmin

Re: [PATCH v1 1/1] backlight: mp3309c: fix leds flickering in pwm mode

2024-04-18 Thread Daniel Thompson
On Wed, Apr 17, 2024 at 05:31:05PM +0200, Flavio Suligoi wrote: > The mp3309 has two configuration registers, named according to their > address (0x00 and 0x01). > In the second register (0x01), the bit DIMS (Dimming Mode Select) must > be always 0 (zero), in both analog (via i2c commands) and pwm

[PATCH v1 1/1] backlight: mp3309c: fix leds flickering in pwm mode

2024-04-17 Thread Flavio Suligoi
The mp3309 has two configuration registers, named according to their address (0x00 and 0x01). In the second register (0x01), the bit DIMS (Dimming Mode Select) must be always 0 (zero), in both analog (via i2c commands) and pwm dimming mode. In the initial driver version, the DIMS bit was set in pw