linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: rpurdie@rpsys.net (Richard Purdie)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] backlight: Fix blanking for L4F00242T03 LCD
Date: Fri, 05 Nov 2010 11:09:05 +0000	[thread overview]
Message-ID: <1288955345.28481.15435.camel@rex> (raw)
In-Reply-To: <1288954089.3072.10.camel@realization>

On Fri, 2010-11-05 at 11:48 +0100, Alberto Panizzo wrote:
> On sab, 2010-06-05 at 11:50 +0200, Marek Vasut wrote:
> > The LCD was turned on if the variable power was > 0, but that was incorrect. The
> > LCD has to be turned on in NORMAL and UNBLANK case.
> > 
> > Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
> 
> Richard,
> Are you still maintaining the backlight tree?
> These two patches never hit the mainline since gen, I hope this will 
> happen soon since they really fix bugs :)
> 
> Best Regards,
> Alberto!
> 
> Oh, add also this tag if possible:
> 
> Acked-by: Alberto Panizzo <maramaopercheseimorto@gmail.com>

I've talked with Andrew Morton and we've come up with a new plan to
handle the backlight patches. I acked these the other day and they
should be heading into -rc2.

Cheers,

Richard


> > ---
> >  drivers/video/backlight/l4f00242t03.c |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> > 
> > diff --git a/drivers/video/backlight/l4f00242t03.c b/drivers/video/backlight/l4f00242t03.c
> > index 9093ef0..c67801e 100644
> > --- a/drivers/video/backlight/l4f00242t03.c
> > +++ b/drivers/video/backlight/l4f00242t03.c
> > @@ -78,7 +78,7 @@ static int l4f00242t03_lcd_power_set(struct lcd_device *ld, int power)
> >  	const u16 slpin = 0x10;
> >  	const u16 disoff = 0x28;
> >  
> > -	if (power) {
> > +	if (power <= FB_BLANK_NORMAL) {
> >  		if (priv->lcd_on)
> >  			return 0;
> >  
> 
> 

  reply	other threads:[~2010-11-05 11:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-05  9:50 [PATCH 1/2] backlight: Fix blanking for LMS283GF05 LCD Marek Vasut
2010-06-05  9:50 ` [PATCH 2/2] backlight: Fix blanking for L4F00242T03 LCD Marek Vasut
2010-11-05 10:48   ` Alberto Panizzo
2010-11-05 11:09     ` Richard Purdie [this message]
2010-11-05 11:20       ` Alberto Panizzo
  -- strict thread matches above, loose matches on Subject: below --
2010-06-05  1:25 [PATCH 1/2] backlight: Fix blanking for LMS283GF05 LCD Marek Vasut
2010-06-05  1:25 ` [PATCH 2/2] backlight: Fix blanking for L4F00242T03 LCD Marek Vasut
2010-06-05  9:25   ` Alberto Panizzo
2010-06-05  9:47     ` Marek Vasut
2010-06-04  5:52 [PATCH 1/2] backlight: Fix blanking for LMS283GF05 LCD Marek Vasut
2010-06-04  5:52 ` [PATCH 2/2] backlight: Fix blanking for L4F00242T03 LCD Marek Vasut
2010-06-04  7:29   ` Alberto Panizzo
2010-06-05  1:25     ` Marek Vasut
2010-06-05  9:22       ` Alberto Panizzo
2010-06-05  9:46         ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1288955345.28481.15435.camel@rex \
    --to=rpurdie@rpsys.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).