| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Alchemy: Fix Au1x SD controller IRQ |
| From: | Manuel Lauss <mano@roarinelk.homelinux.net> |
| Date: | Thu, 6 Dec 2007 08:11:56 +0100 |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.16 (2007-06-09) |
With the introduction of MIPS_CPU_IRQ_BASE, the hardcoded IRQ number of the au1100/au1200 SD controller(s) is no longer valid. Signed-off-by: Manuel Lauss <mano@roarinelk.homelinux.net> --- linux-2.6.24-rc4/include/asm-mips/mach-au1x00/au1100_mmc.h 2007-12-04 08:31:24.613002000 +0100 +++ linux-2.6.24-rc4-work/include/asm-mips/mach-au1x00/au1100_mmc.h 2007-12-06 15:33:35.000000000 +0100 @@ -41,8 +41,11 @@ #define NUM_AU1100_MMC_CONTROLLERS 2 - -#define AU1100_SD_IRQ 2 +#if defined(CONFIG_SOC_AU1100) +#define AU1100_SD_IRQ AU1100_SD_INT +#elif defined(CONFIG_SOC_AU1200) +#define AU1100_SD_IRQ AU1200_SD_INT +#endif #define SD0_BASE 0xB0600000 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [UPDATED PATCH] IP28 support, David Daney |
|---|---|
| Next by Date: | [RFC PATCH] Alchemy: Au1210/Au1250 CPU support, Manuel Lauss |
| Previous by Thread: | Bug in Au1x00 UART or USB drivers for 2.6 kernels?, Nathan Eggan |
| Next by Thread: | Re: [PATCH] Alchemy: Fix Au1x SD controller IRQ, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |