aboutsummaryrefslogtreecommitdiff
path: root/include/mtd/cfi_flash.h
AgeCommit message (Expand)AuthorFilesLines
2024-10-11include: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass1-1/+1
2023-11-16mtd: Rename SPL_MTD_SUPPORT to SPL_MTDSean Anderson1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-2/+2
2022-08-04Audit <flash.h> inclusionTom Rini1-1/+0
2022-01-21mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as booleanPatrick Delaunay1-5/+5
2022-01-21mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay1-3/+6
2021-09-28mtd: cfi_flash: use cfi_flash_num_flash_banks only when supportedPatrick Delaunay1-1/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-26mtd: cfi: Add support for status register pollingMarek Vasut1-0/+1
2017-08-22mtd: cfi: staticize functionsMarek Vasut1-2/+0
2015-10-27cfi_flash: use specific width types for cwordRyan Harkin1-4/+4
2013-07-30cfi_flash: Add prototypes of overridable functionsMasahiro Yamada1-0/+14
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-05-23cfi_flash: Fix unaligned accesses to cfi_qry structureAndrew Gabbasov1-7/+11
2013-04-12Revert "mtd: cfi_flash: Fix CFI flash driver for 8-bit bus support"Stefan Roese1-21/+20
2013-04-02mtd: cfi_flash: Fix CFI flash driver for 8-bit bus supportaaron.williams@caviumnetworks.com1-20/+21
2012-08-13cfi_flash: add support for Spansion flash PPB sector protectionAnatolij Gustschin1-0/+7
2010-12-17cfi_flash: Add optional config register write to cfi-detectionStefan Roese1-0/+2
2010-09-20cfi_flash: Simplify dynamic flash bank number detectionStefan Roese1-0/+18
2009-10-28cfi: Add weak default function for flash_cmd_reset()Stefan Roese1-0/+157