Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ee2e3501 authored by Jean-Christophe PLAGNIOL-VILLARD's avatar Jean-Christophe PLAGNIOL-VILLARD
Browse files

at91: factorize common irq ID



Signed-off-by: default avatarJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Patrice Vilchez <patrice.vilchez@atmel.com>
Cc: Andrew Victor <linux@maxim.org.za>
parent bd602995
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -26,8 +26,6 @@
/*
/*
 * Peripheral identifiers/interrupts.
 * Peripheral identifiers/interrupts.
 */
 */
#define AT91_ID_FIQ		0	/* Advanced Interrupt Controller (FIQ) */
#define AT91_ID_SYS		1	/* System Peripherals */
#define AT572D940HF_ID_PIOA	2	/* Parallel IO Controller A */
#define AT572D940HF_ID_PIOA	2	/* Parallel IO Controller A */
#define AT572D940HF_ID_PIOB	3	/* Parallel IO Controller B */
#define AT572D940HF_ID_PIOB	3	/* Parallel IO Controller B */
#define AT572D940HF_ID_PIOC	4	/* Parallel IO Controller C */
#define AT572D940HF_ID_PIOC	4	/* Parallel IO Controller C */
+0 −2
Original line number Original line Diff line number Diff line
@@ -20,8 +20,6 @@
/*
/*
 * Peripheral identifiers/interrupts.
 * Peripheral identifiers/interrupts.
 */
 */
#define AT91_ID_FIQ		0	/* Advanced Interrupt Controller (FIQ) */
#define AT91_ID_SYS		1	/* System Peripherals */
#define AT91CAP9_ID_PIOABCD	2	/* Parallel IO Controller A, B, C and D */
#define AT91CAP9_ID_PIOABCD	2	/* Parallel IO Controller A, B, C and D */
#define AT91CAP9_ID_MPB0	3	/* MP Block Peripheral 0 */
#define AT91CAP9_ID_MPB0	3	/* MP Block Peripheral 0 */
#define AT91CAP9_ID_MPB1	4	/* MP Block Peripheral 1 */
#define AT91CAP9_ID_MPB1	4	/* MP Block Peripheral 1 */
+0 −2
Original line number Original line Diff line number Diff line
@@ -19,8 +19,6 @@
/*
/*
 * Peripheral identifiers/interrupts.
 * Peripheral identifiers/interrupts.
 */
 */
#define AT91_ID_FIQ		0	/* Advanced Interrupt Controller (FIQ) */
#define AT91_ID_SYS		1	/* System Peripheral */
#define AT91RM9200_ID_PIOA	2	/* Parallel IO Controller A */
#define AT91RM9200_ID_PIOA	2	/* Parallel IO Controller A */
#define AT91RM9200_ID_PIOB	3	/* Parallel IO Controller B */
#define AT91RM9200_ID_PIOB	3	/* Parallel IO Controller B */
#define AT91RM9200_ID_PIOC	4	/* Parallel IO Controller C */
#define AT91RM9200_ID_PIOC	4	/* Parallel IO Controller C */
+0 −2
Original line number Original line Diff line number Diff line
@@ -20,8 +20,6 @@
/*
/*
 * Peripheral identifiers/interrupts.
 * Peripheral identifiers/interrupts.
 */
 */
#define AT91_ID_FIQ		0	/* Advanced Interrupt Controller (FIQ) */
#define AT91_ID_SYS		1	/* System Peripherals */
#define AT91SAM9260_ID_PIOA	2	/* Parallel IO Controller A */
#define AT91SAM9260_ID_PIOA	2	/* Parallel IO Controller A */
#define AT91SAM9260_ID_PIOB	3	/* Parallel IO Controller B */
#define AT91SAM9260_ID_PIOB	3	/* Parallel IO Controller B */
#define AT91SAM9260_ID_PIOC	4	/* Parallel IO Controller C */
#define AT91SAM9260_ID_PIOC	4	/* Parallel IO Controller C */
+0 −2
Original line number Original line Diff line number Diff line
@@ -18,8 +18,6 @@
/*
/*
 * Peripheral identifiers/interrupts.
 * Peripheral identifiers/interrupts.
 */
 */
#define AT91_ID_FIQ		0	/* Advanced Interrupt Controller (FIQ) */
#define AT91_ID_SYS		1	/* System Peripherals */
#define AT91SAM9261_ID_PIOA	2	/* Parallel IO Controller A */
#define AT91SAM9261_ID_PIOA	2	/* Parallel IO Controller A */
#define AT91SAM9261_ID_PIOB	3	/* Parallel IO Controller B */
#define AT91SAM9261_ID_PIOB	3	/* Parallel IO Controller B */
#define AT91SAM9261_ID_PIOC	4	/* Parallel IO Controller C */
#define AT91SAM9261_ID_PIOC	4	/* Parallel IO Controller C */
Loading