Re: [STLinux Kernel] [[PATCH v2] 08/11] pwm: sti: Initialise PWM Capture device data

2016-06-07 Thread Peter Griffin
Hi Lee, On Tue, 07 Jun 2016, Lee Jones wrote: > On Tue, 07 Jun 2016, Peter Griffin wrote: > > On Tue, 07 Jun 2016, Lee Jones wrote: > > > On Tue, 07 Jun 2016, Peter Griffin wrote: > > > > On Fri, 22 Apr 2016, Lee Jones wrote: > > > > > > > > > Each PWM Capture device is allocated a structure to

Re: [STLinux Kernel] [[PATCH v2] 08/11] pwm: sti: Initialise PWM Capture device data

2016-06-07 Thread Lee Jones
On Tue, 07 Jun 2016, Peter Griffin wrote: > On Tue, 07 Jun 2016, Lee Jones wrote: > > On Tue, 07 Jun 2016, Peter Griffin wrote: > > > On Fri, 22 Apr 2016, Lee Jones wrote: > > > > > > > Each PWM Capture device is allocated a structure to hold its own > > > > state. During a capture the device may

Re: [STLinux Kernel] [[PATCH v2] 08/11] pwm: sti: Initialise PWM Capture device data

2016-06-07 Thread Peter Griffin
Hi Lee, On Tue, 07 Jun 2016, Lee Jones wrote: > On Tue, 07 Jun 2016, Peter Griffin wrote: > > On Fri, 22 Apr 2016, Lee Jones wrote: > > > > > Each PWM Capture device is allocated a structure to hold its own > > > state. During a capture the device may be partaking in one of 3 > > > phases. Ini

Re: [STLinux Kernel] [[PATCH v2] 08/11] pwm: sti: Initialise PWM Capture device data

2016-06-07 Thread Lee Jones
On Tue, 07 Jun 2016, Peter Griffin wrote: > On Fri, 22 Apr 2016, Lee Jones wrote: > > > Each PWM Capture device is allocated a structure to hold its own > > state. During a capture the device may be partaking in one of 3 > > phases. Initial (rising) phase change, a subsequent (falling) > > phase

Re: [STLinux Kernel] [[PATCH v2] 08/11] pwm: sti: Initialise PWM Capture device data

2016-06-07 Thread Peter Griffin
Hi Lee, On Fri, 22 Apr 2016, Lee Jones wrote: > Each PWM Capture device is allocated a structure to hold its own > state. During a capture the device may be partaking in one of 3 > phases. Initial (rising) phase change, a subsequent (falling) > phase change indicating end of the duty-cycle phas