Re: [RFC/PATCH] arch-neutral GPIO calls: AVR32 implementation [take 2]

2006-12-01 Thread Haavard Skinnemoen
On Thu, 30 Nov 2006 11:05:00 -0800 David Brownell <[EMAIL PROTECTED]> wrote: > On Tuesday 28 November 2006 4:36 am, Haavard Skinnemoen wrote: > > Here's another go at an implementation of the arch-neutral GPIO API > > for AVR32. I've also thrown in the pin configuration stuff so that > > you can s

Re: [RFC/PATCH] arch-neutral GPIO calls: AVR32 implementation [take 2]

2006-11-30 Thread David Brownell
On Tuesday 28 November 2006 4:36 am, Haavard Skinnemoen wrote: > Here's another go at an implementation of the arch-neutral GPIO API for > AVR32. I've also thrown in the pin configuration stuff so that you can > see how all the pieces fit together. That looks good, but it was probably better in a

[RFC/PATCH] arch-neutral GPIO calls: AVR32 implementation [take 2]

2006-11-28 Thread Haavard Skinnemoen
Here's another go at an implementation of the arch-neutral GPIO API for AVR32. I've also thrown in the pin configuration stuff so that you can see how all the pieces fit together. Even though it is possible to tell from the hardware whether a pin is set up for GPIO, I decided to use two allocation