All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2017-12-04  6:44 Stefan Roese
  2017-12-04 18:36 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2017-12-04  6:44 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull this one CFI driver fix from York.

Thanks,
Stefan

The following changes since commit b06c46de632c55f4c39d404c6f0f65e414b31050:

  Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblaze (2017-11-29 08:26:07 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 2544f47078635958bacb106684a2f81f57a4ed80:

  mtd: cfi: Fix checking status register feature (2017-12-04 07:41:32 +0100)

----------------------------------------------------------------
York Sun (1):
      mtd: cfi: Fix checking status register feature

 drivers/mtd/cfi_flash.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2018-04-16 11:25 Stefan Roese
  2018-04-16 16:43 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2018-04-16 11:25 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull this one CFI related patch from Mario.

Thanks,
Stefan

The following changes since commit ebca902aeb3af3eaedd2787928184ad84a86b98f:

  Merge git://git.denx.de/u-boot-imx (2018-04-15 08:43:50 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 8bfeb33c463296af38432c3dbfb976f45545e381:

  mtd: cfi_flash: Make live-tree compatible (2018-04-16 09:55:59 +0200)

----------------------------------------------------------------
Mario Six (1):
      mtd: cfi_flash: Make live-tree compatible

 drivers/mtd/cfi_flash.c | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2018-01-29 12:35 Stefan Roese
  2018-01-29 16:55 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2018-01-29 12:35 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the CFI cleanup patches from Mario.

Thanks,
Stefan


The following changes since commit bd39d86420434eb8139a111c2582366bc90e65c6:

  Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot (2018-01-28 18:26:00 -0500)

are available in the Git repository at:

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

for you to fetch changes up to d9a356972b7504e2e1b0a2b61ddc25a4452502e6:

  cfi_flash: Always define cfi_flash_num_flash_banks (2018-01-29 07:48:59 +0100)

----------------------------------------------------------------
Mario Six (26):
      cfi_flash: Fix space between function name and parenthesis
      cfi_flash: Fix style of pointer declarations
      cfi_flash: Fix Parenthesis spacing
      cfi_flash: Fix whitespace with casting
      cfi_flash: Fix indent of case statements
      cfi_flash: Fix spacing around casts/operators
      cfi_flash: Fix missing/superfluous lines
      cfi_flash: Remove braces for single-statement blocks
      cfi_flash: Fix logical continuations
      cfi_flash: Use __func__ macro instead of function name
      cfi_flash: Fix comment style
      cfi_flash: Remove unnecessary braces
      cfi_flash: Add missing braces in blocks
      cfi_flash: Fix spelling of "Unknown"
      cfi_flash: Fix else after break
      cfi_flash: Fix placement of brace
      cfi_flash: Remove return from void function
      cfi_flash: Remove assignments from if conditions
      cfi_flash: Use u8 pointers instead of void pointers
      cfi_flash: Fix strings split across lines
      cfi_flash: Rename camel-case variables
      flash: Fix spelling of "ERR_TIMOUT"
      cfi_flash: Bound-check index before array access
      cfi_flash: Fix long lines
      cfi_flash: Fix indention
      cfi_flash: Always define cfi_flash_num_flash_banks

 board/cobra5272/flash.c   |   2 +-
 common/flash.c            |   4 +-
 drivers/mtd/cfi_flash.c   | 966 +++++++++++++++++++++++-----------------------
 drivers/mtd/pic32_flash.c |   6 +-
 include/flash.h           |   2 +-
 5 files changed, 492 insertions(+), 488 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2017-09-26 15:59 Stefan Roese
  2017-09-27  2:45 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2017-09-26 15:59 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following 2 patches from Marek for the CFI driver.

Thanks,
Stefan

The following changes since commit 1f6049e2501b5c35c61435dbc05ba96743202674:

  tools/mkimage: Make the path to the dtc binary that mkimage calls configurable (2017-09-24 07:33:03 -0400)

are available in the git repository at:

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

for you to fetch changes up to 72443c7f7d2174903e73ee88dcb4364e0387bbb2:

  mtd: cfi: Add support for status register polling (2017-09-26 10:57:53 +0200)

----------------------------------------------------------------
Marek Vasut (2):
      mtd: cfi: Zap cfi_flash_base in DM case
      mtd: cfi: Add support for status register polling

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2017-08-22 10:11 Stefan Roese
  2017-08-26 20:44 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2017-08-22 10:11 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the cleanup patch from Marek for the CFI driver.

Thanks,
Stefan


The following changes since commit 2d7cb5b426e7e0cdf684d7f8029ad132d7a8d383:

  env: Replace all open-coded gd->env_valid values with ENV_ flags (2017-08-20 19:27:44 -0400)

are available in the git repository at:

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

for you to fetch changes up to 236c49a1c89f959e0b96c87a712688ba93abd3c4:

  mtd: cfi: staticize functions (2017-08-22 09:56:09 +0200)

----------------------------------------------------------------
Marek Vasut (1):
      mtd: cfi: staticize functions

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2017-08-08 12:32 Stefan Roese
  2017-08-09 15:26 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2017-08-08 12:32 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following small cleanup from Marek in the
flash.h header.

Thanks,
Stefan


The following changes since commit eaa90e5df2a4a1cb12fb73571978a9379242d0b5:

  common/env_embedded.c: rename PPCENV/PPCTEXT macros (2017-08-04 20:38:39 -0400)

are available in the git repository at:

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

for you to fetch changes up to bd2d489e248dada86a557c8d2ee4f914a2b0c8eb:

  mtd: cfi: Zap CFI_FLASH_SHIFT_WIDTH redefinition (2017-08-08 14:29:48 +0200)

----------------------------------------------------------------
Marek Vasut (1):
      mtd: cfi: Zap CFI_FLASH_SHIFT_WIDTH redefinition

 include/flash.h | 2 --
 1 file changed, 2 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2016-07-20  9:24 Stefan Roese
  2016-07-20 12:13 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2016-07-20  9:24 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patch:

The following changes since commit 66669fcf809c1e3ff644b12e04e625d3737ffd8e:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2016-07-19 16:38:57 -0400)

are available in the git repository at:

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

for you to fetch changes up to 55edb9d4d521ff733d217ddf47ad7bf4650676be:

  mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips (2016-07-20 11:13:26 +0200)

----------------------------------------------------------------
Daniel Schwierzeck (1):
      mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips

 drivers/mtd/cfi_flash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2016-04-13 12:04 Stefan Roese
  2016-04-13 19:47 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2016-04-13 12:04 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following fix from the CFI repo.

Thanks,
Stefan

The following changes since commit 39fbd987164336adc2ff7e5ab7a4268b8dcdee92:

  Merge git://www.denx.de/git/u-boot-marvell (2016-04-12 09:10:54 -0400)

are available in the git repository at:

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

for you to fetch changes up to 7570a0cc7524ed5818b92a35f00a3fd10b33bc65:

  mtd: cfi: Unlock current sector instead of sector 0 before buffered write (2016-04-13 13:43:37 +0200)

----------------------------------------------------------------
Rouven Behr (1):
      mtd: cfi: Unlock current sector instead of sector 0 before buffered write

 drivers/mtd/cfi_flash.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2015-11-30 12:02 Stefan Roese
  2015-11-30 20:17 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2015-11-30 12:02 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull this small CFI patch:

The following changes since commit fa8883a1e39a20e72aaa5093af0c80062cb95757:

  Merge branch 'master' of git://git.denx.de/u-boot-i2c (2015-11-27 08:41:03 -0500)

are available in the git repository at:

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

for you to fetch changes up to 5aeeabf43c27b1bf4b3bb86e2b713dd98801df63:

  cfi_flash: give default CONFIG_SYS_MAX_FLASH_SECT in flash.h (2015-11-30 13:00:00 +0100)

----------------------------------------------------------------
Thomas Chou (1):
      cfi_flash: give default CONFIG_SYS_MAX_FLASH_SECT in flash.h

 include/flash.h | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2013-05-23  7:55 Stefan Roese
  2013-05-24  0:29 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2013-05-23  7:55 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull some CFI fixes:


The following changes since commit 8bcb6f43e98ffc76e998349e0ec32a0e359160d4:

  Update MAINTAINERS file for sandbox (2013-05-17 17:04:39 -0400)

are available in the git repository at:

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

for you to fetch changes up to 24c185cf58a5bef1e0401a0f7e70526d6d9078c7:

  cfi_flash: return NULL for invalid base address input (2013-05-23 09:48:45 +0200)

----------------------------------------------------------------
Andrew Gabbasov (1):
      cfi_flash: Fix unaligned accesses to cfi_qry structure

Masahiro Yamada (2):
      cosmetic: cfi_flash: delete a space after an unary operator
      cfi_flash: return NULL for invalid base address input

 drivers/mtd/cfi_flash.c | 23 +++++++++++++----------
 include/mtd/cfi_flash.h | 18 +++++++++++-------
 2 files changed, 24 insertions(+), 17 deletions(-)


Thanks,
Stefan

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2013-04-22  9:10 Stefan Roese
  2013-04-22 17:51 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2013-04-22  9:10 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patch:

The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:

  Prepare v2013.04 (2013-04-19 10:25:43 -0400)

are available in the git repository at:

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

for you to fetch changes up to 352ef3f1b613cb711c51ec962d2cc1eafff1bf95:

  flash: Add optional verify-after-write feature (2013-04-22 10:56:38 +0200)

----------------------------------------------------------------
Stefan Roese (1):
      flash: Add optional verify-after-write feature

 README         |  9 +++++++++
 common/flash.c | 11 +++++++++++
 2 files changed, 20 insertions(+)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2013-04-12 17:13 Stefan Roese
  2013-04-12 18:27 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2013-04-12 17:13 UTC (permalink / raw)
  To: u-boot

Hi Tom!

Here the pull request with the revert of the patch that causes
problems with some non-8bit flash chips. I also reverted another
small (compilation warning) patch. Otherwise the 8-bit support
patch could not be reverted (as you noticed). So please pull
for this release:

The following changes since commit 785881f775252940185e10fbb2d5299c9ffa6bce:

  env: Add redundant env support to UBI env (2013-04-11 15:52:55 -0400)

are available in the git repository at:

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

for you to fetch changes up to e303be2d2819699a443b5eece5a04ecc380a9b61:

  Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support" (2013-04-12 19:04:54 +0200)

----------------------------------------------------------------
Stefan Roese (2):
      Revert "cfi_flash: Use uintptr_t for casts from u32 to void *"
      Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support"

 drivers/mtd/cfi_flash.c | 78 +++++++++++++++----------------------------------
 include/mtd/cfi_flash.h | 41 +++++++++++++-------------
 2 files changed, 43 insertions(+), 76 deletions(-)


Thanks,
Stefan

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2013-04-04  5:10 Stefan Roese
  2013-04-05 16:28 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2013-04-04  5:10 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the updated cfi-flash repository with the build warning fix:

The following changes since commit 5644369450635fa5c2967bee55b1ac41f6e988d0:

  Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-staging (2013-03-31 08:43:12 -0400)

are available in the git repository at:


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

for you to fetch changes up to 81a4f7098ba137ea1961cb997ca16d57de2b3483:

  cfi_flash: Use uintptr_t for casts from u32 to void * (2013-04-04 07:07:30 +0200)

----------------------------------------------------------------
Jagannadha Sutradharudu Teki (1):
      mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices

Stefan Roese (1):
      cfi_flash: Use uintptr_t for casts from u32 to void *

aaron.williams at caviumnetworks.com (1):
      mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support

 drivers/mtd/cfi_flash.c | 101 +++++++++++++++++++++++++++++++++++++-----------
 include/mtd/cfi_flash.h |  41 ++++++++++----------
 2 files changed, 99 insertions(+), 43 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2013-04-02 14:41 Stefan Roese
  2013-04-02 18:17 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2013-04-02 14:41 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patches which have been queued for some time
(sorry for the delay):


The following changes since commit 5644369450635fa5c2967bee55b1ac41f6e988d0:

  Merge branch 'agust at denx.de' of git://git.denx.de/u-boot-staging (2013-03-31 08:43:12 -0400)

are available in the git repository at:


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

for you to fetch changes up to c502321c4a1bc8d859ecf19b22f9d0ce03954fd6:

  mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices (2013-04-02 14:27:54 +0200)

----------------------------------------------------------------
Jagannadha Sutradharudu Teki (1):
      mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devices

aaron.williams at caviumnetworks.com (1):
      mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support

 drivers/mtd/cfi_flash.c | 101 +++++++++++++++++++++++++++++++++++++-----------
 include/mtd/cfi_flash.h |  41 ++++++++++----------
 2 files changed, 99 insertions(+), 43 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2013-01-10 14:37 Stefan Roese
  2013-01-10 21:44 ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2013-01-10 14:37 UTC (permalink / raw)
  To: u-boot

Hi Tom,

please pull the following patches pending for quite some time:

The following changes since commit 642ef40bdc95bef829ae3aadc217f829c4c298c4:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2013-01-09 08:13:22 -0700)

are available in the git repository at:


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

for you to fetch changes up to d2af028db3f75390f56f018e16c0f269521e07c5:

  cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd (2013-01-10 14:40:00 +0100)

----------------------------------------------------------------
Angelo Dureghello (1):
      mtd/cfi: add support for SST 4KB sector granularity

Stefan Roese (4):
      cfi_flash: Add manufact_match helper function
      cfi_flash: Read PPB sector protection from device for AMD/Spansion chips
      cfi_flash: Enable PPB protection for all AMD cmdset flash chips
      cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmd

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2012-09-03  9:43 Stefan Roese
  2012-09-03 19:23 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2012-09-03  9:43 UTC (permalink / raw)
  To: u-boot

The following changes since commit a005f19eff946454985785788c344f10616d571e:

  hush: Don't parse the contents of a dereferenced var (2012-09-02 20:31:21 +0200)

are available in the git repository at:

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

for you to fetch changes up to de15a06aad1f221255366ac07238c80fed146da1:

  cfi: Make the flash erase and write operations abortable (2012-09-03 11:24:27 +0200)

----------------------------------------------------------------
Joe Hershberger (2):
      cfi: Check for blank before erase
      cfi: Make the flash erase and write operations abortable

 common/cmd_flash.c      |  3 ++-
 common/flash.c          |  3 +++
 drivers/mtd/cfi_flash.c | 37 +++++++++++++++++++++++++++++++++++++
 include/flash.h         |  1 +
 4 files changed, 43 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2012-08-13 12:56 Stefan Roese
  2012-08-13 19:39 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2012-08-13 12:56 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull the following patches:

The following changes since commit b4f106be2d8a4eb34ce41c5306d5a4fcc37e60e3:

  dts/Makefile: Turn off some predefined macros (2012-08-10 23:54:16 +0200)

are available in the git repository at:

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

for you to fetch changes up to 81316a902a2c76bc880ab49c6d157e3e9754806d:

  mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashs
(2012-08-13 14:34:44 +0200)

----------------------------------------------------------------
Anatolij Gustschin (1):
      cfi_flash: add support for Spansion flash PPB sector protection

Holger Brunck (1):
      mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashs

 drivers/mtd/cfi_flash.c | 117
+++++++++++++++++++++++++++++++++++++++---------
 include/flash.h         |   1 +
 include/mtd/cfi_flash.h |   7 +++
 3 files changed, 103 insertions(+), 22 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2012-03-21 15:28 Stefan Roese
  2012-03-23 20:59 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2012-03-21 15:28 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull the following fix:


The following changes since commit dbb87bbd8eff11cf974caa2b5cc397aea444bc5a:

  Armada100: gplugD: Add FAT & EXT2 command support (2012-03-19 00:08:26 +0100)

are available in the git repository at:

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

for you to fetch changes up to 85c344e5f98408c0bcf988a6c6fca68c1f3c2015:

  cfi: fix the incomplete erased status check in buffer write (2012-03-21 16:25:33 +0100)

----------------------------------------------------------------
Tao Hou (1):
      cfi: fix the incomplete erased status check in buffer write

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2011-03-28 17:34 Stefan Roese
  2011-03-31  7:01 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2011-03-28 17:34 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull this CFI fix:

The following changes since commit cb815e5ff979e36d68df130a810d34de4bf93289:

  Prepare v (2011-03-27 21:50:07 +0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-cfi-flash.git master

Martin Krause (1):
      cfi_flash: fix bug with flash banks with different sector numbers

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2010-10-12  7:01 Stefan Roese
  2010-10-12 18:50 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2010-10-12  7:01 UTC (permalink / raw)
  To: u-boot

The following changes since commit bfc7bea6adc46e1db2f5a5e3464d7652ed67c864:

  Merge branch 'master' of git://git.denx.de/u-boot-x86 (2010-10-11 10:00:34 +0200)

are available in the git repository at:

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

John Schmoller (1):
      cfi_flash: Fix "Unknown FLASH" error message

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2010-08-12 12:05 Stefan Roese
  2010-08-12 21:04 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2010-08-12 12:05 UTC (permalink / raw)
  To: u-boot

The following changes since commit 69a2a4d9a5884a6f2d04a551308980d452b9b349:

  disk/part.c: 'usb storage' avoiding overflow when output capacity (2010-08-10 23:08:55 
+0200)

are available in the git repository at:
  git://www.denx.de/git/u-boot-cfi-flash.git master

Kim Phillips (1):
      cfi_flash: flinfo: allow user interrupt in flash print info fn

Philippe De Muyter (1):
      Fix printing & reading of 16-bit CFI device identifiers

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2010-04-07  9:35 Stefan Roese
  2010-04-07 22:26 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2010-04-07  9:35 UTC (permalink / raw)
  To: u-boot

The following changes since commit ffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af:
  Wolfgang Denk (1):
        Merge branch 'next'

are available in the git repository at:

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

Thomas Chou (1):
      cfi_flash: reset timer in flash status check

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2010-03-25  8:47 Stefan Roese
  2010-03-27 23:11 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2010-03-25  8:47 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull this fix into master. Thanks.

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

are available in the git repository at:

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

Renato Andreola (1):
      cfi_flash: precision and underflow problem in tout calculation

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2010-03-04  9:12 Stefan Roese
  0 siblings, 0 replies; 61+ messages in thread
From: Stefan Roese @ 2010-03-04  9:12 UTC (permalink / raw)
  To: u-boot

The following changes since commit f3651764e57e353251695691677bd95ba5a420bc:
  Frans Meulenbroeks (1):
        cmd_itest.c: fix pointer dereferencing

are available in the git repository at:

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

Wolfgang Wegner (1):
      ] fix monitor protection for CONFIG_MONITOR_IS_IN_RAM

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

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2010-02-02  8:15 Stefan Roese
  2010-02-03 19:21 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2010-02-02  8:15 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull this fix into master:

The following changes since commit 9b208ece0a4e040774e24990b7cb6f0ad0ca4cc7:
  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

Ladislav Michl (1):
      CFI: fix eraseregions numblocks

 drivers/mtd/cfi_mtd.c |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)


Thanks.

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2009-11-17 15:17 Stefan Roese
  2009-11-17 21:36 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2009-11-17 15:17 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull this one fix from u-boot-cfi-flash.

Thanks.

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

are available in the git repository at:

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

??? (1):
      fix flash_sect_erase() to display correct message

 common/cmd_flash.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2009-10-28 10:40 Stefan Roese
  2009-10-28 20:53 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2009-10-28 10:40 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull this update. Thanks.

The following changes since commit 4946775c6db52dba28f72ba3525764b54f1d4593:
  Wolfgang Denk (1):
        Coding Style cleanup; update CHANGELOG, prepare -rc1

are available in the git repository at:

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

Stefan Roese (1):
      cfi: Add weak default function for flash_cmd_reset()

 drivers/mtd/cfi_flash.c |  151 ++++++---------------------------------------
 include/mtd/cfi_flash.h |  157 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 175 insertions(+), 133 deletions(-)
 create mode 100644 include/mtd/cfi_flash.h

^ permalink raw reply	[flat|nested] 61+ messages in thread
* [U-Boot] Please pull u-boot-cfi-flash/master
@ 2009-08-13  7:38 Stefan Roese
  2009-08-13 18:52 ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2009-08-13  7:38 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

please pull cfi-flash for this bugfix.

Thanks.

The following changes since commit f6e3a1fa92f61083885178101e973c86b419a6f7:
  Mike Frysinger (1):
        trab: rename spi_init()

are available in the git repository at:

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

John Schmoller (1):
      flash: Fix CFI buffer size bug

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

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

end of thread, other threads:[~2018-04-16 16:43 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-04  6:44 [U-Boot] Please pull u-boot-cfi-flash/master Stefan Roese
2017-12-04 18:36 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2018-04-16 11:25 Stefan Roese
2018-04-16 16:43 ` Tom Rini
2018-01-29 12:35 Stefan Roese
2018-01-29 16:55 ` Tom Rini
2017-09-26 15:59 Stefan Roese
2017-09-27  2:45 ` Tom Rini
2017-08-22 10:11 Stefan Roese
2017-08-26 20:44 ` Tom Rini
2017-08-08 12:32 Stefan Roese
2017-08-09 15:26 ` Tom Rini
2016-07-20  9:24 Stefan Roese
2016-07-20 12:13 ` Tom Rini
2016-04-13 12:04 Stefan Roese
2016-04-13 19:47 ` Tom Rini
2015-11-30 12:02 Stefan Roese
2015-11-30 20:17 ` Tom Rini
2013-05-23  7:55 Stefan Roese
2013-05-24  0:29 ` Tom Rini
2013-04-22  9:10 Stefan Roese
2013-04-22 17:51 ` Tom Rini
2013-04-12 17:13 Stefan Roese
2013-04-12 18:27 ` Tom Rini
2013-04-04  5:10 Stefan Roese
2013-04-05 16:28 ` Tom Rini
2013-04-12  9:35   ` Wolfgang Denk
2013-04-12  9:43     ` Stefan Roese
2013-04-12 14:37       ` Tom Rini
2013-04-12 17:00         ` Stefan Roese
2013-04-02 14:41 Stefan Roese
2013-04-02 18:17 ` Tom Rini
2013-01-10 14:37 Stefan Roese
2013-01-10 21:44 ` Tom Rini
2012-09-03  9:43 Stefan Roese
2012-09-03 19:23 ` Wolfgang Denk
2012-08-13 12:56 Stefan Roese
2012-08-13 19:39 ` Wolfgang Denk
2012-03-21 15:28 Stefan Roese
2012-03-23 20:59 ` Wolfgang Denk
2011-03-28 17:34 Stefan Roese
2011-03-31  7:01 ` Wolfgang Denk
2010-10-12  7:01 Stefan Roese
2010-10-12 18:50 ` Wolfgang Denk
2010-08-12 12:05 Stefan Roese
2010-08-12 21:04 ` Wolfgang Denk
2010-08-13  7:36   ` Stefan Roese
2010-08-13 10:10     ` Wolfgang Denk
2010-04-07  9:35 Stefan Roese
2010-04-07 22:26 ` Wolfgang Denk
2010-03-25  8:47 Stefan Roese
2010-03-27 23:11 ` Wolfgang Denk
2010-03-04  9:12 Stefan Roese
2010-02-02  8:15 Stefan Roese
2010-02-03 19:21 ` Wolfgang Denk
2009-11-17 15:17 Stefan Roese
2009-11-17 21:36 ` Wolfgang Denk
2009-10-28 10:40 Stefan Roese
2009-10-28 20:53 ` Wolfgang Denk
2009-08-13  7:38 Stefan Roese
2009-08-13 18:52 ` Wolfgang Denk

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.