summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini18-94/+94
2022-12-06Convert CONFIG_SYS_NAND_SIZE to KconfigTom Rini1-0/+5
2022-12-06Convert CONFIG_SYS_NAND_PAGE_2K et al to KconfigTom Rini1-0/+13
2022-12-06Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE to KconfigTom Rini1-0/+4
2022-12-06Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to KconfigTom Rini1-0/+18
2022-12-06mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directlyTom Rini1-9/+9
2022-12-06Convert CONFIG_SYS_NAND_HW_ECC to KconfigTom Rini2-5/+16
2022-12-06Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to KconfigTom Rini1-0/+5
2022-12-06Convert CONFIG_SYS_NAND_DBW_8 et al to KconfigTom Rini1-0/+12
2022-12-05mtd: spi-nor-core: Invert logic to reflect sst26 flash unlockedAlgapally Santosh Sagar1-1/+1
2022-11-10Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to KconfigTom Rini1-0/+4
2022-11-10Convert CONFIG_SYS_MAX_NAND_DEVICE to KconfigTom Rini1-0/+4
2022-10-31arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855William Zhang1-1/+1
2022-10-31arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang1-1/+1
2022-10-31arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang1-1/+1
2022-10-31arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang1-1/+1
2022-10-23mtd: spi-nor-core: Fix index value for SCCR dwordsTakahiro Kuwano1-1/+1
2022-10-23mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal addr...Takahiro Kuwano1-4/+19
2022-10-23mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytesTakahiro Kuwano1-8/+8
2022-10-23mtd: spi-nor-core: Track flash's internal address modeTakahiro Kuwano1-0/+2
2022-10-23mtd: spi-nor-core: Default to addr_width of 3 for configurable widthsTakahiro Kuwano1-0/+1
2022-10-23mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDsTakahiro Kuwano2-5/+10
2022-10-23mtd: spi-nor-core: Rename configuration macro for S28 supportTakahiro Kuwano3-9/+9
2022-10-23mtd: spi-nor-core: Rename s28hs512t prefixTakahiro Kuwano1-17/+17
2022-10-09mtd: mxs_nand: Support EDO mode for imx8mn architectureMichael Trimarchi2-27/+239
2022-10-09mtd: mxs_nand: get the clock with the right nameDario Binacchi1-3/+3
2022-10-09mtd: mxs_nand: don't get the gpmi_apbh_dma clockDario Binacchi1-13/+0
2022-10-08mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to KconfigRoger Quadros1-1/+1
2022-10-06mtd: nand: pxa3xx: simplify ECC hardware parametersChris Packham1-179/+68
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass2-3/+3
2022-09-19Merge branch 'master' into nextTom Rini1-1/+2
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese8-20/+20
2022-09-13mtd: spi-nor-ids: Add Winbond W25Q512JVQ IDChin-Ting Kuo1-0/+5
2022-09-13mtd: spi-nor: Use spi-mem dirmap APIChin-Ting Kuo2-16/+115
2022-09-02renesas: Fix RPC-IF compatible valuesGeert Uytterhoeven1-1/+2
2022-08-22mtd: rawnand: fsl_elbc: Fix reading address pointer from DTPali Rohár1-1/+1
2022-08-22mtd: rawnand: fsl_elbc: Remove NAND_NO_SUBPAGE_WRITE flagPali Rohár1-1/+0
2022-08-22mtd: nand: samsung: Retrieve ECC requirements from extendedMichael Trimarchi1-0/+20
2022-08-22mtd: nand: Rename nand_get_flash_type() into nand_detect()Michael Trimarchi3-9/+7
2022-08-22mtd: nand: change return type of nand_get_flash_type() to intMichael Trimarchi3-24/+22
2022-08-22mtd: nand: Rename the nand_manufacturers structMichael Trimarchi2-3/+3
2022-08-10common: Drop display_options.h from common headerSimon Glass3-0/+3
2022-08-04Convert CONFIG_SYS_FLASH_QUIET_TEST to KconfigTom Rini1-0/+8
2022-08-04Convert CONFIG_SYS_MAX_FLASH_SECT to KconfigTom Rini1-0/+5
2022-08-04Audit <flash.h> inclusionTom Rini3-3/+0
2022-08-04flash: Remove pic32_flash.cTom Rini3-469/+0
2022-08-04Convert CONFIG_SYS_FLASH_ERASE_TOUT et al to KconfigTom Rini1-0/+12
2022-08-04Convert CONFIG_SYS_FLASH_CHECKSUM to KconfigTom Rini1-0/+7
2022-08-04Convert CONFIG_SYS_FLASH_EMPTY_INFO to KconfigTom Rini1-0/+4
2022-07-29arm: mvebu: Fix compatible string for nand controllerPali Rohár1-1/+1