From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Bresticker Subject: Re: [PATCH RESEND v4 1/4] pwm: Imagination Technologies PWM DAC driver Date: Fri, 21 Nov 2014 13:23:58 -0800 Message-ID: References: <1416600795-10965-1-git-send-email-Naidu.Tellapati@gmail.com> <1416600795-10965-2-git-send-email-Naidu.Tellapati@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1416600795-10965-2-git-send-email-Naidu.Tellapati@gmail.com> Sender: linux-pwm-owner@vger.kernel.org To: Naidu.Tellapati@gmail.com Cc: Thierry Reding , Greg Kroah-Hartman , Arnd Bergmann , James Hartley , Ezequiel Garcia , "linux-pwm@vger.kernel.org" , "devicetree@vger.kernel.org" , Arul Ramasamy , Sai Masarapu , Naidu Tellapati List-Id: devicetree@vger.kernel.org Naidu, On Fri, Nov 21, 2014 at 12:13 PM, 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 controlling > backlight LED devices. > > Signed-off-by: Naidu Tellapati > Signed-off-by: Sai Masarapu One tiny comment below, otherwise: Reviewed-by: Andrew Bresticker > +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);