Re: [PATCH v3 00/27] Add DM support for omap PWM backlight

2020-10-16 Thread Dario Binacchi
Hi Felix, > Il 16/10/2020 10:41 Felix Brack ha scritto: > > > Hello Dario, > > On 15.10.20 20:56, Dario Binacchi wrote: > > Hi Felix, > > > >> Il 15/10/2020 10:53 Felix Brack ha scritto: > >> > >> > >> Hello Dario, > >> > >> On 14.10.20 23:22, Dario Binacchi wrote: > >>> > Il 14/10/2

Re: [PATCH v3 00/27] Add DM support for omap PWM backlight

2020-10-16 Thread Felix Brack
Hello Dario, On 15.10.20 20:56, Dario Binacchi wrote: > Hi Felix, > >> Il 15/10/2020 10:53 Felix Brack ha scritto: >> >> >> Hello Dario, >> >> On 14.10.20 23:22, Dario Binacchi wrote: >>> Il 14/10/2020 10:22 Felix Brack ha scritto: On 11.10.20 14:13, Dario Binacchi wrote

Re: [PATCH v3 00/27] Add DM support for omap PWM backlight

2020-10-15 Thread Dario Binacchi
Hi Felix, > Il 15/10/2020 10:53 Felix Brack ha scritto: > > > Hello Dario, > > On 14.10.20 23:22, Dario Binacchi wrote: > > > >> Il 14/10/2020 10:22 Felix Brack ha scritto: > >> > >> > >> On 11.10.20 14:13, Dario Binacchi wrote: > >>> The series was born from the need to manage the PWM ba

Re: [PATCH v3 00/27] Add DM support for omap PWM backlight

2020-10-15 Thread Felix Brack
Hello Dario, On 14.10.20 23:22, Dario Binacchi wrote: > >> Il 14/10/2020 10:22 Felix Brack ha scritto: >> >> >> On 11.10.20 14:13, Dario Binacchi wrote: >>> The series was born from the need to manage the PWM backlight of the >>> display connected to my beaglebone board. To hit the target, I h

Re: [PATCH v3 00/27] Add DM support for omap PWM backlight

2020-10-15 Thread Dario Binacchi
> Il 14/10/2020 10:22 Felix Brack ha scritto: > > > On 11.10.20 14:13, Dario Binacchi wrote: > > The series was born from the need to manage the PWM backlight of the > > display connected to my beaglebone board. To hit the target, I had to > > develop drivers for PWM management which in turn

Re: [PATCH v3 00/27] Add DM support for omap PWM backlight

2020-10-14 Thread Felix Brack
On 11.10.20 14:13, Dario Binacchi wrote: > The series was born from the need to manage the PWM backlight of the > display connected to my beaglebone board. To hit the target, I had to > develop drivers for PWM management which in turn relied on drivers for > managing timers and clocks, all develope

[PATCH v3 00/27] Add DM support for omap PWM backlight

2020-10-11 Thread Dario Binacchi
The series was born from the need to manage the PWM backlight of the display connected to my beaglebone board. To hit the target, I had to develop drivers for PWM management which in turn relied on drivers for managing timers and clocks, all developed according to the driver model. My intention w