All of lore.kernel.org
 help / color / mirror / Atom feed
* [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-04-16 11:25 [U-Boot] Please pull u-boot-cfi-flash/master Stefan Roese
@ 2018-04-16 16:43 ` Tom Rini
  0 siblings, 0 replies; 61+ messages in thread
From: Tom Rini @ 2018-04-16 16:43 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 16, 2018 at 01:25:58PM +0200, Stefan Roese wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180416/a65035de/attachment.sig>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2018-01-29 16:55 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 29, 2018 at 01:35:14PM +0100, Stefan Roese wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180129/5d2f4e63/attachment.sig>

^ 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-12-04  6:44 Stefan Roese
@ 2017-12-04 18:36 ` Tom Rini
  0 siblings, 0 replies; 61+ messages in thread
From: Tom Rini @ 2017-12-04 18:36 UTC (permalink / raw)
  To: u-boot

On Mon, Dec 04, 2017 at 07:44:50AM +0100, Stefan Roese wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171204/315d7f91/attachment.sig>

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

* [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
  2017-09-26 15:59 Stefan Roese
@ 2017-09-27  2:45 ` Tom Rini
  0 siblings, 0 replies; 61+ messages in thread
From: Tom Rini @ 2017-09-27  2:45 UTC (permalink / raw)
  To: u-boot

On Tue, Sep 26, 2017 at 05:59:44PM +0200, Stefan Roese wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170926/699b59b0/attachment.sig>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2017-08-26 20:44 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 22, 2017 at 12:11:12PM +0200, Stefan Roese wrote:
> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170826/1de4aedb/attachment.sig>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2017-08-09 15:26 UTC (permalink / raw)
  To: u-boot

On Tue, Aug 08, 2017 at 02:32:27PM +0200, Stefan Roese wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170809/05a7450c/attachment.sig>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2016-07-20 12:13 UTC (permalink / raw)
  To: u-boot

On Wed, Jul 20, 2016 at 11:24:30AM +0200, Stefan Roese wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160720/cca6ab21/attachment.sig>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2016-04-13 19:47 UTC (permalink / raw)
  To: u-boot

On Wed, Apr 13, 2016 at 02:04:36PM +0200, Stefan Roese wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160413/e4dd68b1/attachment.sig>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2015-11-30 20:17 UTC (permalink / raw)
  To: u-boot

On Mon, Nov 30, 2015 at 01:02:56PM +0100, Stefan Roese wrote:

> 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)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20151130/82c63b98/attachment.sig>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2013-05-24  0:29 UTC (permalink / raw)
  To: u-boot

On Thu, May 23, 2013 at 09:55:37AM +0200, Stefan Roese wrote:

> 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(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130523/6d30dcdb/attachment.pgp>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2013-04-22 17:51 UTC (permalink / raw)
  To: u-boot

On Mon, Apr 22, 2013 at 11:10:14AM +0200, Stefan Roese wrote:

> 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(+)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130422/c8c041f0/attachment.pgp>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2013-04-12 18:27 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 12, 2013 at 07:13:28PM +0200, Stefan Roese wrote:
> 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(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130412/1f39191d/attachment.pgp>

^ 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-12 14:37       ` Tom Rini
@ 2013-04-12 17:00         ` Stefan Roese
  0 siblings, 0 replies; 61+ messages in thread
From: Stefan Roese @ 2013-04-12 17:00 UTC (permalink / raw)
  To: u-boot

On 12.04.2013 16:37, Tom Rini wrote:
>>> Hereby I ask to revert the "mtd: cfi_flash: Fix CFI flash driver for
>>> 8-bit bus support" patch,. i. e. Commit 239cb9d.
>>>
>>> It breaks the CFI driver on a board here.  The board has two banks of
>>> AMD NOR flash, mapped at F800.0000 and FC00.0000, resp.  With current
>>> code, the flash is not detected.  Here is the debug log:
>>
>> Yes, please we should revert this patch for this release.
>>
>> Tom, will you do the revert yourself? Or should I send I PR for this?
> 
> A simple git revert -s 239cb9d shows a conflict to resolve so please
> revert and test this and then send a PR, thanks!

Okay, will do...

Thanks,
Stefan

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

* [U-Boot] Please pull u-boot-cfi-flash/master
  2013-04-12  9:43     ` Stefan Roese
@ 2013-04-12 14:37       ` Tom Rini
  2013-04-12 17:00         ` Stefan Roese
  0 siblings, 1 reply; 61+ messages in thread
From: Tom Rini @ 2013-04-12 14:37 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 12, 2013 at 11:43:33AM +0200, Stefan Roese wrote:
> Hi Wolfgang,
> 
> On 12.04.2013 11:35, Wolfgang Denk wrote:
> > In message <20130405162807.GH32357@bill-the-cat> you wrote:
> >>
> >>> please pull the updated cfi-flash repository with the build warning fix:
> > ...
> >>> aaron.williams at caviumnetworks.com (1):
> >>>       mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support
> > 
> > Hereby I ask to revert the "mtd: cfi_flash: Fix CFI flash driver for
> > 8-bit bus support" patch,. i. e. Commit 239cb9d.
> > 
> > It breaks the CFI driver on a board here.  The board has two banks of
> > AMD NOR flash, mapped at F800.0000 and FC00.0000, resp.  With current
> > code, the flash is not detected.  Here is the debug log:
> 
> Yes, please we should revert this patch for this release.
> 
> Tom, will you do the revert yourself? Or should I send I PR for this?

A simple git revert -s 239cb9d shows a conflict to resolve so please
revert and test this and then send a PR, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130412/97d6e975/attachment.pgp>

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

* [U-Boot] Please pull u-boot-cfi-flash/master
  2013-04-12  9:35   ` Wolfgang Denk
@ 2013-04-12  9:43     ` Stefan Roese
  2013-04-12 14:37       ` Tom Rini
  0 siblings, 1 reply; 61+ messages in thread
From: Stefan Roese @ 2013-04-12  9:43 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

On 12.04.2013 11:35, Wolfgang Denk wrote:
> In message <20130405162807.GH32357@bill-the-cat> you wrote:
>>
>>> please pull the updated cfi-flash repository with the build warning fix:
> ...
>>> aaron.williams at caviumnetworks.com (1):
>>>       mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support
> 
> Hereby I ask to revert the "mtd: cfi_flash: Fix CFI flash driver for
> 8-bit bus support" patch,. i. e. Commit 239cb9d.
> 
> It breaks the CFI driver on a board here.  The board has two banks of
> AMD NOR flash, mapped at F800.0000 and FC00.0000, resp.  With current
> code, the flash is not detected.  Here is the debug log:

Yes, please we should revert this patch for this release.

Tom, will you do the revert yourself? Or should I send I PR for this?

Thanks,
Stefan

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

* [U-Boot] Please pull u-boot-cfi-flash/master
  2013-04-05 16:28 ` Tom Rini
@ 2013-04-12  9:35   ` Wolfgang Denk
  2013-04-12  9:43     ` Stefan Roese
  0 siblings, 1 reply; 61+ messages in thread
From: Wolfgang Denk @ 2013-04-12  9:35 UTC (permalink / raw)
  To: u-boot

Dear Tom, Stfan, Aaron,

In message <20130405162807.GH32357@bill-the-cat> you wrote:
> 
> > please pull the updated cfi-flash repository with the build warning fix:
...
> > aaron.williams at caviumnetworks.com (1):
> >       mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support

Hereby I ask to revert the "mtd: cfi_flash: Fix CFI flash driver for
8-bit bus support" patch,. i. e. Commit 239cb9d.

It breaks the CFI driver on a board here.  The board has two banks of
AMD NOR flash, mapped at F800.0000 and FC00.0000, resp.  With current
code, the flash is not detected.  Here is the debug log:

flash detect cfi
fwc addr f8000000 cmd f0 f0 8bit x 8 bit
fwc addr f8000000 cmd ff ff 8bit x 8 bit
fwc addr f80000aa cmd 98 98 8bit x 8 bit
is= cmd 51(Q) addr f8000020 is= 31 51
fwc addr f8000000 cmd f0 f0 8bit x 8 bit
fwc addr f8000000 cmd ff ff 8bit x 8 bit
fwc addr f8000555 cmd 98 98 8bit x 8 bit
is= cmd 51(Q) addr f8000020 is= 31 51
fwc addr f8000000 cmd f0 f0f0 16bit x 8 bit
fwc addr f8000000 cmd ff ffff 16bit x 8 bit
fwc addr f8000154 cmd 98 9898 16bit x 8 bit
is= cmd 51(Q) addr f8000040 is= 0051 5151
fwc addr f8000000 cmd f0 f0f0 16bit x 8 bit
fwc addr f8000000 cmd ff ffff 16bit x 8 bit
fwc addr f8000aaa cmd 98 9898 16bit x 8 bit
is= cmd 51(Q) addr f8000040 is= 0000 5151
fwc addr f8000000 cmd f0 00f0 16bit x 16 bit
fwc addr f8000000 cmd ff 00ff 16bit x 16 bit
fwc addr f80000aa cmd 98 0098 16bit x 16 bit
is= cmd 51(Q) addr f8000020 is= 3137 0051
fwc addr f8000000 cmd f0 00f0 16bit x 16 bit
fwc addr f8000000 cmd ff 00ff 16bit x 16 bit
fwc addr f8000554 cmd 98 0098 16bit x 16 bit
is= cmd 51(Q) addr f8000020 is= 0000 0051
fwc addr f8000000 cmd f0 f0f0f0f0 32bit x 8 bit
fwc addr f8000000 cmd ff ffffffff 32bit x 8 bit
fwc addr f80002a8 cmd 98 98989898 32bit x 8 bit
is= cmd 51(Q) addr f8000080 is= 00000004 51515151
fwc addr f8000000 cmd f0 f0f0f0f0 32bit x 8 bit
fwc addr f8000000 cmd ff ffffffff 32bit x 8 bit
fwc addr f8001550 cmd 98 98989898 32bit x 8 bit
is= cmd 51(Q) addr f8000080 is= 00000004 51515151
fwc addr f8000000 cmd f0 00f000f0 32bit x 16 bit
fwc addr f8000000 cmd ff 00ff00ff 32bit x 16 bit
fwc addr f8000150 cmd 98 00980098 32bit x 16 bit
is= cmd 51(Q) addr f8000040 is= 00000000 00510051
fwc addr f8000000 cmd f0 00f000f0 32bit x 16 bit
fwc addr f8000000 cmd ff 00ff00ff 32bit x 16 bit
fwc addr f8000aa8 cmd 98 00980098 32bit x 16 bit
is= cmd 51(Q) addr f8000040 is= 00000000 00510051
fwc addr f8000000 cmd f0 000000f0 32bit x 32 bit
fwc addr f8000000 cmd ff 000000ff 32bit x 32 bit
fwc addr f80000a8 cmd 98 00000098 32bit x 32 bit
is= cmd 51(Q) addr f8000020 is= 31373a33 00000051
fwc addr f8000000 cmd f0 000000f0 32bit x 32 bit
fwc addr f8000000 cmd ff 000000ff 32bit x 32 bit
fwc addr f8000550 cmd 98 00000098 32bit x 32 bit
is= cmd 51(Q) addr f8000020 is= 31373a33 00000051
fwrite addr f8000000 cmd f0 f0f0f0f0f0f0f0f0 64 bit x 8 bit
fwrite addr f8000000 cmd ff ffffffffffffffff 64 bit x 8 bit
fwrite addr f8000500 cmd 98 9898989898989898 64 bit x 8 bit
is= cmd 51(Q) addr f8000100 is= ffffffffffffffff 5151515151515151
fwrite addr f8000000 cmd f0 f0f0f0f0f0f0f0f0 64 bit x 8 bit
fwrite addr f8000000 cmd ff ffffffffffffffff 64 bit x 8 bit
fwrite addr f8002a80 cmd 98 9898989898989898 64 bit x 8 bit
is= cmd 51(Q) addr f8000100 is= ffffffffffffffff 5151515151515151
fwrite addr f8000000 cmd f0 00f000f000f000f0 64 bit x 16 bit
fwrite addr f8000000 cmd ff 00ff00ff00ff00ff 64 bit x 16 bit
fwrite addr f8000280 cmd 98 0098009800980098 64 bit x 16 bit
is= cmd 51(Q) addr f8000080 is= 00000004ffffffff 0051005100510051
fwrite addr f8000000 cmd f0 00f000f000f000f0 64 bit x 16 bit
fwrite addr f8000000 cmd ff 00ff00ff00ff00ff 64 bit x 16 bit
fwrite addr f8001500 cmd 98 0098009800980098 64 bit x 16 bit
is= cmd 51(Q) addr f8000080 is= 00000004ffffffff 0051005100510051
fwrite addr f8000000 cmd f0 000000f0000000f0 64 bit x 32 bit
fwrite addr f8000000 cmd ff 000000ff000000ff 64 bit x 32 bit
fwrite addr f8000100 cmd 98 0000009800000098 64 bit x 32 bit
is= cmd 51(Q) addr f8000000 is= 27051956552d426f 0000005100000051
fwrite addr f8000000 cmd f0 000000f0000000f0 64 bit x 32 bit
fwrite addr f8000000 cmd ff 000000ff000000ff 64 bit x 32 bit
fwrite addr f8000a80 cmd 98 0000009800000098 64 bit x 32 bit
is= cmd 51(Q) addr f8000000 is= 27051956552d426f 0000005100000051
fwrite addr f8000000 cmd f0 00000000000000f0 64 bit x 64 bit
fwrite addr f8000000 cmd ff 00000000000000ff 64 bit x 64 bit
fwrite addr f8000080 cmd 98 0000000000000098 64 bit x 64 bit
is= cmd 51(Q) addr f8000000 is= 27051956552d426f 0000000000000051
fwrite addr f8000000 cmd f0 00000000000000f0 64 bit x 64 bit
fwrite addr f8000000 cmd ff 00000000000000ff 64 bit x 64 bit
fwrite addr f8000500 cmd 98 0000000000000098 64 bit x 64 bit
is= cmd 51(Q) addr f8000000 is= 27051956552d426f 0000000000000051
not found
flash detect cfi
fwc addr fc000000 cmd f0 f0 8bit x 8 bit
fwc addr fc000000 cmd ff ff 8bit x 8 bit
fwc addr fc0000aa cmd 98 98 8bit x 8 bit
is= cmd 51(Q) addr fc000020 is= 31 51
fwc addr fc000000 cmd f0 f0 8bit x 8 bit
fwc addr fc000000 cmd ff ff 8bit x 8 bit
fwc addr fc000555 cmd 98 98 8bit x 8 bit
is= cmd 51(Q) addr fc000020 is= 31 51
fwc addr fc000000 cmd f0 f0f0 16bit x 8 bit
fwc addr fc000000 cmd ff ffff 16bit x 8 bit
fwc addr fc000154 cmd 98 9898 16bit x 8 bit
is= cmd 51(Q) addr fc000040 is= 0051 5151
fwc addr fc000000 cmd f0 f0f0 16bit x 8 bit
fwc addr fc000000 cmd ff ffff 16bit x 8 bit
fwc addr fc000aaa cmd 98 9898 16bit x 8 bit
is= cmd 51(Q) addr fc000040 is= 0000 5151
fwc addr fc000000 cmd f0 00f0 16bit x 16 bit
fwc addr fc000000 cmd ff 00ff 16bit x 16 bit
fwc addr fc0000aa cmd 98 0098 16bit x 16 bit
is= cmd 51(Q) addr fc000020 is= 3137 0051
fwc addr fc000000 cmd f0 00f0 16bit x 16 bit
fwc addr fc000000 cmd ff 00ff 16bit x 16 bit
fwc addr fc000554 cmd 98 0098 16bit x 16 bit
is= cmd 51(Q) addr fc000020 is= 0000 0051
fwc addr fc000000 cmd f0 f0f0f0f0 32bit x 8 bit
fwc addr fc000000 cmd ff ffffffff 32bit x 8 bit
fwc addr fc0002a8 cmd 98 98989898 32bit x 8 bit
is= cmd 51(Q) addr fc000080 is= 00000000 51515151
fwc addr fc000000 cmd f0 f0f0f0f0 32bit x 8 bit
fwc addr fc000000 cmd ff ffffffff 32bit x 8 bit
fwc addr fc001550 cmd 98 98989898 32bit x 8 bit
is= cmd 51(Q) addr fc000080 is= 00000000 51515151
fwc addr fc000000 cmd f0 00f000f0 32bit x 16 bit
fwc addr fc000000 cmd ff 00ff00ff 32bit x 16 bit
fwc addr fc000150 cmd 98 00980098 32bit x 16 bit
is= cmd 51(Q) addr fc000040 is= 00000000 00510051
fwc addr fc000000 cmd f0 00f000f0 32bit x 16 bit
fwc addr fc000000 cmd ff 00ff00ff 32bit x 16 bit
fwc addr fc000aa8 cmd 98 00980098 32bit x 16 bit
is= cmd 51(Q) addr fc000040 is= 00000000 00510051
fwc addr fc000000 cmd f0 000000f0 32bit x 32 bit
fwc addr fc000000 cmd ff 000000ff 32bit x 32 bit
fwc addr fc0000a8 cmd 98 00000098 32bit x 32 bit
is= cmd 51(Q) addr fc000020 is= 31373a33 00000051
fwc addr fc000000 cmd f0 000000f0 32bit x 32 bit
fwc addr fc000000 cmd ff 000000ff 32bit x 32 bit
fwc addr fc000550 cmd 98 00000098 32bit x 32 bit
is= cmd 51(Q) addr fc000020 is= 31373a33 00000051
fwrite addr fc000000 cmd f0 f0f0f0f0f0f0f0f0 64 bit x 8 bit
fwrite addr fc000000 cmd ff ffffffffffffffff 64 bit x 8 bit
fwrite addr fc000500 cmd 98 9898989898989898 64 bit x 8 bit
is= cmd 51(Q) addr fc000100 is= 380000003c20ffff 5151515151515151
fwrite addr fc000000 cmd f0 f0f0f0f0f0f0f0f0 64 bit x 8 bit
fwrite addr fc000000 cmd ff ffffffffffffffff 64 bit x 8 bit
fwrite addr fc002a80 cmd 98 9898989898989898 64 bit x 8 bit
is= cmd 51(Q) addr fc000100 is= 380000003c20ffff 5151515151515151
fwrite addr fc000000 cmd f0 00f000f000f000f0 64 bit x 16 bit
fwrite addr fc000000 cmd ff 00ff00ff00ff00ff 64 bit x 16 bit
fwrite addr fc000280 cmd 98 0098009800980098 64 bit x 16 bit
is= cmd 51(Q) addr fc000080 is= 0000000000000000 0051005100510051
fwrite addr fc000000 cmd f0 00f000f000f000f0 64 bit x 16 bit
fwrite addr fc000000 cmd ff 00ff00ff00ff00ff 64 bit x 16 bit
fwrite addr fc001500 cmd 98 0098009800980098 64 bit x 16 bit
is= cmd 51(Q) addr fc000080 is= 0000000000000000 0051005100510051
fwrite addr fc000000 cmd f0 000000f0000000f0 64 bit x 32 bit
fwrite addr fc000000 cmd ff 000000ff000000ff 64 bit x 32 bit
fwrite addr fc000100 cmd 98 0000009800000098 64 bit x 32 bit
is= cmd 51(Q) addr fc000000 is= 27051956552d426f 0000005100000051
fwrite addr fc000000 cmd f0 000000f0000000f0 64 bit x 32 bit
fwrite addr fc000000 cmd ff 000000ff000000ff 64 bit x 32 bit
fwrite addr fc000a80 cmd 98 0000009800000098 64 bit x 32 bit
is= cmd 51(Q) addr fc000000 is= 27051956552d426f 0000005100000051
fwrite addr fc000000 cmd f0 00000000000000f0 64 bit x 64 bit
fwrite addr fc000000 cmd ff 00000000000000ff 64 bit x 64 bit
fwrite addr fc000080 cmd 98 0000000000000098 64 bit x 64 bit
is= cmd 51(Q) addr fc000000 is= 27051956552d426f 0000000000000051
fwrite addr fc000000 cmd f0 00000000000000f0 64 bit x 64 bit
fwrite addr fc000000 cmd ff 00000000000000ff 64 bit x 64 bit
fwrite addr fc000500 cmd 98 0000000000000098 64 bit x 64 bit
is= cmd 51(Q) addr fc000000 is= 27051956552d426f 0000000000000051
not found
## cfi_flash.c[2460]
## cfi_flash.c[2462]
*** failed ***
### ERROR ### Please RESET the board ###


After reverting the commit (and no other changes), I get:

...
I2C:   ready
DRAM:  128 MiB
Flash: 128 MiB
L2:    256 KB enabled
...

and "flinfo" reports:

=> fli

Bank # 1: CFI conformant flash (32 x 16)  Size: 64 MB in 512 Sectors
  AMD Standard command set, Manufacturer ID: 0x01, Device ID: 0x227E1201
  Erase timeout: 16384 ms, write timeout: 1 ms
  Buffer write timeout: 5 ms, buffer size: 32 bytes

  Sector Start Addresses:
  F8000000        F8020000 E      F8040000 E      F8060000 E      F8080000 E    
  F80A0000 E      F80C0000 E      F80E0000 E      F8100000 E      F8120000 E    
...
Bank # 2: CFI conformant flash (32 x 16)  Size: 64 MB in 512 Sectors
  AMD Standard command set, Manufacturer ID: 0x01, Device ID: 0x227E1201
  Erase timeout: 16384 ms, write timeout: 1 ms
  Buffer write timeout: 5 ms, buffer size: 32 bytes

  Sector Start Addresses:
  FC000000        FC020000        FC040000 E      FC060000 E      FC080000 E    
  FC0A0000 E      FC0C0000 E      FC0E0000 E      FC100000 E      FC120000 E    
  FC140000 E      FC160000 E      FC180000 E      FC1A0000 E      FC1C0000 E    
  FC1E0000 E      FC200000 E      FC220000 E      FC240000 E      FC260000 E    
...

I think for the release it is best to revert the patch, to have
working, stable code again, and then analyze the cause of the prolem
and develop a fix.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Lispers are among  the  best  grads  of  the  Sweep-It-Under-Someone-
Else's-Carpet  School of Simulated Simplicity. [Was that sufficiently
incendiary? :-)]  - Larry Wall in <1992Jan10.201804.11926@netlabs.com

^ 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
  2013-04-12  9:35   ` Wolfgang Denk
  0 siblings, 1 reply; 61+ messages in thread
From: Tom Rini @ 2013-04-05 16:28 UTC (permalink / raw)
  To: u-boot

On Thu, Apr 04, 2013 at 07:10:05AM +0200, Stefan Roese wrote:

> 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(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130405/bf2957fe/attachment.pgp>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2013-04-02 18:17 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 02, 2013 at 04:41:24PM +0200, Stefan Roese wrote:

> 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(-)

Configuring for qemu_mips64 - Board: qemu-mips64, Options: SYS_BIG_ENDIAN
   text    data     bss     dec     hex filename
 215344   13082  218720  447146   6d2aa qemu_mips64/u-boot
cfi_flash.c: In function 'flash_map':
cfi_flash.c:217:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]

A patch on top to fix this warning is fine (and the ELDK MIPS toolchain
is also fine for qemu_mips64).

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130402/bb6c9afc/attachment.pgp>

^ 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, 0 replies; 61+ messages in thread
From: Tom Rini @ 2013-01-10 21:44 UTC (permalink / raw)
  To: u-boot

On Thu, Jan 10, 2013 at 03:37:30PM +0100, Stefan Roese wrote:

> 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(-)

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130110/c2f53c14/attachment.pgp>

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2012-09-03 19:23 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <50447BD9.3030800@denx.de> you wrote:
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The people of Gideon have always believed that life is  sacred.  That
the  love  of  life  is  the  greatest  gift  ... We are incapable of
destroying or interfering with the creation of that which we love  so
deeply -- life in every form from fetus to developed being.
	-- Hodin of Gideon, "The Mark of Gideon", stardate 5423.4

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2012-08-13 19:39 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <5028F978.3040609@roese.nl> you wrote:
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The more we disagree, the more chance there is that at least  one  of
us is right.

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2012-03-23 20:59 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201203211628.51225.sr@denx.de> you wrote:
> 
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
When a child is taught ... its programmed with simple instructions --
and at some point, if its mind develops properly, it exceeds the  sum
of what it was taught, thinks independently.
	-- Dr. Richard Daystrom, "The Ultimate Computer",
	   stardate 4731.3.

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2011-03-31  7:01 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201103281934.20704.sr@denx.de> you wrote:
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Another war ... must it always be so?  How many comrades have we lost
in this way? ...  Obedience.  Duty.  Death, and more death ...
	-- Romulan Commander, "Balance of Terror", stardate 1709.2

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2010-10-12 18:50 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201010120901.57611.sr@denx.de> you wrote:
> 
>   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(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Conscious is when you are aware of something, and conscience is  when
you wish you weren't.

^ 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-13  7:36   ` Stefan Roese
@ 2010-08-13 10:10     ` Wolfgang Denk
  0 siblings, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2010-08-13 10:10 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201008130936.19599.sr@denx.de> you wrote:
> 
> On Thursday 12 August 2010 23:04:55 Wolfgang Denk wrote:
> > > Kim Phillips (1):
> > >       cfi_flash: flinfo: allow user interrupt in flash print info fn
> > 
> > Sorry, this patch got a NAK from me. The code needs fixing (actually
> > the existing code should be fixed first, then Kim can add his patch).
> 
> Would you accept an add-on patch that fixes this issue (I already have such a 
> patch here). I just spotted a minor formatting problem with Kim's patch which 
> I'm fixing in my add-on patch as well.

Yes, that's OK with me.

> Just let me know and I'll send the add-on patch to the list.

Thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Gew?hnlich glaubt der Mensch,  wenn er nur Worte h?rt,  es m?sse sich
dabei doch auch was denken lassen.                 -- Goethe, Faust I

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

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

Hi Wolfgang,

On Thursday 12 August 2010 23:04:55 Wolfgang Denk wrote:
> > Kim Phillips (1):
> >       cfi_flash: flinfo: allow user interrupt in flash print info fn
> 
> Sorry, this patch got a NAK from me. The code needs fixing (actually
> the existing code should be fixed first, then Kim can add his patch).

Would you accept an add-on patch that fixes this issue (I already have such a 
patch here). I just spotted a minor formatting problem with Kim's patch which 
I'm fixing in my add-on patch as well.

Just let me know and I'll send the add-on patch to the list.

Cheers,
Stefan

--
DENX Software Engineering GmbH,      MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich,  Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-0 Fax: (+49)-8142-66989-80 Email: office at denx.de

^ 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
  2010-08-13  7:36   ` Stefan Roese
  0 siblings, 1 reply; 61+ messages in thread
From: Wolfgang Denk @ 2010-08-12 21:04 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201008121405.39634.sr@denx.de> you wrote:
> 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

Sorry, this patch got a NAK from me. The code needs fixing (actually
the existing code should be fixed first, then Kim can add his patch).



Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Don't worry about people stealing your ideas. If your ideas are  any
good, you'll have to ram them down people's throats."  - Howard Aiken

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2010-04-07 22:26 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201004071135.34297.sr@denx.de> you wrote:
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Time is fluid ... like a river with currents, eddies, backwash.
	-- Spock, "The City on the Edge of Forever", stardate 3134.0

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2010-03-27 23:11 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201003250947.59296.sr@denx.de> you wrote:
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Committee, n.:  A group of men who individually can do nothing but as
a group decide that nothing can be done.                 - Fred Allen

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2010-02-03 19:21 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201002020915.35862.sr@denx.de> you wrote:
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Faith: not *wanting* to know what is true."    - Friedrich Nietzsche

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2009-11-17 21:36 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <200911171617.27530.sr@denx.de> you wrote:
> 
> 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):

???????????????????  What's this?

Sorry, but see here:

	commit 771244db3f43b18ee229cffa70449b70b53294ef
	Author: ?<9D>??<8A>??<98><84> <rhee4j1@gmail.com>
	--------^^^^^^^^^^^^^^^^^^^^^

Not pulled.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
It's certainly  convenient  the  way  the  crime  (or  condition)  of
stupidity   carries   with   it  its  own  punishment,  automatically
admisistered without remorse, pity, or prejudice. :-)
         -- Tom Christiansen in <559seq$ag1$1@csnews.cs.colorado.edu>

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2009-10-28 20:53 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <200910281140.07642.sr@denx.de> you wrote:
> 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

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
I realize that command does have its fascination, even under  circum-
stances such as these, but I neither enjoy the idea of command nor am
I  frightened  of  it. It simply exists, and I will do whatever logi-
cally needs to be done.
	-- Spock, "The Galileo Seven", stardate 2812.7

^ 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, 0 replies; 61+ messages in thread
From: Wolfgang Denk @ 2009-08-13 18:52 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <200908130938.18000.sr@denx.de> you wrote:
> 
> 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(-)

Done, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Just think of a computer as hardware you can program."
- Nigel de la Tierre

^ 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 --
2018-04-16 11:25 [U-Boot] Please pull u-boot-cfi-flash/master Stefan Roese
2018-04-16 16:43 ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2018-01-29 12:35 Stefan Roese
2018-01-29 16:55 ` Tom Rini
2017-12-04  6:44 Stefan Roese
2017-12-04 18:36 ` 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.