Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AVR32] Add PIOE device and reserve SDRAM pins | Haavard Skinnemoen | 2007-02-09 | 1 | -1/+1 |
| | | | | | | | | | | | The PIOE device was left out before because it muxes SDRAM pins (and is therefore a bit dangerous to mess with) and because no existing drivers had any use for it. It is needed for CompactFlash, however, and now that we have a way to protect the SDRAM pins, it can be safely added. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> | ||||
* | [AVR32] GPIO API implementation | Haavard Skinnemoen | 2007-02-09 | 1 | -0/+14 |
Arch-neutral GPIO calls for AVR32. GPIO IRQ support written by David Brownell. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> |