aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/cfi_flash.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-13mtd: cfi: Unlock current sector instead of sector 0 before buffered writeRouven Behr1-1/+1
2016-03-27cfi_flash: return device into read array mode after reading statusVasily Khoruzhick1-0/+2
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-12cfi_flash: convert to driver modelThomas Chou1-0/+78
2015-10-27cfi_flash: use specific width types for cwordRyan Harkin1-41/+41
2014-10-25cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}Jeroen Hofstee1-34/+16
2014-10-06cfi_flash: don't hide write/erase errorsBaruch Siach1-1/+1
2014-07-18mtd: cfi_flash: fix clang warningJeroen Hofstee1-1/+1
2013-07-26Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashTom Rini1-1/+1
2013-07-25cfi_flash: use buffer length in unmap_physmem()Kuo-Jung Su1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-06-26mtd: cfi_flash: Use ARRAY_SIZE at appropriate placesAxel Lin1-4/+3
2013-05-23cfi_flash: return NULL for invalid base address inputMasahiro Yamada1-3/+3
2013-05-23cosmetic: cfi_flash: delete a space after an unary operatorMasahiro Yamada1-1/+1
2013-05-23cfi_flash: Fix unaligned accesses to cfi_qry structureAndrew Gabbasov1-6/+9
2013-04-12Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support"Stefan Roese1-55/+23
2013-04-12Revert "cfi_flash: Use uintptr_t for casts from u32 to void *"Stefan Roese1-1/+1
2013-04-04cfi_flash: Use uintptr_t for casts from u32 to void *Stefan Roese1-1/+1
2013-04-02mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devicesJagannadha Sutradharudu Teki1-0/+23
2013-04-02mtd: cfi_flash: Fix CFI flash driver for 8-bit bus supportaaron.williams@caviumnetworks.com1-23/+55
2013-01-10cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmdStefan Roese1-0/+2
2013-01-10cfi_flash: Enable PPB protection for all AMD cmdset flash chipsStefan Roese1-8/+5
2013-01-10cfi_flash: Read PPB sector protection from device for AMD/Spansion chipsStefan Roese1-0/+21
2013-01-10cfi_flash: Add manufact_match helper functionStefan Roese1-7/+9
2013-01-10mtd/cfi: add support for SST 4KB sector granularityAngelo Dureghello1-1/+24
2012-11-04drivers/mtd/cfi_flash.c: sparse fixesKim Phillips1-9/+13
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