summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2020-05-19common: Drop net.h from common headerSimon Glass4-0/+6
2020-05-18arm: Don't include common.h in header filesSimon Glass2-0/+4
2020-05-18common: Drop flash.h from common headerSimon Glass5-0/+5
2020-05-11Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini4-88/+380
2020-05-10sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters arrayYe Li1-0/+1
2020-05-10spi: fix dev parameter in dev_* callsDario Binacchi1-8/+11
2020-05-10mtd: nand: raw: mxs_nand changes for nandbcbHan Xu1-3/+40
2020-05-10nand: enable the Randomizer module for i.mx7 and i.mx8Alice Guo1-1/+7
2020-05-10mxs_nand: don't check zero count when ECC reading with randomizerHan Xu1-2/+3
2020-05-10MXS_NAND: Add clock support for iMX8Ye Li1-0/+69
2020-05-10mtd: nand: support GPMI NAND driver for i.MX8Peng Fan3-10/+19
2020-05-10nand: mxs_nand: make imx8mm can use hardware BCH and randomizerAlice Guo1-1/+1
2020-05-10mtd: mxs_nand: fix the gf_13/14 definition issueHan Xu1-0/+2
2020-05-10mtd: nand: mxs_nand: add i.MX6QP compatible stringHan Xu1-0/+4
2020-05-10mxs_nand: Update compatible string for i.MX6SXYe Li1-0/+8
2020-05-10nand: Update SPL MXS NAND mini driverYe Li1-7/+34
2020-05-10mxs_nand: Add support for i.MX8MYe Li2-7/+7
2020-05-10nand: mxs: correct bitflip for erased NAND pagePeng Fan1-1/+17
2020-05-10nand: mxs: fix the bitflips for erased page when uncorrectable errorPeng Fan1-0/+44
2020-05-10mtd: gpmi: provide the option to use legacy bch geometryYe Li2-2/+4
2020-05-10mtd: gpmi: change the BCH layout setting for large oob NANDYe Li1-69/+136
2020-05-08configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigsPatrick Delaunay1-0/+7
2020-05-01Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini5-10/+212
2020-04-30mtd: spi-nor-ids: Add Spansion s25fs512s flash entryKuldeep Singh1-1/+2
2020-04-30mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256Jagan Teki1-1/+2
2020-04-30mtd: spi-nor: Enable QE bit for ISSI flashJagan Teki1-0/+1
2020-04-30Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-1/+1
2020-04-28mtd: nand: spi: add support for Toshiba TC58CVG2S0HRAIJRobert Marko1-0/+10
2020-04-28mtd: spi-nand: Import Toshiba SPI-NAND supportRobert Marko3-1/+193
2020-04-28mtd: spi-nor: Enable dual and quad read for s25fl256s0Bacem Daassi1-1/+1
2020-04-28mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*Kuldeep Singh1-2/+2
2020-04-28spi: use is_power_of_2 instead of hweight32 in spi_nor_write()Rasmus Villemoes1-4/+1
2020-04-27nand: brcmnand: return without disabling clockÁlvaro Fernández Rojas1-1/+8
2020-04-27ARM: zynq: Fix invalid check on NAND_CMD_NONE.Patrick van Gelder1-1/+1
2020-04-24mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0Baruch Siach1-1/+1
2020-04-06nand: raw: zynq: Do not try to probe driver if nand flash is disabledMichal Simek1-0/+5
2020-04-06nand: raw: Do not free xnand structureMichal Simek1-11/+9
2020-04-03mtd: spi: Add Macronix MX25U3235F deviceTom Warren1-0/+1
2020-02-28mtd: nand: Fix on-die ecc issues in arasan_nfc driverT Karthik Reddy1-3/+8
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-2/+1
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass24-1/+28
2020-02-06dm: core: Require users of devres to include the headerSimon Glass36-0/+41
2020-02-06mtd: Rename free() to rfree()Simon Glass7-8/+8
2020-01-31mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISCMasahiro Yamada2-3/+3
2020-01-31mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatibleMasahiro Yamada2-9/+22
2020-01-31mtd: rawnand: denali_dt: insert udelay() after reset deassertMasahiro Yamada1-2/+10
2020-01-31mtd: rawnand: denali: Do not reset the block before booting the kernelMarek Vasut2-13/+4
2020-01-31mtd: rawnand: denali_dt: make the core clock optionalMasahiro Yamada1-4/+6
2020-01-31mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGAMarek Vasut1-0/+7