public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2007-08-14 14:39   ` Stefan Roese
@ 2007-12-17 14:56     ` Stefan Roese
  2007-12-26 23:09       ` Wolfgang Denk
  2007-12-31  6:36       ` Stefan Roese
  0 siblings, 2 replies; 25+ messages in thread
From: Stefan Roese @ 2007-12-17 14:56 UTC (permalink / raw)
  To: u-boot

Hi Wolfgang,

The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
  Wolfgang Denk (1):
        Release v1.3.1

are available in the git repository at:

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

Bartlomiej Sieka (1):
      CFI: synchronize command offsets with Linux CFI driver

Haavard Skinnemoen (10):
      cfi_flash: Break long lines
      cfi_flash: Make some needlessly global functions static
      cfi_flash: Reorder functions and eliminate extra prototypes
      Implement __raw_{read,write}[bwl] on all architectures
      cfi_flash: Introduce read and write accessors
      Introduce map_physmem() and unmap_physmem()
      cfi_flash: Use map_physmem() and unmap_physmem()
      cfi_flash: Read whole QRY structure in one go
      cfi_flash: Add cmdset-specific init functions
      cfi_flash: Add manufacturer-specific fixups

Michael Schwingen (1):
      CFI: support JEDEC flash roms in CFI-flash framework

Stefan Roese (1):
      CFI: Coding style cleanup

 drivers/mtd/Makefile        |    1 +
 drivers/mtd/cfi_flash.c     | 1907 +++++++++++++++++++++++++------------------
 drivers/mtd/jedec_flash.c   |  311 +++++++
 include/asm-arm/io.h        |   26 +
 include/asm-avr32/io.h      |   32 +
 include/asm-blackfin/io.h   |   26 +
 include/asm-i386/io.h       |   26 +
 include/asm-m68k/io.h       |   41 +
 include/asm-microblaze/io.h |   26 +
 include/asm-mips/io.h       |   26 +
 include/asm-nios/io.h       |   34 +
 include/asm-nios2/io.h      |   34 +
 include/asm-ppc/io.h        |   58 ++-
 include/flash.h             |   11 +
 14 files changed, 1773 insertions(+), 786 deletions(-)
 create mode 100644 drivers/mtd/jedec_flash.c


Best regards,
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] 25+ messages in thread

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2007-12-17 14:56     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
@ 2007-12-26 23:09       ` Wolfgang Denk
  2007-12-31  6:36       ` Stefan Roese
  1 sibling, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2007-12-26 23:09 UTC (permalink / raw)
  To: u-boot

Dear Stefan,

in message <200712171556.28716.sr@denx.de> you wrote:
> 
> The following changes since commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2:
>   Wolfgang Denk (1):
>         Release v1.3.1
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master

Done.

Note that the new, updated code still shows some old issues. See next
posting for details.

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
Memories of you remind me of you.                   - Karl Lehenbauer

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2007-12-17 14:56     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
  2007-12-26 23:09       ` Wolfgang Denk
@ 2007-12-31  6:36       ` Stefan Roese
  2008-01-02 11:40         ` Wolfgang Denk
  1 sibling, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2007-12-31  6:36 UTC (permalink / raw)
  To: u-boot

The following changes since commit 0dcfe3a225a9436fc514f374a19242c672f1172b:
  Wolfgang Denk (1):
        Merge branch 'master' of /home/wd/git/u-boot/custodians

are available in the git repository at:

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

Stefan Roese (1):
      cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()

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

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2007-12-31  6:36       ` Stefan Roese
@ 2008-01-02 11:40         ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-01-02 11:40 UTC (permalink / raw)
  To: u-boot

In message <200712310736.09082.sr@denx.de> you wrote:
> The following changes since commit 0dcfe3a225a9436fc514f374a19242c672f1172b:
>   Wolfgang Denk (1):
>         Merge branch 'master' of /home/wd/git/u-boot/custodians
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master

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
How many QA engineers does it take to screw in a lightbulb? 3:  1  to
screw it in and 2 to say "I told you so" when it doesn't work.

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-01-11 15:14   ` Stefan Roese
@ 2008-01-13 14:11     ` Stefan Roese
  2008-01-13 15:53       ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-01-13 14:11 UTC (permalink / raw)
  To: u-boot

The following changes since commit 8d79953d03e6c5b24215609997dafe4daa623cd6:
  Stefan Roese (1):
        Merge branch 'master' of /home/stefan/git/u-boot/u-boot

are available in the git repository at:

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

Michael Schwingen (1):
      CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation

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

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-01-13 14:11     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
@ 2008-01-13 15:53       ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-01-13 15:53 UTC (permalink / raw)
  To: u-boot

In message <200801131511.46692.sr@denx.de> you wrote:
> The following changes since commit 8d79953d03e6c5b24215609997dafe4daa623cd6:
>   Stefan Roese (1):
>         Merge branch 'master' of /home/stefan/git/u-boot/u-boot
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Michael Schwingen (1):
>       CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation

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
When it is incorrect, it is, at least *authoritatively* incorrect.
                                    - Hitchiker's Guide To The Galaxy

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-02-16  6:11   ` Stefan Roese
@ 2008-02-21 16:19     ` Stefan Roese
  2008-02-22 12:02       ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-02-21 16:19 UTC (permalink / raw)
  To: u-boot

The following changes since commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6:
  Yuri Tikhonov (1):
        Fix CPU POST test failure

are available in the git repository at:

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

Michael Schwingen (1):
      CFI: Do not use uninitialized cmd_reset

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

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-02-21 16:19     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
@ 2008-02-22 12:02       ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-02-22 12:02 UTC (permalink / raw)
  To: u-boot

In message <200802211719.46425.sr@denx.de> you wrote:
> The following changes since commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6:
>   Yuri Tikhonov (1):
>         Fix CPU POST test failure
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Michael Schwingen (1):
>       CFI: Do not use uninitialized cmd_reset
> 
>  drivers/mtd/cfi_flash.c |    7 ++++++-
>  1 files changed, 6 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
Our business is run on trust.  We trust you will pay in advance.

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-03-15  7:00   ` Stefan Roese
@ 2008-03-19 12:46     ` Stefan Roese
  2008-03-22 23:53       ` Wolfgang Denk
  2008-03-27 10:30     ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
  1 sibling, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-03-19 12:46 UTC (permalink / raw)
  To: u-boot

The following changes since commit 23e20aa6488e6c0622496549861bfdc74108debe:
  Yuri Tikhonov (1):
        lwmon5: Fix register test logic to match the specific GDC h/w.

are available in the git repository at:

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

Jerry Van Baren (1):
      Flash programming progress countdown.

Stefan Roese (1):
      CFI: Small cleanup for FLASH_SHOW_PROGRESS

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

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-03-19 12:46     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
@ 2008-03-22 23:53       ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-03-22 23:53 UTC (permalink / raw)
  To: u-boot

In message <200803191346.44756.sr@denx.de> you wrote:
> The following changes since commit 23e20aa6488e6c0622496549861bfdc74108debe:
>   Yuri Tikhonov (1):
>         lwmon5: Fix register test logic to match the specific GDC h/w.
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Jerry Van Baren (1):
>       Flash programming progress countdown.
> 
> Stefan Roese (1):
>       CFI: Small cleanup for FLASH_SHOW_PROGRESS

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
FORTRAN? The syntactically incorrect statement "DO 10 I = 1.10"  will
parse  and  generate  code  creating  a  variable, DO10I, as follows:
"DO10I = 1.10" If that doesn't terrify you, it should.

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-03-27 10:30     ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
@ 2008-03-29  5:21       ` Stefan Roese
  2008-03-29  5:54         ` Stefan Roese
  0 siblings, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-03-29  5:21 UTC (permalink / raw)
  To: u-boot

The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82:
  Bartlomiej Sieka (1):
        Fix host tool build breakage, take two

are available in the git repository at:

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

Tor Krill (1):
      MTD/CFI: Add support for 16bit legacy AMD flash

 drivers/mtd/cfi_flash.c   |   44 +++++++++++++++++++++++++++++++++++---------
 drivers/mtd/jedec_flash.c |   19 +++++++++++++++++++
 2 files changed, 54 insertions(+), 9 deletions(-)

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-03-29  5:21       ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
@ 2008-03-29  5:54         ` Stefan Roese
  2008-04-07 21:56           ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-03-29  5:54 UTC (permalink / raw)
  To: u-boot

The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82:
  Bartlomiej Sieka (1):
        Fix host tool build breakage, take two

are available in the git repository at:

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

Daniel Hellstrom (1):
      MTD/CFI: flash_read64 is defined a weak function (for SPARC)

Tor Krill (1):
      MTD/CFI: Add support for 16bit legacy AMD flash

 drivers/mtd/cfi_flash.c   |   48 +++++++++++++++++++++++++++++++++++---------
 drivers/mtd/jedec_flash.c |   19 +++++++++++++++++
 2 files changed, 57 insertions(+), 10 deletions(-)

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-03-29  5:54         ` Stefan Roese
@ 2008-04-07 21:56           ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-04-07 21:56 UTC (permalink / raw)
  To: u-boot

In message <200803290654.45312.sr@denx.de> you wrote:
> The following changes since commit 74d1e66d22dac91388bc538b2fe19f735edc5b82:
>   Bartlomiej Sieka (1):
>         Fix host tool build breakage, take two
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Daniel Hellstrom (1):
>       MTD/CFI: flash_read64 is defined a weak function (for SPARC)
> 
> Tor Krill (1):
>       MTD/CFI: Add support for 16bit legacy AMD flash
> 
>  drivers/mtd/cfi_flash.c   |   48 +++++++++++++++++++++++++++++++++++---------
>  drivers/mtd/jedec_flash.c |   19 +++++++++++++++++
>  2 files changed, 57 insertions(+), 10 deletions(-)

Merged, 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
"'Tis true, 'tis pity, and pity 'tis 'tis true."
    - Poloniouius, in Willie the Shake's _Hamlet, Prince of Darkness_

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-04-11 14:49   ` Stefan Roese
@ 2008-04-12  7:02     ` Stefan Roese
  2008-04-13 17:18       ` Wolfgang Denk
  2008-04-25 13:55       ` Stefan Roese
  0 siblings, 2 replies; 25+ messages in thread
From: Stefan Roese @ 2008-04-12  7:02 UTC (permalink / raw)
  To: u-boot

The following changes since commit 950a392464e616b4590bc4501be46e2d7d162dea:
  Wolfgang Denk (1):
        Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:

are available in the git repository at:

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

Guennadi Liakhovetski (1):
      cfi_flash: Support buffered writes on non-standard Spansion NOR flash

 README                  |    7 +++++++
 drivers/mtd/cfi_flash.c |   46 ++++++++++++++++------------------------------
 2 files changed, 23 insertions(+), 30 deletions(-)

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-04-12  7:02     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
@ 2008-04-13 17:18       ` Wolfgang Denk
  2008-04-25 13:55       ` Stefan Roese
  1 sibling, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-04-13 17:18 UTC (permalink / raw)
  To: u-boot

In message <200804120902.15311.sr@denx.de> you wrote:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Guennadi Liakhovetski (1):
>       cfi_flash: Support buffered writes on non-standard Spansion NOR flash

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
There are no data that cannot be plotted on a straight  line  if  the
axis are chosen correctly.

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-04-12  7:02     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
  2008-04-13 17:18       ` Wolfgang Denk
@ 2008-04-25 13:55       ` Stefan Roese
  2008-04-25 22:07         ` Wolfgang Denk
  1 sibling, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-04-25 13:55 UTC (permalink / raw)
  To: u-boot

The following changes since commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848:
  Stefan Roese (1):
        ppc4xx: Remove double defines in lwmon5.h

are available in the git repository at:

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

Matthias Fuchs (1):
      cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST

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

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-04-25 13:55       ` Stefan Roese
@ 2008-04-25 22:07         ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-04-25 22:07 UTC (permalink / raw)
  To: u-boot

In message <200804251555.58837.sr@denx.de> you wrote:
> The following changes since commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848:
>   Stefan Roese (1):
>         ppc4xx: Remove double defines in lwmon5.h
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Matthias Fuchs (1):
>       cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
> 
>  drivers/mtd/cfi_flash.c |   17 +++++++++++++++++
>  1 files changed, 17 insertions(+), 0 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
He had quite a powerful intellect, but it  was  as  powerful  like  a
locomotive,  and  ran on rails and was therefore almost impossible to
steer.                          - Terry Pratchett, _Lords and Ladies_

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2008-06-03 19:08 Stefan Roese
  2008-06-11 20:24 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-06-03 19:08 UTC (permalink / raw)
  To: u-boot

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

are available in the git repository at:

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

Vasiliy Leoenenko (2):
      cfi_flash: support of long cmd in U-boot.
      cfi_flash: enable M18 flash chips family support.

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

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-06-03 19:08 Stefan Roese
@ 2008-06-11 20:24 ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-06-11 20:24 UTC (permalink / raw)
  To: u-boot

In message <200806032108.13279.sr@denx.de> you wrote:
> The following changes since commit 1f1554841a4c8e069d331176f0c3059fb2bb8280:
>   Wolfgang Denk (1):
>         Merge branch 'master' of /home/wd/git/u-boot/custodians
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Vasiliy Leoenenko (2):
>       cfi_flash: support of long cmd in U-boot.
>       cfi_flash: enable M18 flash chips family support.
> 
>  drivers/mtd/cfi_flash.c |   41 ++++++++++++++++++++++++++++++++++-------
>  1 files changed, 34 insertions(+), 7 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
Children begin by loving their parents. After a time they judge them.
Rarely, if ever, do they forgive them.                  - Oscar Wilde

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2008-06-19 13:13 Stefan Roese
  2008-06-19 20:58 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-06-19 13:13 UTC (permalink / raw)
  To: u-boot

The following changes since commit a94f22f08f280905926219e568568964cb9eeb9d:
  Andy Fleming (1):
        Fix build issue with string.h and linux/string.h

are available in the git repository at:

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

Stefan Roese (1):
      cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably

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

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-06-19 13:13 Stefan Roese
@ 2008-06-19 20:58 ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-06-19 20:58 UTC (permalink / raw)
  To: u-boot

In message <200806191513.13402.sr@denx.de> you wrote:
> The following changes since commit a94f22f08f280905926219e568568964cb9eeb9d:
>   Andy Fleming (1):
>         Fix build issue with string.h and linux/string.h
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Stefan Roese (1):
>       cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
> 
>  drivers/mtd/cfi_flash.c |   12 ++++--------
>  1 files changed, 4 insertions(+), 8 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
My challenge to the goto-less programmer  is  to  recode  tcp_input()
without any gotos ... without any loss of efficiency (there has to be
a catch).                                             - W. R. Stevens

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2008-07-08 13:38 Stefan Roese
  2008-07-09 21:24 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-07-08 13:38 UTC (permalink / raw)
  To: u-boot

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

are available in the git repository at:

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

Stefan Roese (1):
      jedec_flash: Fix AM29DL800BB device ID

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

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-07-08 13:38 [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
@ 2008-07-09 21:24 ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-07-09 21:24 UTC (permalink / raw)
  To: u-boot

In message <200807081538.14591.sr@denx.de> you wrote:
> The following changes since commit c956717ab25c962ef49d49064dfc73f4edcba1fb:
>   Wolfgang Denk (1):
>         Merge branch 'master' of /home/wd/git/u-boot/custodians
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Stefan Roese (1):
>       jedec_flash: Fix AM29DL800BB device ID
> 
>  drivers/mtd/jedec_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
If you can't beat it or corrupt it, you pretend it was your  idea  in
the first place.                 - Terry Pratchett, _Guards! Guards!_

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
@ 2008-07-17  9:47 Stefan Roese
  2008-07-20 20:55 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Stefan Roese @ 2008-07-17  9:47 UTC (permalink / raw)
  To: u-boot

The following changes since commit 699f05125509249072a0b865c8d35520d97cd501:
  Wolfgang Denk (1):
        Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile

are available in the git repository at:

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

Sebastian Siewior (1):
      cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA

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

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

* [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git
  2008-07-17  9:47 Stefan Roese
@ 2008-07-20 20:55 ` Wolfgang Denk
  0 siblings, 0 replies; 25+ messages in thread
From: Wolfgang Denk @ 2008-07-20 20:55 UTC (permalink / raw)
  To: u-boot

In message <200807171147.41106.sr@denx.de> you wrote:
> The following changes since commit 699f05125509249072a0b865c8d35520d97cd501:
>   Wolfgang Denk (1):
>         Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git master
> 
> Sebastian Siewior (1):
>       cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
> 
>  drivers/mtd/cfi_flash.c |    5 ++++-
>  1 files changed, 4 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
Even historians fail to learn from history -- they repeat the same
mistakes.
	-- John Gill, "Patterns of Force", stardate 2534.7

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

end of thread, other threads:[~2008-07-20 20:55 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-08 13:38 [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-07-09 21:24 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2008-07-17  9:47 Stefan Roese
2008-07-20 20:55 ` Wolfgang Denk
2008-06-19 13:13 Stefan Roese
2008-06-19 20:58 ` Wolfgang Denk
2008-06-03 19:08 Stefan Roese
2008-06-11 20:24 ` Wolfgang Denk
2007-04-23 12:32 [U-Boot-Users] [MPC82xx] Fixes for MPC8272 Wolfgang Denk
2007-08-02  6:47 ` [U-Boot-Users] [PPC4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2007-08-14 14:39   ` Stefan Roese
2007-12-17 14:56     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2007-12-26 23:09       ` Wolfgang Denk
2007-12-31  6:36       ` Stefan Roese
2008-01-02 11:40         ` Wolfgang Denk
2007-12-31  7:13 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-01-11 15:14   ` Stefan Roese
2008-01-13 14:11     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-01-13 15:53       ` Wolfgang Denk
2008-02-14 10:55 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-02-16  6:11   ` Stefan Roese
2008-02-21 16:19     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-02-22 12:02       ` Wolfgang Denk
2008-03-07  8:23 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-03-15  7:00   ` Stefan Roese
2008-03-19 12:46     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-03-22 23:53       ` Wolfgang Denk
2008-03-27 10:30     ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-03-29  5:21       ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-03-29  5:54         ` Stefan Roese
2008-04-07 21:56           ` Wolfgang Denk
2008-04-09 10:58 ` [U-Boot-Users] [ppc4xx] Please pull git://www.denx.de/git/u-boot-ppc4xx.git Stefan Roese
2008-04-11 14:49   ` Stefan Roese
2008-04-12  7:02     ` [U-Boot-Users] [cfi-flash] Please pull git://www.denx.de/git/u-boot-cfi-flash.git Stefan Roese
2008-04-13 17:18       ` Wolfgang Denk
2008-04-25 13:55       ` Stefan Roese
2008-04-25 22:07         ` Wolfgang Denk

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