aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/cfi_flash.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-03cfi: Make the flash erase and write operations abortableJoe Hershberger1-0/+11
2012-09-03cfi: Check for blank before eraseJoe Hershberger1-0/+26
2012-08-13mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashsHolger Brunck1-22/+43
2012-08-13cfi_flash: add support for Spansion flash PPB sector protectionAnatolij Gustschin1-0/+52
2012-03-21cfi: fix the incomplete erased status check in buffer writeTao Hou1-2/+2
2012-02-09* Fix: watchdog timed out, if flash blank (0xFF) blocksJens Scharsig (BuS Elektronik)1-0/+3
2011-10-27GCC4.6: Squash warning in cfi_flash.cMarek Vasut1-1/+1
2011-07-26Timer: Allow reset_timer() only for systems with low resolution timersGraeme Russ1-0/+4
2011-06-29cfi_flash: reverse geometry for newer STM partsMike Frysinger1-0/+4
2011-04-21cfi_flash driver - Add delay after reset commandAaron Williams1-0/+7
2011-04-21mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devicesHeiko Schocher1-2/+11
2011-04-21cfi_flash: reverse geometry for M29W800DT partsMike Frysinger1-3/+4
2011-04-13cfi_flash: Fix CONFIG_SYS_FLASH_AUTOPROTECT_LIST usagePeter Tyser1-6/+8
2011-04-07mtd, cfi: introduce void flash_protect_default(void)Heiko Schocher1-36/+41
2011-04-07cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) tooMario Schuknecht1-1/+2
2011-03-28cfi_flash: fix bug with flash banks with different sector numbersMartin Krause1-0/+5
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-2/+2
2011-01-09cfi_flash: avoid flash_verbose when possibleMike Frysinger1-0/+6
2010-12-17cfi_flash: Add optional config register write to cfi-detectionStefan Roese1-0/+43
2010-12-17cfi_flash: Use flash_read32() in sector_erased()Stefan Roese1-3/+3
2010-12-17cfi_flash: Fix problems with status/id read modeStefan Roese1-0/+12
2010-11-28cfi_flash: fix bug introduced while recent change to flash_get_size()Anatolij Gustschin1-3/+4
2010-10-23cfi_flash: handle 'chip size exceeds address window' situationIlya Yanok1-5/+23
2010-10-12cfi_flash: Fix "Unknown FLASH" error messageJohn Schmoller1-1/+1
2010-09-20cfi_flash: Simplify dynamic flash bank number detectionStefan Roese1-11/+4
2010-09-20cfi_flash: Add weak default for cfi_flash_bank_addr()Stefan Roese1-4/+9
2010-09-20cfi_flash: Simplify flash_get_info()Stefan Roese1-2/+2
2010-08-18Work around bug in Numonyx P33/P30 256-Mbit 65nm flash chips.Philippe De Muyter1-8/+25
2010-08-18cfi_flash: Cleanup flash_print_info()Stefan Roese1-24/+27
2010-08-18Fix printing & reading of 16-bit CFI device identifiersPhilippe De Muyter1-4/+7
2010-08-18cfi_flash: flinfo: allow user interrupt in flash print info fnKim Phillips1-0/+2
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-04-07cfi_flash: reset timer in flash status checkThomas Chou1-0/+2
2010-03-29Merge remote branch 'origin/master' into nextWolfgang Denk1-1/+4
2010-03-26cfi flash: add status polling method for amd flashThomas Chou1-7/+86
2010-03-25cfi_flash: precision and underflow problem in tout calculationRenato Andreola1-1/+4
2010-03-04] fix monitor protection for CONFIG_MONITOR_IS_IN_RAMWolfgang Wegner1-1/+2
2009-10-28cfi: Add weak default function for flash_cmd_reset()Stefan Roese1-133/+18
2009-08-26Support up to 7 banks for ids as specified in JEDEC JEP106ZNiklaus Giger1-2/+13
2009-08-13flash: Fix CFI buffer size bugJohn Schmoller1-1/+1
2009-07-13issue write command to base for JEDEC flashPo-Yu Chuang1-3/+8
2009-06-04Redundant Environment: protect full sector sizeWolfgang Denk1-1/+1
2009-04-04Add support for the AT91RM9200EK Board.Ulf Samuelsson1-4/+1
2009-03-23Make flash protection work, when the environment is in EEPROMEric Schumann1-1/+3
2009-03-19CFI: geometry reversal for STMicro M29W320DTRichard Retanubun1-2/+3
2009-02-11cfi: make flash_get_info() non staticHeiko Schocher1-1/+1
2009-02-07Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/masterWolfgang Denk1-29/+24
2009-02-05cfi_flash: Fix typo in cfi_flash.cStefan Roese1-2/+2
2009-02-05cfi_flash: Silence compilation warningStefan Roese1-1/+1
2009-02-05flash/cfi_flash: Use virtual sector start address, not physBecky Bruce1-29/+24