All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Please pull u-boot-cfi-flash/next
@ 2010-09-16 14:20 Stefan Roese
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Roese @ 2010-09-16 14:20 UTC (permalink / raw)
  To: u-boot

The following changes since commit 55340878385db4c87b89b147d3197a46e25b03ef:

  Merge branch 'master' into next (2010-09-13 13:16:34 +0200)

are available in the git repository at:

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

Stefan Roese (4):
      cfi_flash: Simplify flash_get_info()
      cfi_flash: Add weak default for cfi_flash_bank_addr()
      cfi_flash: Simplify dynamic flash bank number detection
      cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECT

 board/esd/apc405/apc405.c   |    6 ++----
 board/tqc/tqm834x/tqm834x.c |   12 +++++-------
 common/cmd_bootm.c          |    1 +
 common/cmd_flash.c          |   10 ++--------
 common/flash.c              |    1 +
 drivers/mtd/cfi_flash.c     |   32 +++++++++++++++-----------------
 drivers/mtd/cfi_mtd.c       |   10 +---------
 include/configs/APC405.h    |    6 ------
 include/configs/IDS8247.h   |    3 +--
 include/configs/TQM834x.h   |    4 ----
 include/flash.h             |    2 ++
 include/mtd/cfi_flash.h     |   18 ++++++++++++++++++
 12 files changed, 48 insertions(+), 57 deletions(-)

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

* [U-Boot] Please pull u-boot-cfi-flash/next
  2010-12-17 10:17 Stefan Roese
@ 2010-12-17 19:12 ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2010-12-17 19:12 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201012171117.45326.sr@denx.de> you wrote:
> Hi Wolfgang,
> 
> The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:
> 
>   powerpc/nand spl: link libgcc (2010-12-16 23:19:14 +0100)
> 
> are available in the git repository at:
>   git://www.denx.de/git/u-boot-cfi-flash.git next
> 
> Stefan Roese (3):
>       cfi_flash: Fix problems with status/id read mode
>       cfi_flash: Use flash_read32() in sector_erased()
>       cfi_flash: Add optional config register write to cfi-detection
> 
>  drivers/mtd/cfi_flash.c |   61 ++++++++++++++++++++++++++++++++++++++++++++--
>  include/mtd/cfi_flash.h |    2 +
>  2 files changed, 60 insertions(+), 3 deletions(-)

Applied to "next", 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
"We Americans, we're a simple people... but piss us  off,  and  we'll
bomb your cities."           - Robin Williams, _Good Morning Vietnam_

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

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

Hi Wolfgang,

The following changes since commit 97a85b223ab316d11f3a374fecc5d449a1c8a694:

  powerpc/nand spl: link libgcc (2010-12-16 23:19:14 +0100)

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

Stefan Roese (3):
      cfi_flash: Fix problems with status/id read mode
      cfi_flash: Use flash_read32() in sector_erased()
      cfi_flash: Add optional config register write to cfi-detection

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

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

* [U-Boot] Please pull u-boot-cfi-flash/next
  2010-03-25  8:44 Stefan Roese
@ 2010-03-27 23:09 ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2010-03-27 23:09 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <201003250944.01994.sr@denx.de> you wrote:
> The following changes since commit 859500a2be94bfa77a845b9c8a4c499587035fd5:
>   Wolfgang Denk (1):
>         Merge remote branch 'origin/master' into next
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git next
> 
> Thomas Chou (1):
>       cfi flash: add status polling method for amd flash
> 
>  drivers/mtd/cfi_flash.c |   95 +++++++++++++++++++++++++++++++++++++++++++----
>  1 files changed, 87 insertions(+), 8 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 speed of time is one second per second.

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

* [U-Boot] Please pull u-boot-cfi-flash/next
@ 2010-03-25  8:44 Stefan Roese
  2010-03-27 23:09 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Roese @ 2010-03-25  8:44 UTC (permalink / raw)
  To: u-boot

The following changes since commit 859500a2be94bfa77a845b9c8a4c499587035fd5:
  Wolfgang Denk (1):
        Merge remote branch 'origin/master' into next

are available in the git repository at:

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

Thomas Chou (1):
      cfi flash: add status polling method for amd flash

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

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

* [U-Boot] Please pull u-boot-cfi-flash/next
  2009-08-26  7:11 Stefan Roese
@ 2009-08-26 19:28 ` Wolfgang Denk
  0 siblings, 0 replies; 7+ messages in thread
From: Wolfgang Denk @ 2009-08-26 19:28 UTC (permalink / raw)
  To: u-boot

Dear Stefan Roese,

In message <200908260911.36968.sr@denx.de> you wrote:
> The following changes since commit d3870bd2d832ea2048b7cb2bbb9d642585b137cf:
>   Wolfgang Denk (1):
>         Merge branch 'next' of git://git.denx.de/u-boot-net into next
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-cfi-flash.git next
> 
> Niklaus Giger (1):
>       Support up to 7 banks for ids as specified in JEDEC JEP106Z
> 
>  drivers/mtd/cfi_flash.c   |   15 +++++++++-
>  drivers/mtd/jedec_flash.c |   67 
> +++++++++++++++++++++++++++++++++++++++++++++
>  include/flash.h           |   10 ++++++-
>  3 files changed, 89 insertions(+), 3 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
"You know, after a woman's raised a family and so on,  she  wants  to
start living her own life."   "Whose life she's _been_ living, then?"
                                  - Terry Pratchett, _Witches Abroad_

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

* [U-Boot] Please pull u-boot-cfi-flash/next
@ 2009-08-26  7:11 Stefan Roese
  2009-08-26 19:28 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Roese @ 2009-08-26  7:11 UTC (permalink / raw)
  To: u-boot

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

are available in the git repository at:

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

Niklaus Giger (1):
      Support up to 7 banks for ids as specified in JEDEC JEP106Z

 drivers/mtd/cfi_flash.c   |   15 +++++++++-
 drivers/mtd/jedec_flash.c |   67 
+++++++++++++++++++++++++++++++++++++++++++++
 include/flash.h           |   10 ++++++-
 3 files changed, 89 insertions(+), 3 deletions(-)

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

end of thread, other threads:[~2010-12-17 19:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-16 14:20 [U-Boot] Please pull u-boot-cfi-flash/next Stefan Roese
  -- strict thread matches above, loose matches on Subject: below --
2010-12-17 10:17 Stefan Roese
2010-12-17 19:12 ` Wolfgang Denk
2010-03-25  8:44 Stefan Roese
2010-03-27 23:09 ` Wolfgang Denk
2009-08-26  7:11 Stefan Roese
2009-08-26 19:28 ` 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.