summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/cfi_flash.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: cfi: Unlock current sector instead of sector 0 before buffered writeRouven Behr2016-04-131-1/+1
* cfi_flash: return device into read array mode after reading statusVasily Khoruzhick2016-03-271-0/+2
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* cfi_flash: convert to driver modelThomas Chou2015-11-121-0/+78
* cfi_flash: use specific width types for cwordRyan Harkin2015-10-271-41/+41
* cti_flash.c: use __weak when requested for flash_(read|write){8,16,32,64}Jeroen Hofstee2014-10-251-34/+16
* cfi_flash: don't hide write/erase errorsBaruch Siach2014-10-061-1/+1
* mtd: cfi_flash: fix clang warningJeroen Hofstee2014-07-181-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashTom Rini2013-07-261-1/+1
|\
| * cfi_flash: use buffer length in unmap_physmem()Kuo-Jung Su2013-07-251-1/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-18/+1
|/
* mtd: cfi_flash: Use ARRAY_SIZE at appropriate placesAxel Lin2013-06-261-4/+3
* cfi_flash: return NULL for invalid base address inputMasahiro Yamada2013-05-231-3/+3
* cosmetic: cfi_flash: delete a space after an unary operatorMasahiro Yamada2013-05-231-1/+1
* cfi_flash: Fix unaligned accesses to cfi_qry structureAndrew Gabbasov2013-05-231-6/+9
* Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support"Stefan Roese2013-04-121-55/+23
* Revert "cfi_flash: Use uintptr_t for casts from u32 to void *"Stefan Roese2013-04-121-1/+1
* cfi_flash: Use uintptr_t for casts from u32 to void *Stefan Roese2013-04-041-1/+1
* mtd: cfi_flash: Write buffer size adjustment for M29EW Numonyx devicesJagannadha Sutradharudu Teki2013-04-021-0/+23
* mtd: cfi_flash: Fix CFI flash driver for 8-bit bus supportaaron.williams@caviumnetworks.com2013-04-021-23/+55
* cfi_flash: Report Advanced Sector Protection (PPB) with flinfo cmdStefan Roese2013-01-101-0/+2
* cfi_flash: Enable PPB protection for all AMD cmdset flash chipsStefan Roese2013-01-101-8/+5
* cfi_flash: Read PPB sector protection from device for AMD/Spansion chipsStefan Roese2013-01-101-0/+21
* cfi_flash: Add manufact_match helper functionStefan Roese2013-01-101-7/+9
* mtd/cfi: add support for SST 4KB sector granularityAngelo Dureghello2013-01-101-1/+24
* drivers/mtd/cfi_flash.c: sparse fixesKim Phillips2012-11-041-9/+13
* cfi: Make the flash erase and write operations abortableJoe Hershberger2012-09-031-0/+11
* cfi: Check for blank before eraseJoe Hershberger2012-09-031-0/+26
* mtd/cfi_flash: fix write problems for Numonyx P33/30 32 MBit flashsHolger Brunck2012-08-131-22/+43
* cfi_flash: add support for Spansion flash PPB sector protectionAnatolij Gustschin2012-08-131-0/+52
* cfi: fix the incomplete erased status check in buffer writeTao Hou2012-03-211-2/+2
* * Fix: watchdog timed out, if flash blank (0xFF) blocksJens Scharsig (BuS Elektronik)2012-02-091-0/+3
* GCC4.6: Squash warning in cfi_flash.cMarek Vasut2011-10-271-1/+1
* Timer: Allow reset_timer() only for systems with low resolution timersGraeme Russ2011-07-261-0/+4
* cfi_flash: reverse geometry for newer STM partsMike Frysinger2011-06-291-0/+4
* cfi_flash driver - Add delay after reset commandAaron Williams2011-04-211-0/+7
* mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devicesHeiko Schocher2011-04-211-2/+11
* cfi_flash: reverse geometry for M29W800DT partsMike Frysinger2011-04-211-3/+4
* cfi_flash: Fix CONFIG_SYS_FLASH_AUTOPROTECT_LIST usagePeter Tyser2011-04-131-6/+8
* mtd, cfi: introduce void flash_protect_default(void)Heiko Schocher2011-04-071-36/+41
* cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) tooMario Schuknecht2011-04-071-1/+2
* cfi_flash: fix bug with flash banks with different sector numbersMartin Krause2011-03-281-0/+5
* Replace "FLASH" strings with "Flash" or "flash"Peter Tyser2011-01-191-2/+2
* cfi_flash: avoid flash_verbose when possibleMike Frysinger2011-01-091-0/+6
* cfi_flash: Add optional config register write to cfi-detectionStefan Roese2010-12-171-0/+43
* cfi_flash: Use flash_read32() in sector_erased()Stefan Roese2010-12-171-3/+3
* cfi_flash: Fix problems with status/id read modeStefan Roese2010-12-171-0/+12
* cfi_flash: fix bug introduced while recent change to flash_get_size()Anatolij Gustschin2010-11-281-3/+4
* cfi_flash: handle 'chip size exceeds address window' situationIlya Yanok2010-10-231-5/+23
* cfi_flash: Fix "Unknown FLASH" error messageJohn Schmoller2010-10-121-1/+1
OpenPOWER on IntegriCloud