Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-27 Thread Lukasz Majewski
On Tue, 25 Oct 2016 15:09:03 -0200 Fabio Estevam wrote: > On Tue, Oct 25, 2016 at 3:08 PM, Fabio Estevam > wrote: > > >> the i.MX6q is not booting. Apparently I do need to wait for things > >> to calm down. > > > > Does this commit help with the boot

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-27 Thread Lukasz Majewski
On Tue, 25 Oct 2016 15:09:03 -0200 Fabio Estevam wrote: > On Tue, Oct 25, 2016 at 3:08 PM, Fabio Estevam > wrote: > > >> the i.MX6q is not booting. Apparently I do need to wait for things > >> to calm down. > > > > Does this commit help with the boot issue you observed? > > Sorry, missed to

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-25 Thread Fabio Estevam
On Tue, Oct 25, 2016 at 3:08 PM, Fabio Estevam wrote: >> the i.MX6q is not booting. Apparently I do need to wait for things to >> calm down. > > Does this commit help with the boot issue you observed? Sorry, missed to put the commit. Here it goes:

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-25 Thread Fabio Estevam
On Tue, Oct 25, 2016 at 3:08 PM, Fabio Estevam wrote: >> the i.MX6q is not booting. Apparently I do need to wait for things to >> calm down. > > Does this commit help with the boot issue you observed? Sorry, missed to put the commit. Here it goes:

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-25 Thread Fabio Estevam
Hi Lukasz, On Tue, Oct 25, 2016 at 5:07 AM, Lukasz Majewski wrote: > With the newest mainline 4.9-rcX > SHA:0c2b6dc4fd4fa13796b319aae969a009f03222c6 > > the i.MX6q is not booting. Apparently I do need to wait for things to > calm down. Does this commit help with the boot

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-25 Thread Fabio Estevam
Hi Lukasz, On Tue, Oct 25, 2016 at 5:07 AM, Lukasz Majewski wrote: > With the newest mainline 4.9-rcX > SHA:0c2b6dc4fd4fa13796b319aae969a009f03222c6 > > the i.MX6q is not booting. Apparently I do need to wait for things to > calm down. Does this commit help with the boot issue you observed?

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-25 Thread Lukasz Majewski
Hi Stefan, > Hi Lukasz, > > Thanks for your work, great to see this coming along! :-) > > On 2016-10-24 23:26, Lukasz Majewski wrote: > > Hi Boris, > > > >> On Sun, 23 Oct 2016 23:45:40 +0200 > >> Lukasz Majewski wrote: > >> > >> > This patch set brings atomic operation

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-25 Thread Lukasz Majewski
Hi Stefan, > Hi Lukasz, > > Thanks for your work, great to see this coming along! :-) > > On 2016-10-24 23:26, Lukasz Majewski wrote: > > Hi Boris, > > > >> On Sun, 23 Oct 2016 23:45:40 +0200 > >> Lukasz Majewski wrote: > >> > >> > This patch set brings atomic operation to i.MX's PWMv2

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-24 Thread Stefan Agner
Hi Lukasz, Thanks for your work, great to see this coming along! :-) On 2016-10-24 23:26, Lukasz Majewski wrote: > Hi Boris, > >> On Sun, 23 Oct 2016 23:45:40 +0200 >> Lukasz Majewski wrote: >> >> > This patch set brings atomic operation to i.MX's PWMv2 driver. >> > >> >

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-24 Thread Stefan Agner
Hi Lukasz, Thanks for your work, great to see this coming along! :-) On 2016-10-24 23:26, Lukasz Majewski wrote: > Hi Boris, > >> On Sun, 23 Oct 2016 23:45:40 +0200 >> Lukasz Majewski wrote: >> >> > This patch set brings atomic operation to i.MX's PWMv2 driver. >> > >> > This work has been

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-24 Thread Lukasz Majewski
Hi Boris, > On Sun, 23 Oct 2016 23:45:40 +0200 > Lukasz Majewski wrote: > > > This patch set brings atomic operation to i.MX's PWMv2 driver. > > > > This work has been supported and suggested by Boris Brezillon [1] > > and Stefan Agner, by showing how simple the

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-24 Thread Lukasz Majewski
Hi Boris, > On Sun, 23 Oct 2016 23:45:40 +0200 > Lukasz Majewski wrote: > > > This patch set brings atomic operation to i.MX's PWMv2 driver. > > > > This work has been supported and suggested by Boris Brezillon [1] > > and Stefan Agner, by showing how simple the transition could be :-). > > >

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-24 Thread Boris Brezillon
On Sun, 23 Oct 2016 23:45:40 +0200 Lukasz Majewski wrote: > This patch set brings atomic operation to i.MX's PWMv2 driver. > > This work has been supported and suggested by Boris Brezillon [1] and > Stefan Agner, by showing how simple the transition could be :-). > > It

Re: [PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-24 Thread Boris Brezillon
On Sun, 23 Oct 2016 23:45:40 +0200 Lukasz Majewski wrote: > This patch set brings atomic operation to i.MX's PWMv2 driver. > > This work has been supported and suggested by Boris Brezillon [1] and > Stefan Agner, by showing how simple the transition could be :-). > > It has been divided into

[PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-23 Thread Lukasz Majewski
This patch set brings atomic operation to i.MX's PWMv2 driver. This work has been supported and suggested by Boris Brezillon [1] and Stefan Agner, by showing how simple the transition could be :-). It has been divided into several steps: - Separate PWMv1 commits from "generic" and non atomic

[PATCH 0/6] pwm: imx: Provide atomic operation for IMX PWM driver

2016-10-23 Thread Lukasz Majewski
This patch set brings atomic operation to i.MX's PWMv2 driver. This work has been supported and suggested by Boris Brezillon [1] and Stefan Agner, by showing how simple the transition could be :-). It has been divided into several steps: - Separate PWMv1 commits from "generic" and non atomic