mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Add gpio command support to STM/i.MX arch
@ 2010-12-21 11:25 Juergen Beisert
  2010-12-21 11:25 ` [PATCH 1/9] Fix a typo in the GPIO doc Juergen Beisert
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Juergen Beisert @ 2010-12-21 11:25 UTC (permalink / raw)
  To: barebox

In order to complete graphics handling on STM/i.MX architecture, the platforms
need GPIO command support (for example to enable the display and backlight).

The following changes since commit af05a9dd223f0a77133e37893354680c2f857a54:

  xyzModem.c: fix 'dummy' is used uninitialized in this function warning (2010-12-21 10:23:41 +0100)

are available in the git repository at:
  http://git.pengutronix.de/git/jbe/for_barebox_next/ next_stm_gpio_v3

Juergen Beisert (9):
      Fix a typo in the GPIO doc
      ARM STM/i.MX: Fix register offset calculation for GPIO input pins
      ARM STM/i.MX: Remove variable size restrictions in iomux managing routines
      ARM STM/i.MX: Setting the iomux needs at least 32 bit.
      ARM STM/i.MX: Just fix the docs
      ARM STM/i.MX: Add support for the gpio commands
      ARM STM/i.MX: Avoid very long lines
      ARM STM/i.MX: Replace cryptic numbers
      ARM Chumby: Add list of available GPIOs and their meaning

 arch/arm/Kconfig                               |    1 +
 arch/arm/boards/chumby_falconwing/falconwing.c |   85 ++++++++++++++++++++++++
 arch/arm/configs/chumbyone_defconfig           |    1 +
 arch/arm/configs/tx28stk5_defconfig            |    1 +
 arch/arm/mach-stm/include/mach/gpio.h          |    8 ++-
 arch/arm/mach-stm/iomux-imx.c                  |   85 +++++++++++++++++++++---
 commands/gpio.c                                |    2 +-
 7 files changed, 171 insertions(+), 12 deletions(-)

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2010-12-23 14:36 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-21 11:25 [PATCH] Add gpio command support to STM/i.MX arch Juergen Beisert
2010-12-21 11:25 ` [PATCH 1/9] Fix a typo in the GPIO doc Juergen Beisert
2010-12-21 11:25 ` [PATCH 2/9] ARM STM/i.MX: Fix register offset calculation for GPIO input pins Juergen Beisert
2010-12-21 11:25 ` [PATCH 3/9] ARM STM/i.MX: Remove variable size restrictions in iomux managing routines Juergen Beisert
2010-12-21 11:25 ` [PATCH 4/9] ARM STM/i.MX: Setting the iomux needs at least 32 bit Juergen Beisert
2010-12-21 11:25 ` [PATCH 5/9] ARM STM/i.MX: Just fix the docs Juergen Beisert
2010-12-21 11:25 ` [PATCH 6/9] ARM STM/i.MX: Add support for the gpio commands Juergen Beisert
2010-12-21 11:25 ` [PATCH 7/9] ARM STM/i.MX: Avoid very long lines Juergen Beisert
2010-12-21 11:25 ` [PATCH 8/9] ARM STM/i.MX: Replace cryptic numbers Juergen Beisert
2010-12-21 11:25 ` [PATCH 9/9] ARM Chumby: Add list of available GPIOs and their meaning Juergen Beisert
2010-12-23 11:30 ` [PATCH] Add gpio command support to STM/i.MX arch Gregory CLEMENT
2010-12-23 11:50   ` Juergen Beisert
2010-12-23 11:58     ` Gregory CLEMENT
2010-12-23 14:36     ` Uwe Kleine-König
2010-12-23 11:53   ` Eric Bénard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox