summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2021-11-05Convert CONFIG_SPL_DRIVERS_MISC et al to KconfigTom Rini1-3/+3
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini12-76/+79
2021-10-23mtd: spi-nor-ids: Add SECT_4K to mt25qu512aKris Chaplin1-1/+1
2021-10-23mtd: spi-nor-ids: Add is25lp512 and is25wp512 devicesKris Chaplin1-0/+4
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún10-68/+2
2021-10-23mtd: mtdpart: Make mtdpart's _erase method saneMarek Behún1-8/+18
2021-10-23mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()Marek Behún1-0/+5
2021-10-23mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()Marek Behún1-2/+18
2021-10-23mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_e...Marek Behún1-6/+0
2021-10-23mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()Marek Behún1-1/+3
2021-10-23mtd: spi-nor-core: Don't overwrite return value if it is non-zeroMarek Behún1-2/+4
2021-10-23mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()Marek Behún1-1/+3
2021-10-23mtd: spi-nor-core: Try cleaning up in case writing BAR failedMarek Behún1-1/+1
2021-10-23mtd: spi-nor: Add support for Spansion S25FL256LTakahiro Kuwano2-0/+20
2021-10-23mtd: spi-nor-ids: Add GD25LQ256D ChipYanhong Wang1-0/+5
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini2-1/+7
2021-10-12mtd: rawnand: Add Macronix raw NAND controller driverZhengxun Li3-0/+610
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-0/+7
2021-10-08mtd: spi-nor-ids: Reinstate Micron MT25QL02GMarek Vasut1-0/+1
2021-10-08mtd: spinand: macronix: Fix ECC Status ReadHaolin Li1-1/+9
2021-10-08Convert CONFIG_STM32_FLASH to KconfigPatrick Delaunay1-0/+7
2021-10-07mtd: nand: mxs_nand_spl: Add nand_spl_adjust_offsetYe Li1-0/+6
2021-10-07mtd: nand: Fix typo in MXC Kconfig symbol descriptionHaolin Li1-1/+1
2021-10-06Convert CONFIG_NAND_OMAP_ECCSCHEME to KconfigTom Rini1-2/+101
2021-10-06Convert CONFIG_NAND_FSL_ELBC et al to KconfigTom Rini1-0/+11
2021-10-06Convert CONFIG_SYS_NAND_MAX_CHIPS to KconfigTom Rini2-7/+8
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini26-0/+26
2021-10-06Convert CONFIG_SYS_NAND_ONFI_DETECTION to KconfigTom Rini1-1/+8
2021-10-06Convert CONFIG_SYS_NAND_5_ADDR_CYCLE to KconfigTom Rini1-0/+9
2021-10-06Convert CONFIG_SYS_NAND_BAD_BLOCK_POS to KconfigTom Rini1-0/+21
2021-10-06nand_spl_simple: Drop CONFIG_SYS_NAND_4_ADDR_CYCLE supportTom Rini1-5/+0
2021-10-06Convert CONFIG_SYS_NAND_PAGE_COUNT to KconfigTom Rini1-0/+7
2021-10-06Convert CONFIG_SPL_NAND_LOAD et al to KconfigTom Rini1-3/+14
2021-10-06Convert CONFIG_NAND_LPC32XX_MLC to KconfigTom Rini1-0/+5
2021-10-02arm: Remove zmx25 board and ARCH_MX25Tom Rini2-6/+1
2021-10-01arm: Remove flea3 boardTom Rini2-2/+2
2021-09-30Merge tag 'xilinx-for-v2022.01-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini2-4/+15
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk8-29/+29
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk4-5/+5
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-2/+0
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-29Merge branch '2021-09-25-TI-platform-updates' into nextTom Rini2-6/+10
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard5-20/+15
2021-09-28mtd: spi: Set CONFIG_SF_DEFAULT_MODE default to 0Marek Vasut1-1/+1
2021-09-28mtd: spi: nor: force mtd name to "nor%d"Patrick Delaunay1-3/+14
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard5-20/+15
2021-09-28ti: keystone: Clean up or migrate some NAND related options.Tom Rini2-6/+10
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini2-566/+0
2021-09-24mtd: remove SPEAr flash driver st_smiPatrick Delaunay2-566/+0
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek3-6/+0