public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2008-11-24 10:18 Stefan Roese
  2008-11-25 10:37 ` Wolfgang Denk
  0 siblings, 1 reply; 17+ messages in thread
From: Stefan Roese @ 2008-11-24 10:18 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull the following updates from the cfi-flash repository. I am aware that 
the merge-window was closed when some of those patches have been published, and 
it's not really bug fixing. But the feature added with those patches (UBI possible 
over NOR) is very interesting. Additionally the impact to non CFI-MTD users are 
minimal. I tested those patches on different boards using the CFI driver without 
any problems so far. So please pull:

The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
  Selvamuthukumar (1):
        Align end of bss by 4 bytes

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git master

Piotr Ziecik (3):
      cfi_flash: Export flash_sector_size() function.
      cfi_flash: Add interface for flash verbosity control
      cfi-mtd: Add cfi-mtd driver.

Stefan Roese (1):
      cfi_flash: Make all flash access functions weak

 README                  |    5 +
 drivers/mtd/Makefile    |    1 +
 drivers/mtd/cfi_flash.c |   72 ++++++++++++-----
 drivers/mtd/cfi_mtd.c   |  202 +++++++++++++++++++++++++++++++++++++++++++++++
 include/flash.h         |   12 +++
 5 files changed, 272 insertions(+), 20 deletions(-)
 create mode 100644 drivers/mtd/cfi_mtd.c

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2009-02-11 16:05 Stefan Roese
  2009-02-11 21:27 ` Wolfgang Denk
  0 siblings, 1 reply; 17+ messages in thread
From: Stefan Roese @ 2009-02-11 16:05 UTC (permalink / raw)
  To: u-boot

The following changes since commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023:
  Heiko Schocher (1):
        82xx serial, smc: Coding-Style cleanup serial SMC driver

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git master

Heiko Schocher (1):
      cfi: make flash_get_info() non static

 drivers/mtd/cfi_flash.c |    2 +-
 include/flash.h         |    3 +++
 2 files changed, 4 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2009-02-05 10:49 Stefan Roese
  2009-02-07 21:20 ` Wolfgang Denk
  0 siblings, 1 reply; 17+ messages in thread
From: Stefan Roese @ 2009-02-05 10:49 UTC (permalink / raw)
  To: u-boot

The following changes since commit 9d8811c5bd2b7dd6307742cf22fbdb7953b6f816:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-usb

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git master

Becky Bruce (1):
      flash/cfi_flash: Use virtual sector start address, not phys

Stefan Roese (3):
      cfi_flash: Silence compilation warning
      jedec_flash: Only use manufacturer defines from common flash.h
      cfi_flash: Fix typo in cfi_flash.c

 drivers/mtd/cfi_flash.c   |   53 ++++++++++++++++++++------------------------
 drivers/mtd/jedec_flash.c |   16 +++++--------
 include/flash.h           |    2 +-
 3 files changed, 31 insertions(+), 40 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2009-01-26 10:25 Stefan Roese
  2009-01-27 19:55 ` Wolfgang Denk
  0 siblings, 1 reply; 17+ messages in thread
From: Stefan Roese @ 2009-01-26 10:25 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8f86a3636ef88427f880610638e80991adc41896:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git master

Jens Gehrlein (2):
      CFI: avoid redundant function call in single word programming mode
      CFI: increase performance of function find_sector()

Richard Retanubun (1):
      CFI: Add geometry reversal for STMicro M29W320ET

 drivers/mtd/cfi_flash.c |   50 +++++++++++++++++++++++++++++++++++++---------
 1 files changed, 40 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2008-10-31 10:38 Stefan Roese
  2008-11-01 15:12 ` Wolfgang Denk
  0 siblings, 1 reply; 17+ messages in thread
From: Stefan Roese @ 2008-10-31 10:38 UTC (permalink / raw)
  To: u-boot

The following changes since commit d685b74c64a38849f1a129b3ab846fbf67dd937e:
  Dave Liu (1):
        74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git master

Wolfgang Denk (1):
      CFI Driver: Fix "flash not ready" problem

 drivers/mtd/cfi_flash.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2008-10-13 12:01 Stefan Roese
  2008-10-13 12:22 ` Wolfgang Denk
  0 siblings, 1 reply; 17+ messages in thread
From: Stefan Roese @ 2008-10-13 12:01 UTC (permalink / raw)
  To: u-boot

The following changes since commit df4a0796e86662536df2387ddcf969c2a704bcc2:
  Wolfgang Denk (1):
        Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git master

Ed Swarthout (1):
      CFI: cfi_flash write fix for AMD legacy

 drivers/mtd/cfi_flash.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
[parent not found: <200810021035.29824.sr@denx.de>]
* [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2008-08-20 12:38 Stefan Roese
  2008-08-20 22:47 ` Wolfgang Denk
  0 siblings, 1 reply; 17+ messages in thread
From: Stefan Roese @ 2008-08-20 12:38 UTC (permalink / raw)
  To: u-boot

The following changes since commit fcd69a1a57fb2af4d26201422095a4be9f36963e:
  Kumar Gala (1):
        Clean up usage of icache_disable/dcache_disable

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git master

Nick Spence (1):
      CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()

TsiChung Liew (1):
      CFI: Fix AMD Legacy sector protect

 drivers/mtd/cfi_flash.c |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread
* [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2008-08-14  6:28 Stefan Roese
  2008-08-14 12:58 ` Wolfgang Denk
  0 siblings, 1 reply; 17+ messages in thread
From: Stefan Roese @ 2008-08-14  6:28 UTC (permalink / raw)
  To: u-boot

The following changes since commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c:
  Jean-Christophe PLAGNIOL-VILLARD (1):
        drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros

are available in the git repository at:

  git://www.denx.de/git/u-boot-cfi-flash.git master

Guennadi Liakhovetski (1):
      cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash

Rafael Campos (1):
      cfi-flash: Added support to flash_real_protect for Atmel flash devices

 drivers/mtd/cfi_flash.c   |   49 +++++++++++++++++++++++++++++++++++++++-----
 drivers/mtd/jedec_flash.c |   17 +++++++++++++++
 2 files changed, 60 insertions(+), 6 deletions(-)

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

end of thread, other threads:[~2009-02-11 21:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-24 10:18 [U-Boot] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-11-25 10:37 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2009-02-11 16:05 Stefan Roese
2009-02-11 21:27 ` Wolfgang Denk
2009-02-05 10:49 Stefan Roese
2009-02-07 21:20 ` Wolfgang Denk
2009-01-26 10:25 Stefan Roese
2009-01-27 19:55 ` Wolfgang Denk
2008-10-31 10:38 Stefan Roese
2008-11-01 15:12 ` Wolfgang Denk
2008-10-13 12:01 Stefan Roese
2008-10-13 12:22 ` Wolfgang Denk
     [not found] <200810021035.29824.sr@denx.de>
2008-10-12 21:12 ` Wolfgang Denk
2008-08-20 12:38 Stefan Roese
2008-08-20 22:47 ` Wolfgang Denk
2008-08-14  6:28 Stefan Roese
2008-08-14 12:58 ` Wolfgang Denk

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