public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request u-boot-blackfin.git (sf branch)
@ 2012-08-14 15:47 Mike Frysinger
  2012-09-01 10:24 ` Wolfgang Denk
  2012-09-01 13:17 ` Andreas Bießmann
  0 siblings, 2 replies; 31+ messages in thread
From: Mike Frysinger @ 2012-08-14 15:47 UTC (permalink / raw)
  To: u-boot

The following changes since commit 4d3c95f5ea7c737a21cd6b9c59435ee693b3f127:

  zfs: Add ZFS filesystem support (2012-08-09 23:42:20 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-blackfin.git sf

for you to fetch changes up to 4a4cb4e11149158c9eabb1537a1eaee7372ce491:

  sf: spansion: Add support for S25FL256S (2012-08-14 11:45:50 -0400)

----------------------------------------------------------------
Marek Vasut (1):
      cmd_spi: remove superfluous semicolon

Michal Simek (2):
      sf: stmicro: add support for N25Q128A
      sf: spansion: Add support for S25FL256S

Rajeshwari Shinde (1):
      sf: winbond: add W25Q32

Stephan Linz (2):
      sf: stmicro: support JEDEC standard two-byte signature
      sf: stmicro: add support N25Q128 parts

Stephen Warren (1):
      sf: winbond: fix page_size

 common/cmd_spi.c           |    2 +-
 drivers/mtd/spi/spansion.c |    7 +++++++
 drivers/mtd/spi/stmicro.c  |   39 +++++++++++++++++++++++++++------------
 drivers/mtd/spi/winbond.c  |    7 ++++++-
 4 files changed, 41 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [U-Boot] Pull request u-boot-blackfin.git (sf branch)
@ 2012-07-31 14:53 Mike Frysinger
  2012-07-31 19:53 ` Wolfgang Denk
  0 siblings, 1 reply; 31+ messages in thread
From: Mike Frysinger @ 2012-07-31 14:53 UTC (permalink / raw)
  To: u-boot

The following changes since commit b98b611502f5e0a85a1f8e15cf46c470cb105614:

  Merge branch 'next' of git://git.denx.de/u-boot (2012-07-30 20:39:52 +0200)

are available in the git repository at:


  git://www.denx.de/git/u-boot-blackfin.git sf

for you to fetch changes up to b54d1f26ff216ef08307b7652647cc92124c2be1:

  sf: stmicro: add geometrical info for N25Q256 from Micron (2012-04-08 10:55:55 +0000)

----------------------------------------------------------------
Gerlando Falauto (1):
      cmd_sf: add size checking to spi flash commands

J?r?me Carretero (1):
      sf: stmicro: add geometrical info for N25Q256 from Micron

Mike Frysinger (5):
      sf: inline data constants
      sf: unify erase commands
      sf: eon: drop duplicate id
      sf: sst: inline duplicate write enable helper funcs
      sf: unify status register writing (and thus block unlocking)

 common/cmd_sf.c                      |   14 ++++++
 drivers/mtd/spi/eon.c                |   35 ++-------------
 drivers/mtd/spi/macronix.c           |   82 ++--------------------------------
 drivers/mtd/spi/spansion.c           |   24 ++--------
 drivers/mtd/spi/spi_flash.c          |   35 +++++++++++++--
 drivers/mtd/spi/spi_flash_internal.h |   10 ++++-
 drivers/mtd/spi/sst.c                |   66 +++------------------------
 drivers/mtd/spi/stmicro.c            |   28 ++++--------
 drivers/mtd/spi/winbond.c            |   55 ++---------------------
 9 files changed, 85 insertions(+), 264 deletions(-)

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [U-Boot] Pull request u-boot-blackfin.git (sf branch)
@ 2012-07-20  4:43 Mike Frysinger
  2012-07-20  6:58 ` Wolfgang Denk
  0 siblings, 1 reply; 31+ messages in thread
From: Mike Frysinger @ 2012-07-20  4:43 UTC (permalink / raw)
  To: u-boot

The following changes since commit 66714b1a6df0a5a9f1656a6d4e6eea3c7ecdf7ae:

  Merge branch 'next' of git://git.denx.de/u-boot-video (2012-07-18 10:47:03 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-blackfin.git sf

for you to fetch changes up to 7d72b80a903f64721c845cebaa1077a78aacb724:

  sf: spansion: inline useless id defines (2012-07-20 00:41:36 -0400)

----------------------------------------------------------------
Mike Frysinger (2):
      sf: drop unused/duplicate command defines
      sf: spansion: inline useless id defines

 drivers/mtd/spi/eon.c                |    9 -------
 drivers/mtd/spi/macronix.c           |   11 +--------
 drivers/mtd/spi/ramtron.c            |   23 ++++--------------
 drivers/mtd/spi/spansion.c           |   44 ++++++++++------------------------
 drivers/mtd/spi/spi_flash_internal.h |    2 +-
 drivers/mtd/spi/sst.c                |   14 ++++-------
 drivers/mtd/spi/stmicro.c            |    8 -------
 drivers/mtd/spi/winbond.c            |    9 -------
 8 files changed, 23 insertions(+), 97 deletions(-)

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [U-Boot] Pull request u-boot-blackfin.git (sf branch)
@ 2012-02-12 20:29 Mike Frysinger
  2012-02-13 22:18 ` Wolfgang Denk
  0 siblings, 1 reply; 31+ messages in thread
From: Mike Frysinger @ 2012-02-12 20:29 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9cbfee6dc200cc746394c7efc10253a24f3ce108:

  fw_env.h: fix comment (2012-02-11 22:18:38 +0100)

are available in the git repository at:
  git://www.denx.de/git/u-boot-blackfin.git sf

Eric Nelson (2):
      sf command: allow default bus and chip selects
      README: Add description of SPI Flash (SF) command configuration

Mike Frysinger (2):
      sf: eeprom_m95xxx: fix up style
      sf: eeprom_m95xxx: set a sane default timeout

 README                          |   20 ++++++++++++++++++++
 common/cmd_sf.c                 |   37 +++++++++++++++++++++----------------
 drivers/mtd/spi/eeprom_m95xxx.c |   28 ++++++++++++++++------------
 3 files changed, 57 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [U-Boot] Pull request u-boot-blackfin.git (sf branch)
@ 2011-09-29 22:28 Mike Frysinger
  2011-10-01 19:44 ` Wolfgang Denk
  0 siblings, 1 reply; 31+ messages in thread
From: Mike Frysinger @ 2011-09-29 22:28 UTC (permalink / raw)
  To: u-boot

The following changes since commit 1d5e7fb403257d62f0f2419cb83fdf6b0f02f215:

  Prepare v2011.09 (2011-09-29 21:11:15 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-blackfin.git sf

All have been posted to the list already.

Shaohui Xie (1):
      sf: eon: add support for EN25Q32B parts

Simon Glass (1):
      cmd_sf: add "update" subcommand to do smart SPI flash update

 common/cmd_sf.c       |   86 +++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/mtd/spi/eon.c |    8 ++++
 2 files changed, 91 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [U-Boot] [PATCH 0/9] spi flash updates for v2011.09
@ 2011-06-28 17:38 Mike Frysinger
  2011-06-28 17:39 ` [U-Boot] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
  0 siblings, 1 reply; 31+ messages in thread
From: Mike Frysinger @ 2011-06-28 17:38 UTC (permalink / raw)
  To: u-boot

These have all been posted already.  A few part updates, bug fixes,
code unification, and that kind of fun stuff.

Macpaul Lin (1):
  sf: macronix: add MX25L4005 and MX25L8005

Mike Frysinger (6):
  sf: unify write enable commands
  sf: unify write funcs
  sf: kill off now-unused local state
  sf: eon/stmicro: inline useless ID defines
  sf: unify write disable commands
  sf: sst: support newer standardized flashes

Shaohui Xie (1):
  sf: spansion: add support for S25FL129P_64K

Simon Guinot (1):
  sf: macronix: disable write protection when initializing

 drivers/mtd/spi/eon.c                |  102 ++++------------------------
 drivers/mtd/spi/macronix.c           |  126 +++++++++++++++-------------------
 drivers/mtd/spi/ramtron.c            |    2 +-
 drivers/mtd/spi/spansion.c           |  107 ++++++-----------------------
 drivers/mtd/spi/spi_flash.c          |   59 ++++++++++++++++-
 drivers/mtd/spi/spi_flash_internal.h |   25 +++++++
 drivers/mtd/spi/sst.c                |   26 ++++++-
 drivers/mtd/spi/stmicro.c            |  124 ++++++----------------------------
 drivers/mtd/spi/winbond.c            |  104 ++++------------------------
 include/spi_flash.h                  |    5 +-
 10 files changed, 232 insertions(+), 448 deletions(-)

-- 
1.7.5.3

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [U-Boot] [PATCH 0/9] SPI Flash updates for 2011.06
@ 2011-04-12  6:35 Mike Frysinger
  2011-04-13 19:40 ` [U-Boot] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
  0 siblings, 1 reply; 31+ 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] 31+ messages in thread
* [U-Boot] Pull request u-boot-blackfin.git (sf branch)
@ 2010-11-10  9:26 Mike Frysinger
  2010-11-12 23:29 ` Wolfgang Denk
  0 siblings, 1 reply; 31+ messages in thread
From: Mike Frysinger @ 2010-11-10  9:26 UTC (permalink / raw)
  To: u-boot

The following changes since commit 0c0892be0d93a5a892b93739c5eb3bf692fed4ff:

  Merge branch 'master' of git://git.denx.de/u-boot-marvell (2010-10-29 22:03:00 +0200)

are available in the git repository at:

  git://www.denx.de/git/u-boot-blackfin.git sf

Reinhard Meyer (1):
      sf: ramtron: new spi fram driver

 drivers/mtd/spi/Makefile             |    1 +
 drivers/mtd/spi/ramtron.c            |  319 ++++++++++++++++++++++++++++++++++
 drivers/mtd/spi/spi_flash.c          |    8 +
 drivers/mtd/spi/spi_flash_internal.h |    1 +
 4 files changed, 329 insertions(+), 0 deletions(-)
 create mode 100644 drivers/mtd/spi/ramtron.c

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [U-Boot] Pull request u-boot-blackfin.git (sf branch)
@ 2010-10-13 13:50 Mike Frysinger
  2010-10-13 18:59 ` Wolfgang Denk
  0 siblings, 1 reply; 31+ messages in thread
From: Mike Frysinger @ 2010-10-13 13:50 UTC (permalink / raw)
  To: u-boot

The following changes since commit 076f1be8e1c1a1ea4760fc4ac7cac68bc28fc80d:

  TSI148: Fix argument parsing (2010-10-12 23:31:10 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-blackfin.git sf

Reinhard Meyer (1):
      sf: turn probe switch into a lookup table

 drivers/mtd/spi/spi_flash.c |  126 ++++++++++++++++++++++++++++---------------
 1 files changed, 82 insertions(+), 44 deletions(-)

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [U-Boot] [PATCH 0/4] SPI updates for v2010.10
@ 2010-10-06  7:37 Mike Frysinger
  2010-10-08  1:57 ` [U-Boot] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
  0 siblings, 1 reply; 31+ messages in thread
From: Mike Frysinger @ 2010-10-06  7:37 UTC (permalink / raw)
  To: u-boot

Simple stuff already posted to the list a while ago.  I'm pretty sure
I have all the latest versions of these patches, but submitters should
probably double check ...

David Jander (1):
  sf: spansion: add support for S25FL032P parts

Graeme Smecher (1):
  sf: winbond: add support W25Q64 parts

Marc-Andr? H?bert (1):
  sf: spansion: fixing erasing when sector size >64KiB

Reinhard Meyer (1):
  sspi: add options to specify bus and mode

 common/cmd_spi.c           |   40 +++++++++++++++++++++++++---------------
 drivers/mtd/spi/spansion.c |   16 ++++++++++++----
 drivers/mtd/spi/winbond.c  |    9 +++++++++
 3 files changed, 46 insertions(+), 19 deletions(-)

-- 
1.7.3.1

^ permalink raw reply	[flat|nested] 31+ messages in thread
* [U-Boot] [PATCH 0/3] spi flash updates for v2010.09
@ 2010-07-01  3:50 Mike Frysinger
  2010-07-01  3:51 ` [U-Boot] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
  0 siblings, 1 reply; 31+ messages in thread
From: Mike Frysinger @ 2010-07-01  3:50 UTC (permalink / raw)
  To: u-boot

These have been posted in the past and shouldn't be any pending issues.

Mike Frysinger (1):
  sf: move useful messages from debug to printf

Thomas Chou (1):
  spi_flash: support old STMicro parts with RES

Wolfgang Wegner (1):
  add redundant environment for env_sf.c

 common/env_sf.c             |  232 +++++++++++++++++++++++++++++++++++++++++++
 drivers/mtd/spi/atmel.c     |    7 +-
 drivers/mtd/spi/macronix.c  |    5 +-
 drivers/mtd/spi/spansion.c  |    5 +-
 drivers/mtd/spi/spi_flash.c |    5 +-
 drivers/mtd/spi/sst.c       |    5 +-
 drivers/mtd/spi/stmicro.c   |   26 +++++-
 drivers/mtd/spi/winbond.c   |    7 +-
 8 files changed, 276 insertions(+), 16 deletions(-)

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

end of thread, other threads:[~2012-09-13 11:56 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-14 15:47 [U-Boot] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
2012-09-01 10:24 ` Wolfgang Denk
2012-09-01 13:17 ` Andreas Bießmann
2012-09-05  1:54   ` Bo Shen
2012-09-10  7:14     ` Bo Shen
2012-09-13 11:56       ` Andreas Bießmann
  -- strict thread matches above, loose matches on Subject: below --
2012-07-31 14:53 Mike Frysinger
2012-07-31 19:53 ` Wolfgang Denk
2012-07-20  4:43 Mike Frysinger
2012-07-20  6:58 ` Wolfgang Denk
2012-02-12 20:29 Mike Frysinger
2012-02-13 22:18 ` Wolfgang Denk
2011-09-29 22:28 Mike Frysinger
2011-10-01 19:44 ` Wolfgang Denk
2011-06-28 17:38 [U-Boot] [PATCH 0/9] spi flash updates for v2011.09 Mike Frysinger
2011-06-28 17:39 ` [U-Boot] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
2011-06-29 21:16   ` Wolfgang Denk
2011-06-30 15:35     ` Mike Frysinger
2011-07-08  8:54       ` Simon Guinot
2011-07-08 20:40         ` Mike Frysinger
2011-07-13 10:36           ` Simon Guinot
2011-07-13 10:46             ` Wolfgang Denk
2011-04-12  6:35 [U-Boot] [PATCH 0/9] SPI Flash updates for 2011.06 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
2010-11-10  9:26 Mike Frysinger
2010-11-12 23:29 ` Wolfgang Denk
2010-10-13 13:50 Mike Frysinger
2010-10-13 18:59 ` Wolfgang Denk
2010-10-06  7:37 [U-Boot] [PATCH 0/4] SPI updates for v2010.10 Mike Frysinger
2010-10-08  1:57 ` [U-Boot] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
2010-10-11  7:55   ` Wolfgang Denk
2010-07-01  3:50 [U-Boot] [PATCH 0/3] spi flash updates for v2010.09 Mike Frysinger
2010-07-01  3:51 ` [U-Boot] Pull request u-boot-blackfin.git (sf branch) Mike Frysinger
2010-07-04 21:36   ` Wolfgang Denk

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