aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/cfi_flash.c
Commit message (Expand)AuthorAgeFilesLines
* flash: prefix error codes with FL_Jerome Forissier2024-09-241-18/+18
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+2
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-2/+1
* mtd: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+2
* mtd: cfi: respect reg address lengthNuno Sá2023-05-151-1/+9
* Convert CONFIG_FLASH_SHOW_PROGRESS to KconfigTom Rini2022-12-221-2/+2
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-16/+16
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-2/+2
* Convert CONFIG_SYS_FLASH_CFI_WIDTH to KconfigTom Rini2022-06-061-7/+0
* mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as booleanPatrick Delaunay2022-01-211-1/+1
* mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay2022-01-211-2/+2
* mtd: cfi: Fix PPB lock status readoutMarek Vasut2021-04-281-5/+5
* cfi_flash: Fix detection of 8-bit bus flash devices via address shiftJagannadha Sutradharudu Teki2021-04-061-4/+33
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* 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