
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@denx.de =====================================================================