public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] cfi_flash: A bit of cleanup and code simplification
@ 2010-08-31 11:33 Stefan Roese
  2010-09-16 14:18 ` Stefan Roese
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Roese @ 2010-08-31 11:33 UTC (permalink / raw)
  To: u-boot

Hi,

following are a few patches with minor code clean-up and simplification for 
the cfi_flash driver. Especially the usage of 
CONFIG_SYS_MAX_FLASH_BANKS_DETECT to support dynamic flash bank number 
detection is reworked a bit. Additionally, now the flash base address list can 
be dynamically changed if needed as well.

Here the shortlog:

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

As you can see, these patches touch non-cfi related files too. If nobody 
objects, I'll collect these patches in my cfi-flash repository for the next 
merge window.

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] 5+ messages in thread

end of thread, other threads:[~2010-09-16 15:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-31 11:33 [U-Boot] [PATCH 0/4] cfi_flash: A bit of cleanup and code simplification Stefan Roese
2010-09-16 14:18 ` Stefan Roese
2010-09-16 14:21   ` Rogan Dawes
2010-09-16 15:10     ` Stefan Roese
2010-09-16 15:12       ` Rogan Dawes

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