Re: [PATCH v8 1/2] pwm: Imagination Technologies PWM DAC driver

2015-01-21 Thread Vladimir Zapolskiy
Hi Ezequiel, On 09.01.2015 19:54, Ezequiel Garcia wrote: > From: Naidu Tellapati > > The Pistachio SOC from Imagination Technologies includes a Pulse Width > Modulation DAC which produces 1 to 4 digital bit-outputs which represent > digital waveforms. These PWM outputs are primarily in charge of

Re: [PATCH v8 1/2] pwm: Imagination Technologies PWM DAC driver

2015-01-12 Thread One Thousand Gnomes
> + res = platform_get_resource(pdev, IORESOURCE_MEM, 0); What if you've not been given a resource ? Otherwise looks fine to me -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.

[PATCH v8 1/2] pwm: Imagination Technologies PWM DAC driver

2015-01-09 Thread Ezequiel Garcia
From: Naidu Tellapati The Pistachio SOC from Imagination Technologies includes a Pulse Width Modulation DAC which produces 1 to 4 digital bit-outputs which represent digital waveforms. These PWM outputs are primarily in charge of controlling backlight LED devices. Reviewed-by: Andrew Bresticker