public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/9] SPI Flash updates for 2011.06
@ 2011-04-12  6:35 Mike Frysinger
  2011-04-12  6:35 ` [U-Boot] [PATCH 1/9] sf: punt unused spi_flash_region struct Mike Frysinger
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Mike Frysinger @ 2011-04-12  6:35 UTC (permalink / raw)
  To: u-boot

Some bug fixes for the recent SPI flash cleanups, some more cleanups
based on work by Richard, support for +len when erasing SPI flashes,
and more cleanups I noticed should be done while doing all of that.

Mike Frysinger (7):
  sf: punt unused spi_flash_region struct
  sf: atmel: undo unification of status polling
  sf: sst: setup read func
  sf: localize erase funcs
  sf: use print_size() for sector_size output
  cmd_sf: drop device status message when probing
  cmd_sf: use cmd_usage() in more places

Richard Retanubun (2):
  sf: add struct spi_flash.sector_size parameter
  cmd_sf: add handler for +len arg for erase command

 common/cmd_sf.c                      |  111 +++++++++++++++++++++++-----------
 drivers/mtd/spi/atmel.c              |   40 ++++++++++---
 drivers/mtd/spi/eon.c                |   13 +---
 drivers/mtd/spi/macronix.c           |   17 ++----
 drivers/mtd/spi/ramtron.c            |    5 +-
 drivers/mtd/spi/spansion.c           |   15 +----
 drivers/mtd/spi/spi_flash.c          |    9 ++-
 drivers/mtd/spi/spi_flash_internal.h |    2 +-
 drivers/mtd/spi/sst.c                |   13 ++---
 drivers/mtd/spi/stmicro.c            |   15 +----
 drivers/mtd/spi/winbond.c            |   13 +---
 include/spi_flash.h                  |    7 +--
 12 files changed, 144 insertions(+), 116 deletions(-)

-- 
1.7.5.rc1

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

end of thread, other threads:[~2011-04-15  7:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12  6:35 [U-Boot] [PATCH 0/9] SPI Flash updates for 2011.06 Mike Frysinger
2011-04-12  6:35 ` [U-Boot] [PATCH 1/9] sf: punt unused spi_flash_region struct Mike Frysinger
2011-04-12  6:35 ` [U-Boot] [PATCH 2/9] sf: atmel: undo unification of status polling Mike Frysinger
2011-04-12  6:35 ` [U-Boot] [PATCH 3/9] sf: add struct spi_flash.sector_size parameter Mike Frysinger
2011-04-12  6:35 ` [U-Boot] [PATCH 4/9] sf: sst: setup read func Mike Frysinger
2011-04-12  6:35 ` [U-Boot] [PATCH 5/9] sf: localize erase funcs Mike Frysinger
2011-04-12  6:35 ` [U-Boot] [PATCH 6/9] cmd_sf: add handler for +len arg for erase command Mike Frysinger
2011-04-14 20:52   ` Richard Retanubun
2011-04-15  7:49     ` Mike Frysinger
2011-04-12  6:35 ` [U-Boot] [PATCH 7/9] sf: use print_size() for sector_size output Mike Frysinger
2011-04-12  6:35 ` [U-Boot] [PATCH 8/9] cmd_sf: drop device status message when probing Mike Frysinger
2011-04-12  6:35 ` [U-Boot] [PATCH 9/9] cmd_sf: use cmd_usage() in more places Mike Frysinger
2011-04-13 19:28 ` [U-Boot] [PATCH 7/6] sf: sst: add support for SST25VF064C Mike Frysinger
2011-04-13 19:40 ` [U-Boot] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
2011-04-13 20:12   ` Wolfgang Denk

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