aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2022-08-04Convert CONFIG_SYS_FLASH_CHECKSUM to KconfigTom Rini
2022-08-04Convert CONFIG_SYS_FLASH_EMPTY_INFO to KconfigTom Rini
2022-07-29arm: mvebu: Fix compatible string for nand controllerPali Rohár
2022-07-22mtd: decommission the NAND museumMichael Trimarchi
2022-07-22mtd: nand: toshiba: Retrieve ECC requirements from extended IDMichael Trimarchi
2022-07-22mtd: nand: Move Macronix specific initialization in nand_macronix.cMichael Trimarchi
2022-07-22mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cMichael Trimarchi
2022-07-22mtd: nand: Move Micron specific init logic in nand_micron.cMichael Trimarchi
2022-07-22mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cMichael Trimarchi
2022-07-22mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cMichael Trimarchi
2022-07-22mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cMichael Trimarchi
2022-07-22mtd: nand: Export symbol nand_decode_ext_idMichael Trimarchi
2022-07-22mtd: nand: Fix MediaTek MT7621 SoC buildMichael Trimarchi
2022-07-22mtd: nand: Get rid of mtd variable in function callsMichael Trimarchi
2022-07-22mtd: nand: Add manufacturer specific initialization/detection stepsMichael Trimarchi
2022-07-22mtd: nand: Store nand ID in struct nand_chipMichael Trimarchi
2022-07-22mtd: nand: Get rid of busw parameterMichael Trimarchi
2022-07-20ubifs: Use U-Boot assert() from <log.h> in UBI/UBIFS codePali Rohár
2022-07-19Merge https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini
2022-07-18mtd: spi-nor-ids: add winbond w25q512nw family supportJae Hyun Yoo
2022-07-18mtd: spi-nor-core: Add support for Macronix Octal flashJaimeLiao
2022-07-18mtd: spi: Convert is_locked callback to is_unlockedJan Kiszka
2022-07-18mtd: spi-nor: Parse SFDP SCCR MapJaimeLiao
2022-07-18mtd: spi-nor-core: Adding different type of command extension in Soft ResetJaimeLiao
2022-07-18mtd: spi-nor: add support for Macronix Octal flashJaimeLiao
2022-07-18sunxi-nand: fix the PIO instead of DMA implementationMarkus Hoffrogge
2022-07-13nand: raw: add support for MediaTek MT7621 SoCWeijie Gao
2022-07-11Merge branch 'next'Tom Rini
2022-07-08mtd: rawnand: Add support to dedicated function to set timingsKory Maincent
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini
2022-07-05Convert CONFIG_SAMSUNG_ONENAND to KconfigTom Rini
2022-07-03mtd: rawnand: fsl_elbc: Fix detection when nand_scan_ident() has not selected...Pali Rohár
2022-06-29mtd: spi-nor-ids: Add support for flashes tested by xilinxAshok Reddy Soma
2022-06-29mtd: mxs_nand_spl: fix nand_command protocol violationAndrea Scian
2022-06-20Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians...Tom Rini
2022-06-20mtd: rawnand: fsl_elbc: Fix DM support in DTS code pathPali Rohár
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay
2022-06-06mtd: mtdpart: Change size type from fdt_addr_t to fdt_size_tPali Rohár
2022-06-06Convert CONFIG_TPL_NAND_INIT to KconfigTom Rini
2022-06-06Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to KconfigTom Rini
2022-06-06Convert CONFIG_SYS_FLASH_CFI_WIDTH to KconfigTom Rini
2022-05-23spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard
2022-05-20mtd: nand: mxs_nand_spl: Fix bad block skippingMichael Trimarchi
2022-05-20nand: raw: mxs_nand: Fix specific hook registrationMichael Trimarchi
2022-05-19mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driverYe Li
2022-05-11Convert CONFIG_MTD_CONCAT to KconfigChris Packham
2022-05-04Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull