Re: [PATCH 2/2 v3] ARM: DAVINCI: Add NAND driver

2008-01-12 Thread Troy Kisky
Dirk Behme wrote: Cause I had to apply the patch manually (patch tool complained, don't know why), can you check the v4 patch send some minutes ago if this is what you want? Looks right to me. But I'm not using the git kernel yet to test it. Also, you could use #define

[PATCH 0/1 v1] ARM: DAVINCI: Power management support

2008-01-12 Thread Dirk Behme
Add basic power management support for DaVinci. Changes in v1: - Remove non-standard sleep_while_idle and switch to standard Linux standby logic [1] Functionality: It support two modes: Normal ARM idle (WaitForInterrupt, WFI) waking at every (timer etc.) interrupt and deeper sleep

[PATCH 1/1 v1] ARM: DAVINCI: Power management support

2008-01-12 Thread Dirk Behme
Add basic power management support for DaVinci. Signed-off-by: Dirk Behme [EMAIL PROTECTED] Index: linux-davinci/arch/arm/mach-davinci/Makefile === --- linux-davinci.orig/arch/arm/mach-davinci/Makefile +++

Broken resume of DaVinci audio driver

2008-01-12 Thread Dirk Behme
While waking from standby, resume code of DaVinci audio driver oopses [2]. Looking into it, it seems that in file sound/oss/davinci-audio-dma-intfc.c in function davinci_start_sound_dma() in else part of if (s-input_or_output == FMODE_WRITE) { ret =