Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-22 Thread Lukasz Majewski
Hi Boris, > > > > Could you be more specific here? > > > > As I mentioned before, the problem is not with the lack of > > "atomic" API. > > Below is a quick and dirty I made on top of this patch to show you how > atomic update can be implemented in this driver. Thank you for example patch.

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-22 Thread Boris Brezillon
On Fri, 21 Oct 2016 23:49:39 +0200 Lukasz Majewski wrote: > Hi Stefan, > > > On 2016-10-20 01:30, Lukasz Majewski wrote: > > > Hi Stefan, > > > > > >> Hi Stefan, > > >> > > >> > On 2016-10-12 15:15, Lukasz Majewski wrote: > > >> > > Hi Stefan, > > >> > > > > >> > >> On 2016-10-07 08:1

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-22 Thread Boris Brezillon
Hi Lukasz, On Fri, 21 Oct 2016 23:49:39 +0200 Lukasz Majewski wrote: > Hi Stefan, > > > On 2016-10-20 01:30, Lukasz Majewski wrote: > > > Hi Stefan, > > > > > >> Hi Stefan, > > >> > > >> > On 2016-10-12 15:15, Lukasz Majewski wrote: > > >> > > Hi Stefan, > > >> > > > > >> > >> On 201

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-22 Thread Boris Brezillon
On Fri, 7 Oct 2016 20:41:26 +0530 Bhuvanchandra DV wrote: > From: Lothar Wassmann > > The i.MX pwm unit on i.MX27 and newer SoCs provides a configurable output > polarity. This patch adds support to utilize this feature where available. > > Signed-off-by: Lothar Waßmann > Signed-off-by: Lukas

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-22 Thread Lukasz Majewski
Hi Stefan, > On 2016-10-20 01:30, Lukasz Majewski wrote: > > Hi Stefan, > > > >> Hi Stefan, > >> > >> > On 2016-10-12 15:15, Lukasz Majewski wrote: > >> > > Hi Stefan, > >> > > > >> > >> On 2016-10-07 08:11, Bhuvanchandra DV wrote: > >> > >> > From: Lothar Wassmann > >> > >> > > >> > >> > The i.

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-20 Thread Stefan Agner
On 2016-10-20 01:30, Lukasz Majewski wrote: > Hi Stefan, > >> Hi Stefan, >> >> > On 2016-10-12 15:15, Lukasz Majewski wrote: >> > > Hi Stefan, >> > > >> > >> On 2016-10-07 08:11, Bhuvanchandra DV wrote: >> > >> > From: Lothar Wassmann >> > >> > >> > >> > The i.MX pwm unit on i.MX27 and newer SoCs

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-20 Thread Lukasz Majewski
Hi Stefan, > Hi Stefan, > > > On 2016-10-12 15:15, Lukasz Majewski wrote: > > > Hi Stefan, > > > > > >> On 2016-10-07 08:11, Bhuvanchandra DV wrote: > > >> > From: Lothar Wassmann > > >> > > > >> > The i.MX pwm unit on i.MX27 and newer SoCs provides a > > >> > configurable output polarity. This

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-12 Thread Lukasz Majewski
Hi Stefan, > On 2016-10-12 15:15, Lukasz Majewski wrote: > > Hi Stefan, > > > >> On 2016-10-07 08:11, Bhuvanchandra DV wrote: > >> > From: Lothar Wassmann > >> > > >> > The i.MX pwm unit on i.MX27 and newer SoCs provides a > >> > configurable output polarity. This patch adds support to utilize >

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-12 Thread Stefan Agner
On 2016-10-12 15:15, Lukasz Majewski wrote: > Hi Stefan, > >> On 2016-10-07 08:11, Bhuvanchandra DV wrote: >> > From: Lothar Wassmann >> > >> > The i.MX pwm unit on i.MX27 and newer SoCs provides a configurable >> > output polarity. This patch adds support to utilize this feature >> > where avail

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-12 Thread Lukasz Majewski
Hi Stefan, > On 2016-10-07 08:11, Bhuvanchandra DV wrote: > > From: Lothar Wassmann > > > > The i.MX pwm unit on i.MX27 and newer SoCs provides a configurable > > output polarity. This patch adds support to utilize this feature > > where available. > > > > Signed-off-by: Lothar Waßmann > > Sig

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-10 Thread Stefan Agner
On 2016-10-07 08:11, Bhuvanchandra DV wrote: > From: Lothar Wassmann > > The i.MX pwm unit on i.MX27 and newer SoCs provides a configurable output > polarity. This patch adds support to utilize this feature where available. > > Signed-off-by: Lothar Waßmann > Signed-off-by: Lukasz Majewski > S

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-10 Thread Rob Herring
On Fri, Oct 07, 2016 at 08:41:26PM +0530, Bhuvanchandra DV wrote: > From: Lothar Wassmann > > The i.MX pwm unit on i.MX27 and newer SoCs provides a configurable output > polarity. This patch adds support to utilize this feature where available. > > Signed-off-by: Lothar Waßmann > Signed-off-by:

Re: [PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-08 Thread Lukasz Majewski
Hi Bhuvanchandra, > From: Lothar Wassmann > > The i.MX pwm unit on i.MX27 and newer SoCs provides a configurable > output polarity. This patch adds support to utilize this feature > where available. > > Signed-off-by: Lothar Waßmann > Signed-off-by: Lukasz Majewski > Signed-off-by: Bhuvanchan

[PATCH v3 3/6] pwm: imx: support output polarity inversion

2016-10-07 Thread Bhuvanchandra DV
From: Lothar Wassmann The i.MX pwm unit on i.MX27 and newer SoCs provides a configurable output polarity. This patch adds support to utilize this feature where available. Signed-off-by: Lothar Waßmann Signed-off-by: Lukasz Majewski Signed-off-by: Bhuvanchandra DV Acked-by: Shawn Guo Reviewed