Re: [PATCH 07/10] pwm: gpio: Add a generic gpio based PWM driver

2015-11-06 Thread Thierry Reding
On Mon, Oct 26, 2015 at 10:32:38PM +0100, Olliver Schinagl wrote: > From: Olliver Schinagl > > This patch adds a bit-banging gpio PWM driver. It makes use of hrtimers, > to allow nano-second resolution, though it obviously strongly depends on > the switching speed of the gpio pins, hrtimer and

Re: [PATCH 07/10] pwm: gpio: Add a generic gpio based PWM driver

2015-11-06 Thread Thierry Reding
On Mon, Oct 26, 2015 at 10:32:38PM +0100, Olliver Schinagl wrote: > From: Olliver Schinagl > > This patch adds a bit-banging gpio PWM driver. It makes use of hrtimers, > to allow nano-second resolution, though it obviously strongly depends on > the switching speed of the gpio

Re: [PATCH 07/10] pwm: gpio: Add a generic gpio based PWM driver

2015-10-27 Thread Olliver Schinagl
Hey Rob, On October 27, 2015 8:42:48 AM CET, Rob Herring wrote: >On Mon, Oct 26, 2015 at 4:32 PM, Olliver Schinagl > wrote: >> From: Olliver Schinagl >> >> This patch adds a bit-banging gpio PWM driver. It makes use of >hrtimers, >> to allow nano-second resolution, though it obviously strongly

Re: [PATCH 07/10] pwm: gpio: Add a generic gpio based PWM driver

2015-10-27 Thread Rob Herring
On Mon, Oct 26, 2015 at 4:32 PM, Olliver Schinagl wrote: > From: Olliver Schinagl > > This patch adds a bit-banging gpio PWM driver. It makes use of hrtimers, > to allow nano-second resolution, though it obviously strongly depends on > the switching speed of the gpio pins, hrtimer and system

Re: [PATCH 07/10] pwm: gpio: Add a generic gpio based PWM driver

2015-10-27 Thread Olliver Schinagl
Hey Rob, On October 27, 2015 8:42:48 AM CET, Rob Herring wrote: >On Mon, Oct 26, 2015 at 4:32 PM, Olliver Schinagl > wrote: >> From: Olliver Schinagl >> >> This patch adds a bit-banging gpio PWM driver. It makes use of >hrtimers,

Re: [PATCH 07/10] pwm: gpio: Add a generic gpio based PWM driver

2015-10-27 Thread Rob Herring
On Mon, Oct 26, 2015 at 4:32 PM, Olliver Schinagl wrote: > From: Olliver Schinagl > > This patch adds a bit-banging gpio PWM driver. It makes use of hrtimers, > to allow nano-second resolution, though it obviously strongly depends on > the switching

[PATCH 07/10] pwm: gpio: Add a generic gpio based PWM driver

2015-10-26 Thread Olliver Schinagl
From: Olliver Schinagl This patch adds a bit-banging gpio PWM driver. It makes use of hrtimers, to allow nano-second resolution, though it obviously strongly depends on the switching speed of the gpio pins, hrtimer and system load. Each pwm node can have 1 or more "pwm-gpio" entries, which will

[PATCH 07/10] pwm: gpio: Add a generic gpio based PWM driver

2015-10-26 Thread Olliver Schinagl
From: Olliver Schinagl This patch adds a bit-banging gpio PWM driver. It makes use of hrtimers, to allow nano-second resolution, though it obviously strongly depends on the switching speed of the gpio pins, hrtimer and system load. Each pwm node can have 1 or more "pwm-gpio"