summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/cfi_flash.c
Commit message (Expand)AuthorAgeFilesLines
* cfi_flash: Fix devicetree address determinationAndre Przywara2020-10-081-18/+6
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* mtd: cfi_flash: Use CONFIG_SYS_MONITOR_BASE only when definedVignesh Raghavendra2019-10-241-2/+4
* env: Rename environment.h to env_internal.hSimon Glass2019-08-111-1/+1
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mtd: cfi_flash: Make live-tree compatibleMario Six2018-04-161-10/+11
* cfi_flash: Always define cfi_flash_num_flash_banksMario Six2018-01-291-0/+2
* cfi_flash: Fix indentionMario Six2018-01-291-120/+118
* cfi_flash: Fix long linesMario Six2018-01-291-12/+19
* cfi_flash: Bound-check index before array accessMario Six2018-01-291-2/+2
* flash: Fix spelling of "ERR_TIMOUT"Mario Six2018-01-291-2/+2
* cfi_flash: Rename camel-case variablesMario Six2018-01-291-8/+8
* cfi_flash: Fix strings split across linesMario Six2018-01-291-9/+8
* cfi_flash: Use u8 pointers instead of void pointersMario Six2018-01-291-4/+4
* cfi_flash: Remove assignments from if conditionsMario Six2018-01-291-7/+11
* cfi_flash: Remove return from void functionMario Six2018-01-291-1/+0
* cfi_flash: Fix placement of braceMario Six2018-01-291-2/+1
* cfi_flash: Fix else after breakMario Six2018-01-291-3/+3
* cfi_flash: Fix spelling of "Unknown"Mario Six2018-01-291-1/+1
* cfi_flash: Add missing braces in blocksMario Six2018-01-291-1/+3
* cfi_flash: Remove unnecessary bracesMario Six2018-01-291-24/+24
* cfi_flash: Fix comment styleMario Six2018-01-291-2/+4
* cfi_flash: Use __func__ macro instead of function nameMario Six2018-01-291-1/+1
* cfi_flash: Fix logical continuationsMario Six2018-01-291-13/+13
* cfi_flash: Remove braces for single-statement blocksMario Six2018-01-291-10/+5
* cfi_flash: Fix missing/superfluous linesMario Six2018-01-291-7/+4
* cfi_flash: Fix spacing around casts/operatorsMario Six2018-01-291-9/+9
* cfi_flash: Fix indent of case statementsMario Six2018-01-291-100/+100
* cfi_flash: Fix whitespace with castingMario Six2018-01-291-2/+2
* cfi_flash: Fix Parenthesis spacingMario Six2018-01-291-11/+11
* cfi_flash: Fix style of pointer declarationsMario Six2018-01-291-24/+24
* cfi_flash: Fix space between function name and parenthesisMario Six2018-01-291-214/+214
* mtd: cfi: Fix checking status register featureYork Sun2017-12-041-3/+9
* mtd: cfi: Add support for status register pollingMarek Vasut2017-09-261-1/+14
* mtd: cfi: Zap cfi_flash_base in DM caseMarek Vasut2017-09-261-5/+5
* mtd: cfi: staticize functionsMarek Vasut2017-08-221-4/+4
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* fdt: Rename a few functions in fdt_supportSimon Glass2017-06-011-1/+1
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-1/+1
* mtd: cfi_flash: fix indentationAndre Przywara2016-12-041-2/+2
* mtd: cfi_flash: fix polling for bit XSR.7 on Intel chipsDaniel Schwierzeck2016-07-201-1/+1
* 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