Re: [U-Boot] [PATCH v2 4/9] AVR32: Make GPIO implmentation cpu dependent

2009-02-23 Thread Haavard Skinnemoen
Gunnar Rangoy wrote: > There are some differences in the implementation of GPIO in the > at32uc chip compared to the ap700x series. > > Signed-off-by: Gunnar Rangoy > Signed-off-by: Paul Driveklepp > Signed-off-by: Olav Morken Applied to evk1100-prep, thanks. Haavard _

[U-Boot] [PATCH v2 4/9] AVR32: Make GPIO implmentation cpu dependent

2009-01-23 Thread Gunnar Rangoy
There are some differences in the implementation of GPIO in the at32uc chip compared to the ap700x series. Signed-off-by: Gunnar Rangoy Signed-off-by: Paul Driveklepp Signed-off-by: Olav Morken --- include/asm-avr32/arch-at32ap700x/gpio-impl.h | 86 + include/asm-avr3