summaryrefslogtreecommitdiffstats
path: root/arch/avr32/mach-at32ap/pm.h
Commit message (Collapse)AuthorAgeFilesLines
* avr32: Add MMIO address definitions for certain controllersHaavard Skinnemoen2008-08-081-10/+2
| | | | | | | | Hardcoded MMIO base addresses are used a few places throughout the platform code. Move these into the chip-specific header file so that adding support for new chips becomes a bit easier. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
* [AVR32] Fix a couple of sparse warningsHaavard Skinnemoen2007-10-231-2/+2
| | | | Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* [AVR32] Move AT32_PM_BASE definition into pm.hHaavard Skinnemoen2007-10-111-0/+8
| | | | | | | We don't want to redefine this in every file that needs to access the PM. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* [AVR32] Split SM device into PM, RTC, WDT and EICHaavard Skinnemoen2007-07-181-0/+112
Split the SM platform device into separate platform devices for PM, RTC, WDT and EIC. This is more correct according to the documentation and allows us to simplify the code a little. Also turn the EIC driver into a real platform driver. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>