aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay2-3/+3
2022-06-06mtd: mtdpart: Change size type from fdt_addr_t to fdt_size_tPali Rohár1-1/+2
2022-06-06Convert CONFIG_TPL_NAND_INIT to KconfigTom Rini3-2/+6
2022-06-06Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to KconfigTom Rini1-0/+4
2022-06-06Convert CONFIG_SYS_FLASH_CFI_WIDTH to KconfigTom Rini2-7/+29
2022-05-23spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard1-16/+17
2022-05-23spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard1-1/+1
2022-05-20mtd: nand: mxs_nand_spl: Fix bad block skippingMichael Trimarchi1-41/+49
2022-05-20nand: raw: mxs_nand: Fix specific hook registrationMichael Trimarchi1-16/+16
2022-05-19mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driverYe Li1-0/+3
2022-05-11Convert CONFIG_MTD_CONCAT to KconfigChris Packham1-0/+8
2022-05-04Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2-34/+74
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2-3/+5
2022-05-03pci: Map bars with offset and lengthAndrew Scull2-3/+3
2022-05-03sf: dataflash: add support for AT45DB641ELuca Ellero1-0/+3
2022-05-03sf: dataflash: add support for "extended ID"Luca Ellero1-34/+64
2022-05-03mtd: spi-nor-ids: add Macronix mx25u51245g flash entryTien Fong Chee1-0/+2
2022-05-03mtd: spi-nor-ids: Add Winbond W25Q128JW IDMarek Vasut1-0/+5
2022-04-26mtd: nand: raw: Add support for DT property nand-ecc-algo=bchPali Rohár1-0/+6
2022-04-26mtd: rawnand: fsl_elbc: Use ECC configuration from device treePali Rohár1-23/+26
2022-04-26mtd: rawnand: fsl_elbc: Add device tree supportPali Rohár2-2/+44
2022-04-26mtd: rawnand: fsl_elbc: Implement RNDOUT commandPali Rohár1-0/+8
2022-04-13Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-5/+0
2022-04-12mtd: nand: mxs_nand_spl: Remove the page aligned accessYe Li1-5/+0
2022-04-11mtd: Update the way partitions are parsedPatrice Chotard1-2/+6
2022-04-11mtd: Add flash_node in struct mtd_infoPatrice Chotard1-0/+1
2022-04-06spi: Avoid checking console in SPLSimon Glass1-1/+1
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini3-11/+71
2022-03-28mtd: gpmi: fix the bch setting backward compatible issueWIP/2022-03-28-critical-fixesHan Xu2-11/+62
2022-03-16Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...WIP/16Mar2022-nextTom Rini1-3/+6
2022-03-15mtd: rawnand: stm32_fmc2: add NAND Write Protect supportChristophe Kerello1-0/+9
2022-03-14Merge tag 'v2022.04-rc4' into nextTom Rini1-1/+1
2022-03-12mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128Niklas Cassel1-1/+1
2022-03-07nand: brcmnand: add bcm6753 supportPhilippe Reynes3-0/+131
2022-03-07mtd: nand: Update driver to match new DT bindingMichal Simek1-3/+6
2022-03-03Convert CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS to KconfigTom Rini1-0/+7
2022-02-01mtd: cfi_mtd: populate mtd->dev with flash_info->devPatrice Chotard1-0/+3
2022-01-21configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay2-2/+30
2022-01-21mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as booleanPatrick Delaunay1-1/+1
2022-01-21mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay3-7/+6
2022-01-19doc: replace @return by Return:Heinrich Schuchardt11-48/+48
2022-01-17mtd: nand: pxa3xx: set mtd->devRobert Marko1-0/+1
2022-01-16nand: gpmc: Handle bitflips in erased pages when using BCH ECC engineDavid Rivshin1-9/+36
2022-01-14BRCMNAND: Fix reporting of uncorrectable errors on subpages during page readJoel Peshkin1-1/+1
2022-01-14mtd: nand: pxa3xx: use marvell, prefix for custom DT propertiesPierre Bourdon1-2/+2
2022-01-13drivers/mtd/ubispl/ubispl.c: Fix spelling of "mismatched".Vagrant Cascadian1-1/+1
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...WIP/09Jan2022-nextTom Rini2-6/+5
2021-12-27Finish conversion CONFIG_SYS_NAND_SELF_INIT to KconfigTom Rini3-3/+30