summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/cfi_flash.c
Commit message (Expand)AuthorAgeFilesLines
...
* cfi-mtd: Add cfi-mtd driver.Piotr Ziecik2008-11-241-0/+5
* cfi_flash: Add interface for flash verbosity controlPiotr Ziecik2008-11-241-11/+22
* cfi_flash: Export flash_sector_size() function.Piotr Ziecik2008-11-241-2/+0
* cfi_flash: Make all flash access functions weakStefan Roese2008-11-241-7/+25
* CFI Driver: Fix "flash not ready" problemWolfgang Denk2008-10-311-1/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-51/+51
* CFI: cfi_flash write fix for AMD legacyEd Swarthout2008-10-131-3/+5
* cfi_flash: do not reset flash when probe failsMike Frysinger2008-10-021-1/+2
* rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD2008-09-101-8/+8
* rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2008-09-101-2/+2
* Fix printf errors under -DDEBUGAndrew Klossner2008-09-091-1/+1
* CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()Nick Spence2008-08-201-0/+1
* CFI: Fix AMD Legacy sector protectTsiChung Liew2008-08-201-3/+9
* Merge branch 'master' of /home/stefan/git/u-boot/u-boot into nextStefan Roese2008-08-141-9/+8
|\
| * drivers/mtd: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-3/+0
| * CFI: allow for dynamically determined flash sizes and addressesWolfgang Denk2008-08-081-6/+8
* | cfi-flash: Added support to flash_real_protect for Atmel flash devicesRafael Campos2008-08-061-6/+43
|/
* cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATASebastian Siewior2008-07-171-1/+4
* cfi_flash: make the command u32 onlySebastian Siewior2008-07-151-4/+4
* cfi-flash: Fix problem in flash_toggle(), busy was not detected reliablyStefan Roese2008-06-191-8/+4
* Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk2008-06-111-7/+34
|\
| * cfi_flash: enable M18 flash chips family support.Vasiliy Leoenenko2008-06-031-2/+21
| * cfi_flash: support of long cmd in U-boot.Vasiliy Leoenenko2008-06-031-7/+15
* | Fix warnings from gcc-4.3.0 build on a ppc hostKumar Gala2008-06-031-0/+2
|/
* cfi-flash: Add CFG_FLASH_AUTOPROTECT_LISTMatthias Fuchs2008-04-251-0/+17
* cfi_flash: Support buffered writes on non-standard Spansion NOR flashGuennadi Liakhovetski2008-04-121-30/+16
* MTD/CFI: flash_read64 is defined a weak function (for SPARC)Daniel Hellstrom2008-03-291-1/+3
* MTD/CFI: Add support for 16bit legacy AMD flashTor Krill2008-03-281-9/+35
* CFI: Small cleanup for FLASH_SHOW_PROGRESSStefan Roese2008-03-191-13/+9
* Flash programming progress countdown.Jerry Van Baren2008-03-191-1/+43
* CFI: Do not use uninitialized cmd_resetMichael Schwingen2008-02-211-1/+6
* CFI: Fix CONFIG_FLASH_CFI_LEGACY compilationMichael Schwingen2008-01-131-2/+2
* cfi_flash: Fix bug in flash_isset() to use correct 32bit functionStefan Roese2008-01-021-1/+1
* cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()Stefan Roese2007-12-271-1/+51
* cfi_flash: Add manufacturer-specific fixupsHaavard Skinnemoen2007-12-171-14/+53
* cfi_flash: Add cmdset-specific init functionsHaavard Skinnemoen2007-12-171-63/+111
* cfi_flash: Read whole QRY structure in one goHaavard Skinnemoen2007-12-171-86/+90
* cfi_flash: Use map_physmem() and unmap_physmem()Haavard Skinnemoen2007-12-131-60/+109
* cfi_flash: Introduce read and write accessorsHaavard Skinnemoen2007-12-131-78/+127
* cfi_flash: Reorder functions and eliminate extra prototypesHaavard Skinnemoen2007-12-131-687/+656
* cfi_flash: Make some needlessly global functions staticHaavard Skinnemoen2007-12-131-7/+9
* cfi_flash: Break long linesHaavard Skinnemoen2007-12-131-115/+189
* CFI: synchronize command offsets with Linux CFI driverBartlomiej Sieka2007-12-131-3/+20
* CFI: support JEDEC flash roms in CFI-flash frameworkMichael Schwingen2007-12-081-12/+98
* drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+1528
OpenPOWER on IntegriCloud