mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2] OMAP gpmc bus driver support
@ 2013-11-26 12:17 Sascha Hauer
  2013-11-26 12:17 ` [PATCH 1/3] string: Add (x)memdup Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sascha Hauer @ 2013-11-26 12:17 UTC (permalink / raw)
  To: barebox

This adds OMAP gpmc bus driver support. Unlike the last version
this one sets the device_node of the registered nand device correctly
so that the partitions can be populated from the devicetree.

Sascha

----------------------------------------------------------------
Sascha Hauer (3):
      string: Add (x)memdup
      device: Add functions to add resources
      bus: Add omap gpmc driver

 arch/arm/mach-omap/include/mach/gpmc_nand.h |   3 +
 drivers/base/resource.c                     |  60 +++-
 drivers/bus/Kconfig                         |   6 +
 drivers/bus/Makefile                        |   1 +
 drivers/bus/omap-gpmc.c                     | 480 ++++++++++++++++++++++++++++
 include/driver.h                            |   9 +
 include/string.h                            |   2 +
 include/xfuncs.h                            |   1 +
 lib/string.c                                |  14 +
 lib/xfuncs.c                                |  10 +
 10 files changed, 573 insertions(+), 13 deletions(-)
 create mode 100644 drivers/bus/omap-gpmc.c

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

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

end of thread, other threads:[~2013-11-26 12:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-26 12:17 [PATCH v2] OMAP gpmc bus driver support Sascha Hauer
2013-11-26 12:17 ` [PATCH 1/3] string: Add (x)memdup Sascha Hauer
2013-11-26 12:17 ` [PATCH 2/3] device: Add functions to add resources Sascha Hauer
2013-11-26 12:17 ` [PATCH 3/3] bus: Add omap gpmc driver Sascha Hauer

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