aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2022-09-13mtd: spi-nor-ids: Add Winbond W25Q512JVQ IDWIP/2022-09-13-add-aspeed-spi-controllerChin-Ting Kuo1-0/+5
2022-09-13mtd: spi-nor: Use spi-mem dirmap APIChin-Ting Kuo2-16/+115
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
2022-07-22mtd: decommission the NAND museumMichael Trimarchi1-10/+0
2022-07-22mtd: nand: toshiba: Retrieve ECC requirements from extended IDMichael Trimarchi1-0/+26
2022-07-22mtd: nand: Move Macronix specific initialization in nand_macronix.cMichael Trimarchi4-13/+35
2022-07-22mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cMichael Trimarchi4-18/+57
2022-07-22mtd: nand: Move Micron specific init logic in nand_micron.cMichael Trimarchi4-33/+92
2022-07-22mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cMichael Trimarchi4-21/+58
2022-07-22mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cMichael Trimarchi4-88/+119
2022-07-22mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cMichael Trimarchi4-51/+98
2022-07-22mtd: nand: Export symbol nand_decode_ext_idMichael Trimarchi1-1/+2
2022-07-22mtd: nand: Fix MediaTek MT7621 SoC buildMichael Trimarchi1-1/+1
2022-07-22mtd: nand: Get rid of mtd variable in function callsMichael Trimarchi1-12/+13
2022-07-22mtd: nand: Add manufacturer specific initialization/detection stepsMichael Trimarchi1-23/+75
2022-07-22mtd: nand: Store nand ID in struct nand_chipMichael Trimarchi1-29/+29
2022-07-22mtd: nand: Get rid of busw parameterMichael Trimarchi1-27/+32
2022-07-20ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár1-7/+2
2022-07-19Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-1/+1
2022-07-18mtd: spi-nor-ids: add winbond w25q512nw family supportJae Hyun Yoo1-0/+10
2022-07-18mtd: spi-nor-core: Add support for Macronix Octal flashJaimeLiao1-1/+18
2022-07-18mtd: spi: Convert is_locked callback to is_unlockedJan Kiszka1-13/+13
2022-07-18mtd: spi-nor: Parse SFDP SCCR MapJaimeLiao1-0/+52
2022-07-18mtd: spi-nor-core: Adding different type of command extension in Soft ResetJaimeLiao2-1/+13
2022-07-18mtd: spi-nor: add support for Macronix Octal flashJaimeLiao1-0/+82
2022-07-18sunxi-nand: fix the PIO instead of DMA implementationMarkus Hoffrogge1-1/+1
2022-07-13nand: raw: add support for MediaTek MT7621 SoCWeijie Gao5-2/+1488
2022-07-11Merge branch 'next'Tom Rini11-32/+118
2022-07-08mtd: rawnand: Add support to dedicated function to set timingsKory Maincent1-11/+19
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini2-3/+5
2022-07-05Convert CONFIG_SAMSUNG_ONENAND to KconfigTom Rini1-0/+3
2022-07-03mtd: rawnand: fsl_elbc: Fix detection when nand_scan_ident() has not selected...Pali Rohár1-1/+5
2022-06-29mtd: spi-nor-ids: Add support for flashes tested by xilinxAshok Reddy Soma1-0/+37
2022-06-29mtd: mxs_nand_spl: fix nand_command protocol violationAndrea Scian1-1/+13
2022-06-20Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians...Tom Rini2-3/+3
2022-06-20mtd: rawnand: fsl_elbc: Fix DM support in DTS code pathPali Rohár1-4/+5