summaryrefslogtreecommitdiff
path: root/include/asm-avr32/arch-common/portmux-gpio.h
Commit message (Collapse)AuthorAgeLines
* AVR32: Make GPIO implmentation cpu dependentGunnar Rangoy2009-02-23-81/+2
| | | | | | | | | | There are some differences in the implementation of GPIO in the at32uc chip compared to the ap700x series. Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com> Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com> Signed-off-by: Olav Morken <olavmrk@gmail.com> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
* avr32: Add support for "GPIO" port muxHaavard Skinnemoen2008-09-01-0/+193
The "GPIO" port mux is used on AVR32 UC3 parts as well as AT32AP7200 and all later AVR32 chips. This patch adds a driver for it, implementing the same API as the existing portmux-pio driver but with more functionality. Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>