|
@@ -150,74 +150,9 @@
|
|
|
#define NR_IRQS (IRQ_BOARD_START)
|
|
|
#endif
|
|
|
|
|
|
-/*
|
|
|
- * Board specific IRQs. Define them here.
|
|
|
- * Do not surround them with ifdefs.
|
|
|
- */
|
|
|
-#define LUBBOCK_IRQ(x) (IRQ_BOARD_START + (x))
|
|
|
-#define LUBBOCK_SD_IRQ LUBBOCK_IRQ(0)
|
|
|
-#define LUBBOCK_SA1111_IRQ LUBBOCK_IRQ(1)
|
|
|
-#define LUBBOCK_USB_IRQ LUBBOCK_IRQ(2) /* usb connect */
|
|
|
-#define LUBBOCK_ETH_IRQ LUBBOCK_IRQ(3)
|
|
|
-#define LUBBOCK_UCB1400_IRQ LUBBOCK_IRQ(4)
|
|
|
-#define LUBBOCK_BB_IRQ LUBBOCK_IRQ(5)
|
|
|
-#define LUBBOCK_USB_DISC_IRQ LUBBOCK_IRQ(6) /* usb disconnect */
|
|
|
-#define LUBBOCK_LAST_IRQ LUBBOCK_IRQ(6)
|
|
|
-
|
|
|
-#define LPD270_IRQ(x) (IRQ_BOARD_START + (x))
|
|
|
-#define LPD270_USBC_IRQ LPD270_IRQ(2)
|
|
|
-#define LPD270_ETHERNET_IRQ LPD270_IRQ(3)
|
|
|
-#define LPD270_AC97_IRQ LPD270_IRQ(4)
|
|
|
-
|
|
|
-#define MAINSTONE_IRQ(x) (IRQ_BOARD_START + (x))
|
|
|
-#define MAINSTONE_MMC_IRQ MAINSTONE_IRQ(0)
|
|
|
-#define MAINSTONE_USIM_IRQ MAINSTONE_IRQ(1)
|
|
|
-#define MAINSTONE_USBC_IRQ MAINSTONE_IRQ(2)
|
|
|
-#define MAINSTONE_ETHERNET_IRQ MAINSTONE_IRQ(3)
|
|
|
-#define MAINSTONE_AC97_IRQ MAINSTONE_IRQ(4)
|
|
|
-#define MAINSTONE_PEN_IRQ MAINSTONE_IRQ(5)
|
|
|
-#define MAINSTONE_MSINS_IRQ MAINSTONE_IRQ(6)
|
|
|
-#define MAINSTONE_EXBRD_IRQ MAINSTONE_IRQ(7)
|
|
|
-#define MAINSTONE_S0_CD_IRQ MAINSTONE_IRQ(9)
|
|
|
-#define MAINSTONE_S0_STSCHG_IRQ MAINSTONE_IRQ(10)
|
|
|
-#define MAINSTONE_S0_IRQ MAINSTONE_IRQ(11)
|
|
|
-#define MAINSTONE_S1_CD_IRQ MAINSTONE_IRQ(13)
|
|
|
-#define MAINSTONE_S1_STSCHG_IRQ MAINSTONE_IRQ(14)
|
|
|
-#define MAINSTONE_S1_IRQ MAINSTONE_IRQ(15)
|
|
|
-
|
|
|
-/* Balloon3 Interrupts */
|
|
|
-#define BALLOON3_IRQ(x) (IRQ_BOARD_START + (x))
|
|
|
-
|
|
|
-#define BALLOON3_BP_CF_NRDY_IRQ BALLOON3_IRQ(0)
|
|
|
-#define BALLOON3_BP_NSTSCHG_IRQ BALLOON3_IRQ(1)
|
|
|
-
|
|
|
-#define BALLOON3_AUX_NIRQ IRQ_GPIO(BALLOON3_GPIO_AUX_NIRQ)
|
|
|
-#define BALLOON3_CODEC_IRQ IRQ_GPIO(BALLOON3_GPIO_CODEC_IRQ)
|
|
|
-#define BALLOON3_S0_CD_IRQ IRQ_GPIO(BALLOON3_GPIO_S0_CD)
|
|
|
-
|
|
|
-/* phyCORE-PXA270 (PCM027) Interrupts */
|
|
|
-#define PCM027_IRQ(x) (IRQ_BOARD_START + (x))
|
|
|
-#define PCM027_BTDET_IRQ PCM027_IRQ(0)
|
|
|
-#define PCM027_FF_RI_IRQ PCM027_IRQ(1)
|
|
|
-#define PCM027_MMCDET_IRQ PCM027_IRQ(2)
|
|
|
-#define PCM027_PM_5V_IRQ PCM027_IRQ(3)
|
|
|
-
|
|
|
-/* ITE8152 irqs */
|
|
|
/* add IT8152 IRQs beyond BOARD_END */
|
|
|
#ifdef CONFIG_PCI_HOST_ITE8152
|
|
|
-#define IT8152_IRQ(x) (IRQ_BOARD_END + (x))
|
|
|
-
|
|
|
-/* IRQ-sources in 3 groups - local devices, LPC (serial), and external PCI */
|
|
|
-#define IT8152_LD_IRQ_COUNT 9
|
|
|
-#define IT8152_LP_IRQ_COUNT 16
|
|
|
-#define IT8152_PD_IRQ_COUNT 15
|
|
|
-
|
|
|
-/* Priorities: */
|
|
|
-#define IT8152_PD_IRQ(i) IT8152_IRQ(i)
|
|
|
-#define IT8152_LP_IRQ(i) (IT8152_IRQ(i) + IT8152_PD_IRQ_COUNT)
|
|
|
-#define IT8152_LD_IRQ(i) (IT8152_IRQ(i) + IT8152_PD_IRQ_COUNT + IT8152_LP_IRQ_COUNT)
|
|
|
-
|
|
|
-#define IT8152_LAST_IRQ IT8152_LD_IRQ(IT8152_LD_IRQ_COUNT - 1)
|
|
|
+#define IT8152_LAST_IRQ (IRQ_BOARD_END + 40)
|
|
|
|
|
|
#if NR_IRQS < (IT8152_LAST_IRQ+1)
|
|
|
#undef NR_IRQS
|