All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5 v2] sandbox: spi/sf emulation
@ 2012-01-31 19:53 Mike Frysinger
  2012-01-31 19:53 ` [U-Boot] [PATCH 1/5 v2] sandbox: add lseek helper Mike Frysinger
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Mike Frysinger @ 2012-01-31 19:53 UTC (permalink / raw)
  To: u-boot

Should address the feedback posted by Simon.

Mike Frysinger (5):
  sandbox: add lseek helper
  sandbox: add getopt support
  sandbox: SPI emulation bus
  sandbox: new SPI flash driver
  sandbox: enable new spi/sf layers

 arch/sandbox/cpu/os.c          |   26 +++
 arch/sandbox/cpu/start.c       |   24 +++
 arch/sandbox/include/asm/spi.h |   48 +++++
 drivers/mtd/spi/Makefile       |    1 +
 drivers/mtd/spi/sandbox.c      |  386 ++++++++++++++++++++++++++++++++++++++++
 drivers/spi/Makefile           |    1 +
 drivers/spi/sandbox_spi.c      |  203 +++++++++++++++++++++
 include/configs/sandbox.h      |    7 +
 include/os.h                   |   17 ++
 9 files changed, 713 insertions(+), 0 deletions(-)
 create mode 100644 arch/sandbox/include/asm/spi.h
 create mode 100644 drivers/mtd/spi/sandbox.c
 create mode 100644 drivers/spi/sandbox_spi.c

-- 
1.7.8.4

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

end of thread, other threads:[~2012-02-21  5:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-31 19:53 [U-Boot] [PATCH 0/5 v2] sandbox: spi/sf emulation Mike Frysinger
2012-01-31 19:53 ` [U-Boot] [PATCH 1/5 v2] sandbox: add lseek helper Mike Frysinger
2012-02-01 23:37   ` Simon Glass
2012-02-03 11:25     ` Mike Frysinger
2012-02-03 11:26   ` [U-Boot] [PATCH 1/5 v2.1] " Mike Frysinger
2012-02-15  6:30     ` Simon Glass
2012-02-21  5:24     ` [U-Boot] [PATCH 1/5 v2.2] " Mike Frysinger
2012-01-31 19:53 ` [U-Boot] [PATCH 2/5 v2] sandbox: add getopt support Mike Frysinger
2012-01-31 19:53 ` [U-Boot] [PATCH 3/5 v2] sandbox: SPI emulation bus Mike Frysinger
2012-01-31 19:53 ` [U-Boot] [PATCH 4/5 v2] sandbox: new SPI flash driver Mike Frysinger
2012-01-31 19:53 ` [U-Boot] [PATCH 5/5 v2] sandbox: enable new spi/sf layers Mike Frysinger

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.