linux/arch/arm/mach-at91/include/mach
Ludovic Desroches c4b68520dc ARM: at91: add AIC5 support
The number of lines of AIC5 has increased from 32 to 128. Due to this
increase, a source select register has been introduced for the interrupt
line selection. Moreover, register mapping has been changed. For that reasons,
we need some dedicated callbacks for AIC5.
Power management is also concerned by these changes. On suspend, we can't get
the whole interrupt mask register as before, we have to read this register 128
times. To reduce this overhead, a snapshot of the whole IMR is maintained.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
2012-07-02 14:31:00 +02:00
..
at91_adc.h [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
at91_aic.h ARM: at91: add AIC5 support 2012-07-02 14:31:00 +02:00
at91_dbgu.h ARM: at91: make DBGU soc independent 2011-11-28 22:50:39 +08:00
at91_matrix.h ARM: at91: make matrix register base soc independent 2012-02-23 09:24:46 +01:00
at91_pio.h ARM: at91/pio: add new PIO3 features 2012-03-01 13:38:50 +01:00
at91_pit.h ARM: at91: make pit register base soc independent 2011-11-28 22:50:38 +08:00
at91_pmc.h ARM: at91: fix typo in at91_pmc_base assembly declaration 2012-04-16 11:08:25 +02:00
at91_ramc.h ARM: at91/pm_slowclock: add runtime detection of memory contoller 2012-02-23 14:57:56 +01:00
at91_rstc.h ARM: at91: make rstc soc independent 2012-01-20 17:22:38 +01:00
at91_rtc.h ARM: at91: make rm9200 rtc drivers soc independent 2011-11-28 22:50:39 +08:00
at91_rtt.h [ARM] 5265/3: [AT91] Add copyright info 2008-09-21 23:01:18 +01:00
at91_shdwc.h ARM: at91: add Shutdown Controller (SHDWC) DT support 2012-03-15 23:38:02 +08:00
at91_st.h ARM: at91: make ST (System Timer) soc independent 2012-02-23 09:26:01 +01:00
at91_tc.h [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
at91_twi.h [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
at91rm9200.h ARM: at91: uncompress: autodetect the uart to use 2012-04-17 11:00:19 +02:00
at91rm9200_emac.h [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
at91rm9200_mc.h ARM: at91: make sdram/ddr register base soc independent 2012-02-23 14:57:56 +01:00
at91rm9200_sdramc.h ARM: at91: make sdram/ddr register base soc independent 2012-02-23 14:57:56 +01:00
at91sam9_ddrsdr.h ARM: at91: make sdram/ddr register base soc independent 2012-02-23 14:57:56 +01:00
at91sam9_sdramc.h ARM: at91: make sdram/ddr register base soc independent 2012-02-23 14:57:56 +01:00
at91sam9_smc.h ARM: at91: add accessor to manage SMC 2012-02-13 18:31:36 +01:00
at91sam9g45.h ARM: at91: uncompress: autodetect the uart to use 2012-04-17 11:00:19 +02:00
at91sam9g45_matrix.h ARM: at91: make matrix register base soc independent 2012-02-23 09:24:46 +01:00
at91sam9n12.h ARM: at91: Add machine header file for AT91SAM9N12 SoC 2012-04-28 01:39:43 +08:00
at91sam9n12_matrix.h ARM: at91: Add machine header file for AT91SAM9N12 SoC 2012-04-28 01:39:43 +08:00
at91sam9rl.h ARM: at91: uncompress: autodetect the uart to use 2012-04-17 11:00:19 +02:00
at91sam9rl_matrix.h ARM: at91: make matrix register base soc independent 2012-02-23 09:24:46 +01:00
at91sam9x5.h ARM: at91: uncompress: autodetect the uart to use 2012-04-17 11:00:19 +02:00
at91sam9x5_matrix.h ARM: at91/at91sam9x5: overall definition 2012-02-03 15:36:38 +01:00
at91sam9260.h ARM: at91: uncompress: autodetect the uart to use 2012-04-17 11:00:19 +02:00
at91sam9260_matrix.h ARM: at91: make matrix register base soc independent 2012-02-23 09:24:46 +01:00
at91sam9261.h ARM: at91: uncompress: autodetect the uart to use 2012-04-17 11:00:19 +02:00
at91sam9261_matrix.h ARM: at91: make matrix register base soc independent 2012-02-23 09:24:46 +01:00
at91sam9263.h ARM: at91: uncompress: autodetect the uart to use 2012-04-17 11:00:19 +02:00
at91sam9263_matrix.h ARM: at91: make matrix register base soc independent 2012-02-23 09:24:46 +01:00
at91x40.h ARM: at91/at91x40: remove use of at91_sys_read/write 2012-02-17 17:54:05 +01:00
at_hdmac.h dmaengine: at_hdmac: take maxburst from slave configuration 2012-05-15 08:47:18 +05:30
atmel-mci.h atmel-mci: change use of dma slave interface 2009-12-15 08:53:35 -08:00
board.h ARM: at91: drop at91_set_serial_console 2012-04-17 11:03:46 +02:00
cpu.h ARM: at91: Add machine header file for AT91SAM9N12 SoC 2012-04-28 01:39:43 +08:00
debug-macro.S ARM: at91: make DBGU soc independent 2011-11-28 22:50:39 +08:00
gpio.h ARM: at91/pio: add new PIO3 features 2012-03-01 13:38:50 +01:00
gsia18s.h AT91: Support for gsia18s board 2011-01-14 19:49:04 +01:00
hardware.h arm-soc: support for new SoCs 2012-05-22 09:32:42 -07:00
io.h ARM: fix __io macro for PCMCIA 2012-04-05 11:29:55 -07:00
memory.h at91: drop boot_params and PLAT_PHYS_OFFSET 2011-05-25 23:04:35 +08:00
stamp9g20.h at91: fix map_io init usage 2011-05-25 23:04:34 +08:00
system_rev.h Disintegrate asm/system.h for ARM 2012-03-28 18:30:01 +01:00
timex.h ARM: at91: define CLOCK_TICK_RATE to bogus value except A91X40 2011-11-28 22:50:37 +08:00
uncompress.h ARM: at91: uncompress: autodetect the uart to use 2012-04-17 11:00:19 +02:00