From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753859Ab1LEIwe (ORCPT ); Mon, 5 Dec 2011 03:52:34 -0500 Received: from na3sys009aog104.obsmtp.com ([74.125.149.73]:38289 "EHLO na3sys009aog104.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752602Ab1LEIwd (ORCPT ); Mon, 5 Dec 2011 03:52:33 -0500 Date: Mon, 5 Dec 2011 10:52:28 +0200 From: Felipe Balbi To: Thomas Abraham Cc: rpurdie@rpsys.net, ben-linux@fluff.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com, patches@linaro.org Subject: Re: [PATCH] backlight: add regulator support for platform_lcd driver Message-ID: <20111205085228.GF9900@legolas.emea.dhcp.ti.com> Reply-To: balbi@ti.com References: <1323074921-29291-1-git-send-email-thomas.abraham@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="LZFKeWUZP29EKQNE" Content-Disposition: inline In-Reply-To: <1323074921-29291-1-git-send-email-thomas.abraham@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --LZFKeWUZP29EKQNE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Dec 05, 2011 at 02:18:41PM +0530, Thomas Abraham wrote: > The power source to the lcd panel or the lcd interface such as lvds > transmitters could be controlled by a regulator supply. Add support > for enabling/disabling the regulator when switching power to lcd. >=20 > Two new elements 'min_uV' and 'max_uV' in the platform data are added > to allow platform code to specifiy the desired output voltage from the > regulator. >=20 > Cc: Ben Dooks > Signed-off-by: Thomas Abraham > --- > drivers/video/backlight/platform_lcd.c | 29 ++++++++++++++++++++++++++= +++ > include/video/platform_lcd.h | 7 +++++++ > 2 files changed, 36 insertions(+), 0 deletions(-) >=20 > diff --git a/drivers/video/backlight/platform_lcd.c b/drivers/video/backl= ight/platform_lcd.c > index 302330a..ffa8108 100644 > --- a/drivers/video/backlight/platform_lcd.c > +++ b/drivers/video/backlight/platform_lcd.c > @@ -17,6 +17,8 @@ > #include > #include > #include > +#include > +#include > =20 > #include