Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-02-14 Thread Uwe Kleine-König
Hello, On Wed, Feb 13, 2019 at 03:38:46PM +, claudiu.bez...@microchip.com wrote: > On 06.02.2019 10:24, Uwe Kleine-König wrote: > > On Wed, Feb 06, 2019 at 12:01:26AM +0100, Thierry Reding wrote: > >> But I really don't see the point in having consumers jump through hoops > >> to set one of

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-02-13 Thread Claudiu.Beznea
On 06.02.2019 10:24, Uwe Kleine-König wrote: > Hello Thierry, > > On Wed, Feb 06, 2019 at 12:01:26AM +0100, Thierry Reding wrote: >> On Mon, Jan 07, 2019 at 11:10:40PM +0100, Uwe Kleine-König wrote: >>> On Mon, Jan 07, 2019 at 09:30:55AM +, claudiu.bez...@microchip.com >>> wrote: On

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-02-13 Thread Claudiu.Beznea
On 06.02.2019 00:49, Thierry Reding wrote: > On Sat, Jan 05, 2019 at 10:05:22PM +0100, Uwe Kleine-König wrote: >> Hello, >> >> On Thu, Jan 03, 2019 at 01:29:44PM +, claudiu.bez...@microchip.com wrote: >>> From: Claudiu Beznea >>> >>> Add basic PWM modes: normal and complementary. These

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-02-06 Thread Uwe Kleine-König
Hello Thierry, On Wed, Feb 06, 2019 at 12:01:26AM +0100, Thierry Reding wrote: > On Mon, Jan 07, 2019 at 11:10:40PM +0100, Uwe Kleine-König wrote: > > On Mon, Jan 07, 2019 at 09:30:55AM +, claudiu.bez...@microchip.com > > wrote: > > > On 05.01.2019 23:05, Uwe Kleine-König wrote: > > > > On

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-02-05 Thread Thierry Reding
On Mon, Jan 07, 2019 at 11:10:40PM +0100, Uwe Kleine-König wrote: > Hello Claudiu, > > On Mon, Jan 07, 2019 at 09:30:55AM +, claudiu.bez...@microchip.com wrote: > > On 05.01.2019 23:05, Uwe Kleine-König wrote: > > > On Thu, Jan 03, 2019 at 01:29:44PM +, claudiu.bez...@microchip.com > > >

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-02-05 Thread Thierry Reding
On Sat, Jan 05, 2019 at 10:05:22PM +0100, Uwe Kleine-König wrote: > Hello, > > On Thu, Jan 03, 2019 at 01:29:44PM +, claudiu.bez...@microchip.com wrote: > > From: Claudiu Beznea > > > > Add basic PWM modes: normal and complementary. These modes should > > differentiate the single output PWM

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-01-09 Thread Claudiu.Beznea
On 09.01.2019 00:08, Uwe Kleine-König wrote: > On Tue, Jan 08, 2019 at 09:21:34AM +, claudiu.bez...@microchip.com wrote: >> Hi Uwe, >> >> On 08.01.2019 00:10, Uwe Kleine-König wrote: >>> Hello Claudiu, >>> >>> On Mon, Jan 07, 2019 at 09:30:55AM +, claudiu.bez...@microchip.com >>> wrote:

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-01-08 Thread Uwe Kleine-König
On Tue, Jan 08, 2019 at 09:21:34AM +, claudiu.bez...@microchip.com wrote: > Hi Uwe, > > On 08.01.2019 00:10, Uwe Kleine-König wrote: > > Hello Claudiu, > > > > On Mon, Jan 07, 2019 at 09:30:55AM +, claudiu.bez...@microchip.com > > wrote: > >> On 05.01.2019 23:05, Uwe Kleine-König wrote:

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-01-08 Thread Claudiu.Beznea
Hi Uwe, On 08.01.2019 00:10, Uwe Kleine-König wrote: > Hello Claudiu, > > On Mon, Jan 07, 2019 at 09:30:55AM +, claudiu.bez...@microchip.com wrote: >> On 05.01.2019 23:05, Uwe Kleine-König wrote: >>> On Thu, Jan 03, 2019 at 01:29:44PM +, claudiu.bez...@microchip.com >>> wrote:

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-01-07 Thread Uwe Kleine-König
Hello Claudiu, On Mon, Jan 07, 2019 at 09:30:55AM +, claudiu.bez...@microchip.com wrote: > On 05.01.2019 23:05, Uwe Kleine-König wrote: > > On Thu, Jan 03, 2019 at 01:29:44PM +, claudiu.bez...@microchip.com > > wrote: > >> From: Claudiu Beznea > >> > >> Add basic PWM modes: normal and

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-01-07 Thread Claudiu.Beznea
On 05.01.2019 23:05, Uwe Kleine-König wrote: > Hello, > > On Thu, Jan 03, 2019 at 01:29:44PM +, claudiu.bez...@microchip.com wrote: >> From: Claudiu Beznea >> >> Add basic PWM modes: normal and complementary. These modes should >> differentiate the single output PWM channels from two

Re: [PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-01-05 Thread Uwe Kleine-König
Hello, On Thu, Jan 03, 2019 at 01:29:44PM +, claudiu.bez...@microchip.com wrote: > From: Claudiu Beznea > > Add basic PWM modes: normal and complementary. These modes should > differentiate the single output PWM channels from two outputs PWM > channels. These modes could be set as follow: >

[PATCH v8 1/6] pwm: extend PWM framework with PWM modes

2019-01-03 Thread Claudiu.Beznea
From: Claudiu Beznea Add basic PWM modes: normal and complementary. These modes should differentiate the single output PWM channels from two outputs PWM channels. These modes could be set as follow: 1. PWM channels with one output per channel: - normal mode 2. PWM channels with two outputs per