mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* On the road to omap4
@ 2011-04-04 13:13 Sascha Hauer
  2011-04-04 13:13 ` [PATCH 1/9] ARM omap: move uart access functions to a more generic place Sascha Hauer
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Sascha Hauer @ 2011-04-04 13:13 UTC (permalink / raw)
  To: barebox

The following patches are done in preparation for adding omap4 support.

Sascha Hauer (9):
      ARM omap: move uart access functions to a more generic place
      ARM omap: rework gpio support
      ARM omap: move devices-gpmc-nand.c to omap architecture directory
      ARM omap: move architecture specific kconfig entries to arch part
      ARM omap: allow to put omap boards into another directory
      ARM omap4: fix indention in Kconfig
      omap: rename GPMC Kconfig entry to OMAP_GPMC
      arm omap: remove unused request/free gpio functions
      ARM omap: make gpio support mandatory

 arch/arm/Makefile                                  |    4 +-
 arch/arm/boards/omap/Kconfig                       |   93 -------------
 arch/arm/boards/omap/Makefile                      |    2 -
 arch/arm/mach-omap/Kconfig                         |  144 ++++++++++++++------
 arch/arm/mach-omap/Makefile                        |    4 +-
 .../{boards/omap => mach-omap}/devices-gpmc-nand.c |    0
 arch/arm/mach-omap/gpio.c                          |  128 ++++++------------
 arch/arm/mach-omap/include/mach/gpio.h             |   46 ------
 arch/arm/mach-omap/omap-uart.c                     |   36 +++++
 arch/arm/mach-omap/omap3_generic.c                 |   34 -----
 drivers/mtd/nand/Kconfig                           |    2 +-
 11 files changed, 183 insertions(+), 310 deletions(-)
 delete mode 100644 arch/arm/boards/omap/Kconfig
 rename arch/arm/{boards/omap => mach-omap}/devices-gpmc-nand.c (100%)
 create mode 100644 arch/arm/mach-omap/omap-uart.c

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

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

end of thread, other threads:[~2011-04-04 13:14 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-04 13:13 On the road to omap4 Sascha Hauer
2011-04-04 13:13 ` [PATCH 1/9] ARM omap: move uart access functions to a more generic place Sascha Hauer
2011-04-04 13:13 ` [PATCH 2/9] ARM omap: rework gpio support Sascha Hauer
2011-04-04 13:13 ` [PATCH 3/9] ARM omap: move devices-gpmc-nand.c to omap architecture directory Sascha Hauer
2011-04-04 13:13 ` [PATCH 4/9] ARM omap: move architecture specific kconfig entries to arch part Sascha Hauer
2011-04-04 13:13 ` [PATCH 5/9] ARM omap: allow to put omap boards into another directory Sascha Hauer
2011-04-04 13:14 ` [PATCH 6/9] ARM omap4: fix indention in Kconfig Sascha Hauer
2011-04-04 13:14 ` [PATCH 7/9] omap: rename GPMC Kconfig entry to OMAP_GPMC Sascha Hauer
2011-04-04 13:14 ` [PATCH 8/9] arm omap: remove unused request/free gpio functions Sascha Hauer
2011-04-04 13:14 ` [PATCH 9/9] ARM omap: make gpio support mandatory Sascha Hauer

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