All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Add support for Bluewater System Snapper 9260 and 9G20 modules
@ 2011-01-25  1:57 Ryan Mallon
  2011-01-25  1:57 ` [U-Boot] [PATCH 1/3] Add AT91SAM9G20 to list of AT91 processors in soft_i2c driver Ryan Mallon
  2011-01-25  4:15 ` [U-Boot] [PATCH 0/3] Add support for Bluewater System Snapper 9260 and 9G20 modules Reinhard Meyer
  0 siblings, 2 replies; 8+ messages in thread
From: Ryan Mallon @ 2011-01-25  1:57 UTC (permalink / raw)
  To: u-boot

Add support for Bluewater Systems Snapper9260/9G20 modules. The 
modules are based on the AT91SAM9260 and AT91SAM9G20 processors
respectively and support NAND flash and Ethernet.

Ryan Mallon (3):
  Add AT91SAM9G20 to list of AT91 processors in soft_i2c driver.
  Add support for Bluewater Systems Snapper 9260 and 9G20 modules
  Added Bluewater Systems Snapper 9260 and 9G20 module config to
    top-level Makefile

 Makefile                                  |   13 ++
 board/bluewater/snapper9260/Makefile      |   55 +++++++++
 board/bluewater/snapper9260/config.mk     |    1 +
 board/bluewater/snapper9260/snapper9260.c |  177 +++++++++++++++++++++++++++++
 drivers/i2c/soft_i2c.c                    |    2 +-
 5 files changed, 247 insertions(+), 1 deletions(-)
 create mode 100644 board/bluewater/snapper9260/Makefile
 create mode 100644 board/bluewater/snapper9260/config.mk
 create mode 100644 board/bluewater/snapper9260/snapper9260.c

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

end of thread, other threads:[~2011-01-25  4:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-25  1:57 [U-Boot] [PATCH 0/3] Add support for Bluewater System Snapper 9260 and 9G20 modules Ryan Mallon
2011-01-25  1:57 ` [U-Boot] [PATCH 1/3] Add AT91SAM9G20 to list of AT91 processors in soft_i2c driver Ryan Mallon
2011-01-25  1:57   ` [U-Boot] [PATCH 2/3] Add support for Bluewater Systems Snapper 9260 and 9G20 modules Ryan Mallon
2011-01-25  1:57     ` [U-Boot] [PATCH 3/3] Added Bluewater Systems Snapper 9260 and 9G20 module config to top-level Makefile Ryan Mallon
2011-01-25  4:45       ` Reinhard Meyer
2011-01-25  4:43     ` [U-Boot] [PATCH 2/3] Add support for Bluewater Systems Snapper 9260 and 9G20 modules Reinhard Meyer
2011-01-25  4:23   ` [U-Boot] [PATCH 1/3] Add AT91SAM9G20 to list of AT91 processors in soft_i2c driver Reinhard Meyer
2011-01-25  4:15 ` [U-Boot] [PATCH 0/3] Add support for Bluewater System Snapper 9260 and 9G20 modules Reinhard Meyer

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.