All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Replace nios2-generic's gpio.c with dedicated driver.
@ 2011-10-17 15:36 Joachim Foerster
  2011-10-17 15:36 ` [U-Boot] [PATCH 1/2] gpio: Add driver for Altera's PIO core Joachim Foerster
  2011-10-17 15:36 ` [U-Boot] [PATCH 2/2] board/nios2-generic: Use altera_pio driver and remove board specific driver Joachim Foerster
  0 siblings, 2 replies; 10+ messages in thread
From: Joachim Foerster @ 2011-10-17 15:36 UTC (permalink / raw)
  To: u-boot

Let's have a dedicated driver for Altera's PIO ip core, which does not
have to be duplicated for each board using PIO.

Joachim Foerster (2):
  gpio: Add driver for Altera's PIO core
  board/nios2-generic: Use altera_pio driver and remove board specific
    driver

 arch/nios2/include/asm/gpio.h              |   13 +-
 board/altera/nios2-generic/Makefile        |    1 -
 board/altera/nios2-generic/custom_fpga.h   |    1 +
 board/altera/nios2-generic/gpio.c          |   71 -------
 board/altera/nios2-generic/nios2-generic.c |    8 +
 drivers/gpio/Makefile                      |    1 +
 drivers/gpio/altera_pio.c                  |  299 ++++++++++++++++++++++++++++
 include/configs/nios2-generic.h            |    4 +
 8 files changed, 324 insertions(+), 74 deletions(-)
 delete mode 100644 board/altera/nios2-generic/gpio.c
 create mode 100644 drivers/gpio/altera_pio.c

-- 
1.7.6

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-10-28  7:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-17 15:36 [U-Boot] [PATCH 0/2] Replace nios2-generic's gpio.c with dedicated driver Joachim Foerster
2011-10-17 15:36 ` [U-Boot] [PATCH 1/2] gpio: Add driver for Altera's PIO core Joachim Foerster
2011-10-21  7:21   ` Thomas Chou
2011-10-21 13:48     ` [U-Boot] [PATCH 0/2] Replace nios2-generic's gpio.c with dedicated driver Joachim Foerster
2011-10-21 13:48       ` [U-Boot] [PATCH 1/2 v2] gpio: Add driver for Altera's PIO core Joachim Foerster
2011-10-28  7:29         ` Thomas Chou
2011-10-21 13:48       ` [U-Boot] [PATCH 2/2 v2] board/nios2-generic: Use altera_pio driver and remove board specific driver Joachim Foerster
2011-10-28  7:29         ` Thomas Chou
2011-10-21 13:49     ` [U-Boot] [PATCH 1/2] gpio: Add driver for Altera's PIO core Joachim Foerster
2011-10-17 15:36 ` [U-Boot] [PATCH 2/2] board/nios2-generic: Use altera_pio driver and remove board specific driver Joachim Foerster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.