Re: [PATCH v3 3/3] [POWERPC] 40x/Book-E: Save/restore volatile exception registers

2008-05-17 Thread Kumar Gala
On May 16, 2008, at 9:55 PM, Stephen Rothwell wrote: Hi Kumar, On Fri, 16 May 2008 14:08:00 -0500 (CDT) Kumar Gala <[EMAIL PROTECTED] > wrote: +++ b/arch/powerpc/kernel/asm-offsets.c @@ -52,6 +52,15 @@ #include #endif +#if defined(CONFIG_BOOKE) || defined(CONFIG_40x) +#include "head_booke

Re: [PATCH 3/4] [MMC] mmc_spi: add polling support for the card detect line

2008-05-17 Thread Pierre Ossman
On Fri, 16 May 2008 20:50:57 +0400 Anton Vorontsov <[EMAIL PROTECTED]> wrote: > Some boards do not use interrupts on the CD line, so we want to poll > the CD and see if there was a change. 1 second poll interval seems > resonable. > The idea isn't bad, but I'm not sure about the mechanism. To p