Revision 4b755999d6e0c1d988fb448289abb6c226cd8c36 authored by Michael Hanselmann on 30 July 2006, 10:04:19 UTC, committed by Linus Torvalds on 31 July 2006, 20:28:45 UTC
This patch fixes several problems:
- The legacy backlight value might be set at interrupt time. Introduced
  a worker to prevent it from directly calling the backlight code.
- via-pmu allows the backlight to be grabbed, in which case we need to
  prevent other kernel code from changing the brightness.
- Don't send PMU requests in via-pmu-backlight when the machine is about
  to sleep or waking up.
- More Kconfig fixes.

Signed-off-by: Michael Hanselmann <linux-kernel@hansmi.ch>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 994aad2
History
File Mode Size
Makefile -rw-r--r-- 111 bytes
namei.c -rw-r--r-- 16.5 KB

back to top