mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + backlight-fix-blanking-for-l4f00242t03-lcd.patch added to -mm tree
@ 2010-06-30 22:42 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2010-06-30 22:42 UTC (permalink / raw)
  To: mm-commits; +Cc: marek.vasut, rpurdie


The patch titled
     backlight: fix blanking for L4F00242T03 LCD
has been added to the -mm tree.  Its filename is
     backlight-fix-blanking-for-l4f00242t03-lcd.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: backlight: fix blanking for L4F00242T03 LCD
From: Marek Vasut <marek.vasut@gmail.com>

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>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/video/backlight/l4f00242t03.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/video/backlight/l4f00242t03.c~backlight-fix-blanking-for-l4f00242t03-lcd drivers/video/backlight/l4f00242t03.c
--- a/drivers/video/backlight/l4f00242t03.c~backlight-fix-blanking-for-l4f00242t03-lcd
+++ a/drivers/video/backlight/l4f00242t03.c
@@ -78,7 +78,7 @@ static int l4f00242t03_lcd_power_set(str
 	const u16 slpin = 0x10;
 	const u16 disoff = 0x28;
 
-	if (power) {
+	if (power <= FB_BLANK_NORMAL) {
 		if (priv->lcd_on)
 			return 0;
 
_

Patches currently in -mm which might be from marek.vasut@gmail.com are

linux-next.patch
backlight-fix-blanking-for-lms283gf05-lcd.patch
backlight-fix-blanking-for-l4f00242t03-lcd.patch
maintainers-update-arm-voipac-pxa270-file-patterns.patch
maintainers-update-arm-zipit-z2-support-file-patterns.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-30 22:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-30 22:42 + backlight-fix-blanking-for-l4f00242t03-lcd.patch added to -mm tree akpm

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).