summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2023-09-24common: Drop linux/printk.h from common headerSimon Glass32-0/+32
2023-09-21drivers/mtd/spi/spi-nor-ids.c: add mx25u25635f supportNeal Frager1-0/+1
2023-09-14sf: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut1-16/+0
2023-08-30drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to testMarek Vasut1-4/+0
2023-08-30drivers/mtd/nvmxip: Print phys_addr_t without warnings on both 32bit and 64bi...Marek Vasut1-2/+2
2023-08-30drivers/mtd/nvmxip: Rework the read accessor to support 32bit systemsMarek Vasut1-26/+12
2023-08-30drivers/mtd/nvmxip: Trigger post bind as probe on driver levelMarek Vasut2-11/+8
2023-08-23mtd: nand: raw: atmel: Remove duplicate lineAlexander Dahl1-1/+0
2023-07-28mtd: nand: raw: rockchip_nfc: copy hwecc PA data to oob_poi bufferJohan Jonker1-13/+21
2023-07-21mtd: Add missing MTD dependency for cfi_mtdMichal Simek1-1/+1
2023-07-21mtd: nand: zynq_nand: Change datatype of status and ecc_status to intAlgapally Santosh Sagar1-2/+2
2023-07-13Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini1-2/+41
2023-07-13mtd: spi-nor: Add support for w25q256jwmVenkatesh Yadav Abbarapu1-0/+5
2023-07-13mtd: spi-nor-ids: add xtxtech part#Bruce Suen1-1/+35
2023-07-13mtd: spi-nor-ids: change full company name of XTXBruce Suen1-1/+1
2023-07-13mtd: nand: pxa3xx: Enable devbus/nand arbiter on Armada 8KChris Packham1-1/+2
2023-07-13mtd: nand: pxa3xx: Add support for the Marvell AC5 SoCChris Packham1-3/+14
2023-06-19nvmxip: move header to includeRui Miguel Silva1-32/+0
2023-06-12global: Use proper project name U-BootMichal Simek2-5/+5
2023-05-15mtd: cfi: respect reg address lengthNuno Sá1-1/+9
2023-05-11sf: Rename spi-nor-tiny functionsSimon Glass1-8/+8
2023-05-11sf: Guard against zero erasesizeSimon Glass1-1/+2
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker5-5/+5
2023-05-06drivers: use dev_read_addr_index_ptr when cast to pointerJohan Jonker1-2/+2
2023-05-06mtd: nand: add support for the Sandisk SDTNQGAMA chipJohan Jonker1-0/+3
2023-05-06mtd: nand: raw: rockchip_nfc: fix oobfree offset and descriptionJohan Jonker1-4/+4
2023-05-06mtd: nand: raw: rockchip_nfc: add flash_node to chip structureJohan Jonker1-0/+1
2023-05-06mtd: nand: raw: rockchip_nfc: add layout structureJohan Jonker1-41/+20
2023-05-06mtd: nand: raw: rockchip_nfc: remove the compatible string "rockchip,rk3308-nfc"Johan Jonker1-4/+0
2023-05-06mtd: nand: raw: rockchip_nfc: use dev_read_addr_ptrJohan Jonker1-3/+3
2023-05-01Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini1-1/+116
2023-04-30Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini1-94/+79
2023-04-28sandbox: spi: sandbox_sf_process_cmd() missing fallthroughHeinrich Schuchardt1-0/+1
2023-04-28mtd: nand: sunxi: Pass the device to the init functionSamuel Holland1-19/+20
2023-04-28mtd: nand: sunxi: Convert to the driver modelSamuel Holland1-33/+48
2023-04-28mtd: nand: sunxi: Convert from fdtdec to ofnodeSamuel Holland1-47/+26
2023-04-28mtd: nand: sunxi: Remove an unnecessary checkSamuel Holland1-10/+0
2023-04-27sandbox64: add support for NVMXIP QSPIAbdellatif El Khlifi1-0/+7
2023-04-27drivers/mtd/nvmxip: introduce QSPI XIP driverAbdellatif El Khlifi3-0/+77
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi7-0/+241
2023-04-26mtd: spi-nor-core: Add fixups for s25fs512sTakahiro Kuwano1-0/+85
2023-04-25mtd: spi-nor: missing fallthrough in set_4byte()Heinrich Schuchardt1-0/+1
2023-04-25mtd: spi-nor: Add CHIP_ERASE optimizationMarek Vasut1-1/+30
2023-04-22Merge tag 'u-boot-stm32-20230419' of https://source.denx.de/u-boot/custodians...Tom Rini1-0/+3
2023-04-22mtd: rawnand: nand_base: Handle algorithm selectionLinus Walleij1-4/+25
2023-04-22Revert "mtd: rawnand: nand_base: Handle algorithm selection"Dario Binacchi1-9/+3
2023-04-19mtd: rawnand: stm32_fmc2: remove unsupported EDO modeChristophe Kerello1-0/+3
2023-04-16nand: raw: octeontx: Make list staticBin Meng2-2/+2
2023-04-16nand: brcmnand: add iproc supportLinus Walleij3-0/+156
2023-04-16mtd: rawnand: nand_base: Handle algorithm selectionLinus Walleij1-3/+9