Re: [PATCHv4 0/4] pwm: imx: support output polarity inversion

2014-09-29 Thread Sascha Hauer
On Tue, Aug 26, 2014 at 09:24:09AM +0200, Lothar Waßmann wrote: > Hi, > > Lothar Waßmann wrote: > > This patch series adds support for polarity inversion to the pwm-imx > > driver. The patches have been tested on i.MX6, i.MX53 and with the > > ti-ehrpwm.c driver. > > > > Changes wrt. v2: > > - ma

Re: [PATCHv4 0/4] pwm: imx: support output polarity inversion

2014-09-29 Thread Lothar Waßmann
Hi, Lothar Waßmann wrote: > This patch series adds support for polarity inversion to the pwm-imx > driver. The patches have been tested on i.MX6, i.MX53 and with the > ti-ehrpwm.c driver. > > Changes wrt. v2: > - make the use of '#pwm-cells = <3>' optional, so that the change does > not break e

Re: [PATCHv4 0/4] pwm: imx: support output polarity inversion

2014-08-26 Thread Lothar Waßmann
Hi, Lothar Waßmann wrote: > This patch series adds support for polarity inversion to the pwm-imx > driver. The patches have been tested on i.MX6, i.MX53 and with the > ti-ehrpwm.c driver. > > Changes wrt. v2: > - make the use of '#pwm-cells = <3>' optional, so that the change does > not break e

[PATCHv4 0/4] pwm: imx: support output polarity inversion

2014-08-19 Thread Lothar Waßmann
This patch series adds support for polarity inversion to the pwm-imx driver. The patches have been tested on i.MX6, i.MX53 and with the ti-ehrpwm.c driver. Changes wrt. v2: - make the use of '#pwm-cells = <3>' optional, so that the change does not break existing DT blobs as suggested by Arnd Ber

[PATCHv4 0/4] pwm: imx: support output polarity inversion

2014-06-12 Thread Lothar Waßmann
This patch series adds support for polarity inversion to the pwm-imx driver. The patches have been tested on i.MX6, i.MX53 and with the ti-ehrpwm.c driver. Changes wrt. v2: - make the use of '#pwm-cells = <3>' optional, so that the change does not break existing DT blobs as suggested by Arnd Ber