Naidu, On Fri, Nov 21, 2014 at 12:13 PM, <[email protected]> wrote: > From: Naidu Tellapati <[email protected]> > > 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. > > Signed-off-by: Naidu Tellapati <[email protected]> > Signed-off-by: Sai Masarapu <[email protected]>
One tiny comment below, otherwise: Reviewed-by: Andrew Bresticker <[email protected]> > +static int img_pwm_remove(struct platform_device *pdev) > +{ > + unsigned int i; > + unsigned int val; > + No need for this newline. > + struct img_pwm_chip *pwm_chip = platform_get_drvdata(pdev); -- To unsubscribe from this list: send the line "unsubscribe linux-pwm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
