[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1444985437.18373.3.camel@mtksdaap41>
Date: Fri, 16 Oct 2015 16:50:37 +0800
From: YH Huang <yh.huang@...iatek.com>
To: Sascha Hauer <s.hauer@...gutronix.de>
CC: Thierry Reding <thierry.reding@...il.com>,
Jingoo Han <jingoohan1@...il.com>,
Lee Jones <lee.jones@...aro.org>,
Matthias Brugger <matthias.bgg@...il.com>,
<linux-pwm@...r.kernel.org>, <linux-fbdev@...r.kernel.org>,
<linux-kernel@...r.kernel.org>,
Tomi Valkeinen <tomi.valkeinen@...com>,
<linux-mediatek@...ts.infradead.org>,
Sascha Hauer <kernel@...gutronix.de>,
<yingjoe.chen@...iatek.com>,
"Jean-Christophe Plagniol-Villard" <plagnioj@...osoft.com>,
<linux-arm-kernel@...ts.infradead.org>
Subject: Re: [RESEND PATCH] pwm-backlight: fix the panel power sequence
On Fri, 2015-10-16 at 10:36 +0200, Sascha Hauer wrote:
> On Fri, Oct 16, 2015 at 09:37:34AM +0800, YH Huang wrote:
> > In order to match the panel power sequence, disable the enable_gpio
> > in the probe function. Also, reorder the code in the power_on and
> > power_off function to match the timing.
> > @@ -241,8 +242,7 @@ static int pwm_backlight_probe(struct platform_device *pdev)
> > pb->dev = &pdev->dev;
> > pb->enabled = false;
> >
> > - pb->enable_gpio = devm_gpiod_get_optional(&pdev->dev, "enable",
> > - GPIOD_OUT_HIGH);
> > + pb->enable_gpio = devm_gpiod_get_optional(&pdev->dev, "enable");
>
> Please actually test your patches. This change here won't compile.
>
> Sascha
>
I will send patch v2 to fix it.
YH Huang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists