Kevin Hickey wrote:
On Tue, 2008-08-05 at 14:42 +0200, Manuel Lauss wrote:
Remove last traces of the custom Alchemy linux-2.4 PM code, implement
suspend/resume callbacks.
Signed-off-by: Manuel Lauss <mano@xxxxxxxxxxxxxxxxxxxxxxx>
---
drivers/video/au1200fb.c | 164 ++++++++++++----------------------------------
1 files changed, 41 insertions(+), 123 deletions(-)
This looks good. It applied to my tree and appears functional on my
board. One question: what about dynamic brightness? It was part of the
old PM interface and you seem to have removed it. Any ideas about
re-integrating that into the current PM model?
Hm, good point. Let me see if I can hook the 2 PWMs into the backlight
framework somehow... I'll repost once this works.
Acked-by: Kevin Hickey <khickey@xxxxxxxxxxx>
MfG,
Manuel Lauss