summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-imx-20200511' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-05-114-88/+380
|\
| * mtd: nand: raw: mxs_nand changes for nandbcbHan Xu2020-05-101-3/+40
| * nand: enable the Randomizer module for i.mx7 and i.mx8Alice Guo2020-05-101-1/+7
| * mxs_nand: don't check zero count when ECC reading with randomizerHan Xu2020-05-101-2/+3
| * MXS_NAND: Add clock support for iMX8Ye Li2020-05-101-0/+69
| * mtd: nand: support GPMI NAND driver for i.MX8Peng Fan2020-05-103-10/+19
| * nand: mxs_nand: make imx8mm can use hardware BCH and randomizerAlice Guo2020-05-101-1/+1
| * mtd: mxs_nand: fix the gf_13/14 definition issueHan Xu2020-05-101-0/+2
| * mtd: nand: mxs_nand: add i.MX6QP compatible stringHan Xu2020-05-101-0/+4
| * mxs_nand: Update compatible string for i.MX6SXYe Li2020-05-101-0/+8
| * nand: Update SPL MXS NAND mini driverYe Li2020-05-101-7/+34
| * mxs_nand: Add support for i.MX8MYe Li2020-05-102-7/+7
| * nand: mxs: correct bitflip for erased NAND pagePeng Fan2020-05-101-1/+17
| * nand: mxs: fix the bitflips for erased page when uncorrectable errorPeng Fan2020-05-101-0/+44
| * mtd: gpmi: provide the option to use legacy bch geometryYe Li2020-05-102-2/+4
| * mtd: gpmi: change the BCH layout setting for large oob NANDYe Li2020-05-101-69/+136
* | sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters arrayYe Li2020-05-111-0/+1
* | spi: fix dev parameter in dev_* callsDario Binacchi2020-05-111-8/+11
|/
* configs: migrate CONFIG_SYS_MTDPARTS_RUNTIME to defconfigsPatrick Delaunay2020-05-081-0/+7
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2020-04-305-10/+212
|\
| * mtd: spi-nor-ids: Add Spansion s25fs512s flash entryKuldeep Singh2020-04-301-1/+2
| * mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256Jagan Teki2020-04-301-1/+2
| * mtd: spi-nor: Enable QE bit for ISSI flashJagan Teki2020-04-301-0/+1
| * mtd: nand: spi: add support for Toshiba TC58CVG2S0HRAIJRobert Marko2020-04-291-0/+10
| * mtd: spi-nand: Import Toshiba SPI-NAND supportRobert Marko2020-04-293-1/+193
| * mtd: spi-nor: Enable dual and quad read for s25fl256s0Bacem Daassi2020-04-291-1/+1
| * mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*Kuldeep Singh2020-04-291-2/+2
| * spi: use is_power_of_2 instead of hweight32 in spi_nor_write()Rasmus Villemoes2020-04-291-4/+1
* | Merge tag 'xilinx-for-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodia...Tom Rini2020-04-301-1/+1
|\ \ | |/ |/|
| * ARM: zynq: Fix invalid check on NAND_CMD_NONE.Patrick van Gelder2020-04-271-1/+1
* | nand: brcmnand: return without disabling clockÁlvaro Fernández Rojas2020-04-271-1/+8
|/
* mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0Baruch Siach2020-04-241-1/+1
* nand: raw: zynq: Do not try to probe driver if nand flash is disabledMichal Simek2020-04-061-0/+5
* nand: raw: Do not free xnand structureMichal Simek2020-04-061-11/+9
* mtd: spi: Add Macronix MX25U3235F deviceTom Warren2020-04-021-0/+1
* mtd: nand: Fix on-die ecc issues in arasan_nfc driverT Karthik Reddy2020-02-281-3/+8
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-2/+1
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-0524-1/+28
* dm: core: Require users of devres to include the headerSimon Glass2020-02-0536-0/+41
* mtd: Rename free() to rfree()Simon Glass2020-02-057-8/+8
* mtd: rawnand: denali_dt: use UCLASS_MTD instead of UCLASS_MISCMasahiro Yamada2020-02-012-3/+3
* mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatibleMasahiro Yamada2020-02-012-9/+22
* mtd: rawnand: denali_dt: insert udelay() after reset deassertMasahiro Yamada2020-02-011-2/+10
* mtd: rawnand: denali: Do not reset the block before booting the kernelMarek Vasut2020-02-012-13/+4
* mtd: rawnand: denali_dt: make the core clock optionalMasahiro Yamada2020-02-011-4/+6
* mtd: rawnand: denali-spl: Add missing hardware init on SoCFPGAMarek Vasut2020-02-011-0/+7
* mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2020-01-272-2/+21
* mtd: spinand: winbond: Add support for W25N01GVRobert Marko2020-01-271-0/+8
* mtd: denali: Drop custom dma mapping functionsVignesh Raghavendra2020-01-251-32/+3