Re: [PATCH v2 00/11] pwm: Add support for PWM Capture

2016-06-07 Thread Lee Jones
On Mon, 06 Jun 2016, Boris Brezillon wrote: > On Mon, 6 Jun 2016 16:32:31 +0100 > Lee Jones wrote: > > > On Fri, 29 Apr 2016, Boris Brezillon wrote: > > > > > Hi Lee, > > > > > > On Fri, 22 Apr 2016 11:18:04 +0100 > > > Lee Jones wrote: > > > > > > > The first part of this set extends the

Re: [PATCH v2 00/11] pwm: Add support for PWM Capture

2016-06-06 Thread Boris Brezillon
On Mon, 6 Jun 2016 16:32:31 +0100 Lee Jones wrote: > On Fri, 29 Apr 2016, Boris Brezillon wrote: > > > Hi Lee, > > > > On Fri, 22 Apr 2016 11:18:04 +0100 > > Lee Jones wrote: > > > > > The first part of this set extends the current PWM API to allow external > > > code to request a PWM Captu

Re: [PATCH v2 00/11] pwm: Add support for PWM Capture

2016-06-06 Thread Lee Jones
On Fri, 29 Apr 2016, Boris Brezillon wrote: > Hi Lee, > > On Fri, 22 Apr 2016 11:18:04 +0100 > Lee Jones wrote: > > > The first part of this set extends the current PWM API to allow external > > code to request a PWM Capture. Subsequent patches then make use of the > > new API by providing a u

Re: [PATCH v2 00/11] pwm: Add support for PWM Capture

2016-04-29 Thread Boris Brezillon
Hi Lee, On Fri, 22 Apr 2016 11:18:04 +0100 Lee Jones wrote: > The first part of this set extends the current PWM API to allow external > code to request a PWM Capture. Subsequent patches then make use of the > new API by providing a userspace offering via /sysfs. The final part of > the set su

[PATCH v2 00/11] pwm: Add support for PWM Capture

2016-04-22 Thread Lee Jones
The first part of this set extends the current PWM API to allow external code to request a PWM Capture. Subsequent patches then make use of the new API by providing a userspace offering via /sysfs. The final part of the set supplies PWM Capture functionality into the already existing STi PWM driv