aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2020-10-15mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson1-13/+15
2020-10-14mtd: nand: Add NAND controller driver for OcteonTXSuneel Garapati6-0/+2998
2020-10-08cfi_flash: Fix devicetree address determinationAndre Przywara1-18/+6
2020-10-08mtd: cfi_mtd: Use DMA for readsVignesh Raghavendra1-1/+3
2020-10-05Merge branch 'next'Tom Rini11-110/+128
2020-09-30nand: vybrid: Re-introduce vf610_nfc.devSean Anderson1-17/+21
2020-09-30nand: brcmnand: Fix not calling dev_err() with a deviceSean Anderson1-14/+6
2020-09-30nand: atmel: Fix not calling dev_xxx with a deviceSean Anderson1-30/+39
2020-09-30mtd: spi-nand: Fix not calling dev_err with a deviceSean Anderson1-4/+4
2020-09-30mtd: spi: Fix logging in spi-nor-tinySean Anderson1-5/+16
2020-09-30mtd: spi: Include dm.h in spi-nor-core.cSean Anderson1-0/+1
2020-09-30mtd: nand: sunxi: Fix not calling dev_err with a deviceSean Anderson1-22/+23
2020-09-30mtd: nand: pxa3xx: Fix not calling dev_xxx with a deviceSean Anderson1-15/+15
2020-09-29mtd: fix typos in drivers/mtd/Kconfig, drivers/mtd/renesas_rpc_hf.cHeinrich Schuchardt2-5/+5
2020-09-24mtd: spi-nor-ids: add support for Macronix mx25u12835f flashVladimir Vid1-0/+1
2020-09-23nand: Kconfig: Change dependency for NAND_ARASANMichal Simek1-1/+1
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek2-2/+2
2020-09-11mtd: nand: Fix nand write error with bad block addresses above 32-bitT Karthik Reddy1-3/+3
2020-08-13mtd: rawnand: stm32_fmc2: get resources from parent nodeChristophe Kerello1-28/+59
2020-08-13mtd: rawnand: stm32_fmc2: use clrsetbits_le32Christophe Kerello1-35/+21
2020-08-13mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello1-64/+56
2020-08-13mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello1-132/+131
2020-08-13mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_5S for timeoutsChristophe Kerello1-3/+5
2020-08-13mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello1-25/+0
2020-08-13mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello1-1/+1
2020-08-04Fix corner case in bad block table handling.Doyle, Patrick1-1/+1
2020-08-03nand: Drop dm.h header fileSimon Glass2-2/+3
2020-08-03mtd: spi-nor: Tidy up error handling / debug codeSimon Glass3-4/+4
2020-08-03spi: Allow separate control of SPI_FLASH_TINY for SPL/TPLSimon Glass1-1/+1
2020-07-20mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesShivamurthy Shastri1-0/+55
2020-07-20mtd: spinand: micron: Add M70A series Micron SPI NAND devicesShivamurthy Shastri1-0/+20
2020-07-20mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri1-0/+16
2020-07-20mtd: spinand: micron: Add new Micron SPI NAND devicesShivamurthy Shastri1-0/+30
2020-07-20mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGDShivamurthy Shastri1-0/+1
2020-07-20mtd: spinand: micron: Generalize the OOB layout structure and function namesShivamurthy Shastri1-14/+14
2020-07-17mtd: mtdpart: use uint64_t instead of int for cur_offMartin Kaistra1-1/+1
2020-07-11Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini1-3/+4
2020-07-11Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini3-1/+19
2020-07-11mtd: nand: raw: denali: Wait for reset completion statusLey Foon Tan3-1/+17
2020-07-11mtd: nand: raw: denali: Assert reset before deassertLey Foon Tan1-0/+2
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+2
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano2-3/+3
2020-07-09sandbox: spi: sandbox_sf_state_name() is requiredHeinrich Schuchardt1-2/+0
2020-07-09mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDPPragnesh Patel1-3/+4
2020-07-08spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi1-0/+28
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2-3/+3
2020-06-01mtd: sf: Drop plat from sf_probeJagan Teki1-2/+0
2020-06-01mtd: spi: Call sst_write in _write opsJagan Teki1-6/+7
2020-06-01sf: Drop spl_flash_get_sw_write_protJagan Teki5-38/+0
2020-06-01mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdefJagan Teki2-9/+18