Re: [U-Boot] [PATCH 1/2] gpio: Add driver for Altera's PIO core

2011-10-21 Thread Thomas Chou
On 10/17/2011 11:36 PM, Joachim Foerster wrote: > This driver may handle multiple PIO cores and thus needs to be > setup by calling the altera_pio_init() function within the early > board setup routine. > > The driver comes with some extras, see below the copyleft header. > > Signed-off-by: Joachim

Re: [U-Boot] [PATCH 1/2] gpio: Add driver for Altera's PIO core

2011-10-21 Thread Joachim Foerster
On 10/21/2011 09:21 AM, Thomas Chou wrote: > On 10/17/2011 11:36 PM, Joachim Foerster wrote: >> This driver may handle multiple PIO cores and thus needs to be >> setup by calling the altera_pio_init() function within the early >> board setup routine. >> >> The driver comes with some extras, see bel