aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2022-12-22Convert CONFIG_FLASH_SPANSION_S29WS_N et al to KconfigTom Rini
2022-12-22Convert CONFIG_FLASH_SHOW_PROGRESS to KconfigTom Rini
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-12configs: remove support of MTDIDS_DEFAULT/MTDPARTS_DEFAULTPatrick Delaunay
2022-12-10mtd: nand: mxs_nand_spl: don't read useless pagesDario Binacchi
2022-12-10mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi
2022-12-10mtd: nand: make Samsung SLC NAND usable againMichael Trimarchi
2022-12-10mtd: rawnand: omap_gpmc: Reduce .bss usageRoger Quadros
2022-12-10mtd: rawnand: nand_spl_loaders: Fix cast type build warningRoger Quadros
2022-12-10mtd: rawnand: omap_gpmc: Optimize NAND readsRoger Quadros
2022-12-10mtd: rawnand: omap_gpmc: Fix build warning on 64-bit platformsRoger Quadros
2022-12-10mtd: rawnand: omap_gpmc: Enable build for K2/K3 platformsRoger Quadros
2022-12-10mtd: rawnand: omap_gpmc: Deprecate asm/arch/mem.hRoger Quadros
2022-12-05Convert CONFIG_NAND_KMETER1 et al to KconfigTom Rini
2022-12-05arm: Remove unused mx27 codeTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_NAND_* to CFG_SYS_NAND_*Tom Rini
2022-12-05Convert CONFIG_SYS_NAND_SIZE to KconfigTom Rini
2022-12-05Convert CONFIG_SYS_NAND_PAGE_2K et al to KconfigTom Rini
2022-12-05Convert CONFIG_SYS_NAND_NO_SUBPAGE_WRITE to KconfigTom Rini
2022-12-05Convert CONFIG_SYS_NAND_MAX_OOBFREE et al to KconfigTom Rini
2022-12-05mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directlyTom Rini
2022-12-05Convert CONFIG_SYS_NAND_HW_ECC to KconfigTom Rini
2022-12-05Convert CONFIG_SYS_NAND_HW_ECC_OOBFIRST to KconfigTom Rini
2022-12-05Convert CONFIG_SYS_NAND_DBW_8 et al to KconfigTom Rini
2022-12-05mtd: spi-nor-core: Invert logic to reflect sst26 flash unlockedAlgapally Santosh Sagar
2022-11-10Convert CONFIG_SYS_NAND_4BIT_HW_ECC_OOBFIRST to KconfigTom Rini
2022-11-10Convert CONFIG_SYS_MAX_NAND_DEVICE to KconfigTom Rini
2022-10-31arm: bcmbca: replace ARCH_BCM6753 symbols in Kconfig with BCM6855William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM6858 symbols in Kconfig with BCM6858William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM68360 symbols in Kconfig with BCM6856William Zhang
2022-10-31arm: bcmbca: replace ARCH_BCM63158 symbols in Kconfig with BCM63158William Zhang
2022-10-23mtd: spi-nor-core: Fix index value for SCCR dwordsTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal addr...Takahiro Kuwano
2022-10-23mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytesTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Track flash's internal address modeTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Default to addr_width of 3 for configurable widthsTakahiro Kuwano
2022-10-23mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDsTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Rename configuration macro for S28 supportTakahiro Kuwano
2022-10-23mtd: spi-nor-core: Rename s28hs512t prefixTakahiro Kuwano
2022-10-09mtd: mxs_nand: Support EDO mode for imx8mn architectureMichael Trimarchi
2022-10-09mtd: mxs_nand: get the clock with the right nameDario Binacchi
2022-10-09mtd: mxs_nand: don't get the gpmi_apbh_dma clockDario Binacchi
2022-10-08mtd: nand: Fix SPL build after migration of CONFIG_SYS_NAND_SELF_INIT to KconfigRoger Quadros
2022-10-06mtd: nand: pxa3xx: simplify ECC hardware parametersChris Packham
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-13mtd: spi-nor-ids: Add Winbond W25Q512JVQ IDChin-Ting Kuo
2022-09-13mtd: spi-nor: Use spi-mem dirmap APIChin-Ting Kuo