aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini2022-07-072-3/+5
* Convert CONFIG_SAMSUNG_ONENAND to KconfigTom Rini2022-07-051-0/+3
* mtd: rawnand: fsl_elbc: Fix detection when nand_scan_ident() has not selected...Pali Rohár2022-07-031-1/+5
* mtd: spi-nor-ids: Add support for flashes tested by xilinxAshok Reddy Soma2022-06-291-0/+37
* Merge tag 'u-boot-stm32-20220620' of https://source.denx.de/u-boot/custodians...Tom Rini2022-06-202-3/+3
|\
| * stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay2022-06-172-3/+3
* | mtd: rawnand: fsl_elbc: Fix DM support in DTS code pathPali Rohár2022-06-201-4/+5
|/
* mtd: mtdpart: Change size type from fdt_addr_t to fdt_size_tPali Rohár2022-06-061-1/+2
* Convert CONFIG_TPL_NAND_INIT to KconfigTom Rini2022-06-063-2/+6
* Convert CONFIG_SYS_CFI_FLASH_STATUS_POLL to KconfigTom Rini2022-06-061-0/+4
* Convert CONFIG_SYS_FLASH_CFI_WIDTH to KconfigTom Rini2022-06-062-7/+29
* spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard2022-05-231-16/+17
* spi: spi-uclass: Add new spi_get_bus_and_cs() implementationPatrice Chotard2022-05-231-1/+1
* mtd: nand: mxs_nand_spl: Fix bad block skippingMichael Trimarchi2022-05-201-41/+49
* nand: raw: mxs_nand: Fix specific hook registrationMichael Trimarchi2022-05-201-16/+16
* mtd: rawnand: mxs_nand: Fix use_minimum_ecc for spl driverYe Li2022-05-191-0/+3
* Convert CONFIG_MTD_CONCAT to KconfigChris Packham2022-05-111-0/+8
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini2022-05-042-34/+74
|\
| * sf: dataflash: add support for AT45DB641ELuca Ellero2022-05-031-0/+3
| * sf: dataflash: add support for "extended ID"Luca Ellero2022-05-031-34/+64
| * mtd: spi-nor-ids: add Macronix mx25u51245g flash entryTien Fong Chee2022-05-031-0/+2
| * mtd: spi-nor-ids: Add Winbond W25Q128JW IDMarek Vasut2022-05-031-0/+5
* | pci: Add mask parameter to dm_pci_map_bar()Andrew Scull2022-05-032-3/+5
* | pci: Map bars with offset and lengthAndrew Scull2022-05-032-3/+3
|/
* mtd: nand: raw: Add support for DT property nand-ecc-algo=bchPali Rohár2022-04-261-0/+6
* mtd: rawnand: fsl_elbc: Use ECC configuration from device treePali Rohár2022-04-261-23/+26
* mtd: rawnand: fsl_elbc: Add device tree supportPali Rohár2022-04-262-2/+44
* mtd: rawnand: fsl_elbc: Implement RNDOUT commandPali Rohár2022-04-261-0/+8
* Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2022-04-131-5/+0
|\
| * mtd: nand: mxs_nand_spl: Remove the page aligned accessYe Li2022-04-121-5/+0
* | mtd: Update the way partitions are parsedPatrice Chotard2022-04-111-2/+6
* | mtd: Add flash_node in struct mtd_infoPatrice Chotard2022-04-111-0/+1
|/
* spi: Avoid checking console in SPLSimon Glass2022-04-061-1/+1
* Merge tag 'v2022.04-rc5' into nextTom Rini2022-03-283-11/+71
|\
| * mtd: gpmi: fix the bch setting backward compatible issueWIP/2022-03-28-critical-fixesHan Xu2022-03-282-11/+62
| * mtd: rawnand: stm32_fmc2: add NAND Write Protect supportChristophe Kerello2022-03-151-0/+9
* | Merge tag 'xilinx-for-v2022.07-rc1' of https://source.denx.de/u-boot/custodia...WIP/16Mar2022-nextTom Rini2022-03-161-3/+6
|\ \
| * | mtd: nand: Update driver to match new DT bindingMichal Simek2022-03-071-3/+6
* | | Merge tag 'v2022.04-rc4' into nextTom Rini2022-03-141-1/+1
|\ \ \ | | |/ | |/|
| * | mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128Niklas Cassel2022-03-121-1/+1
| |/
* | nand: brcmnand: add bcm6753 supportPhilippe Reynes2022-03-073-0/+131
* | Convert CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS to KconfigTom Rini2022-03-031-0/+7
|/
* mtd: cfi_mtd: populate mtd->dev with flash_info->devPatrice Chotard2022-02-011-0/+3
* configs: Migrate CONFIG_SYS_MAX_FLASH_BANKS to KconfigPatrick Delaunay2022-01-212-2/+30
* mtd: cfi: change CONFIG_SYS_MAX_FLASH_BANKS_DETECT as booleanPatrick Delaunay2022-01-211-1/+1
* mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay2022-01-213-7/+6
* doc: replace @return by Return:Heinrich Schuchardt2022-01-1911-48/+48
* mtd: nand: pxa3xx: set mtd->devRobert Marko2022-01-171-0/+1
* nand: gpmc: Handle bitflips in erased pages when using BCH ECC engineDavid Rivshin2022-01-161-9/+36
* BRCMNAND: Fix reporting of uncorrectable errors on subpages during page readJoel Peshkin2022-01-141-1/+1