summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: sf: Drop plat from sf_probeJagan Teki2020-06-011-2/+0
* mtd: spi: Call sst_write in _write opsJagan Teki2020-06-011-6/+7
* sf: Drop spl_flash_get_sw_write_protJagan Teki2020-06-015-38/+0
* mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdefJagan Teki2020-06-012-9/+18
* mtd: spinand: toshiba: Support for new Kioxia Serial NANDYoshio Furuyama2020-05-281-16/+103
* mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)Yoshio Furuyama2020-05-281-27/+27
* mtd: rawnand: denali: deassert write protect pinMasahiro Yamada2020-05-221-0/+1
* mtd: rawnand: denali: configure SPARE_AREA_SKIP_BYTES only for denali_splMasahiro Yamada2020-05-221-9/+9
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-1828-0/+28
* common: Drop linux/delay.h from common headerSimon Glass2020-05-1820-0/+20
* common: Drop linux/bug.h from common headerSimon Glass2020-05-1817-0/+17
* common: Drop log.h from common headerSimon Glass2020-05-1840-0/+40
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-184-0/+6
* arm: Don't include common.h in header filesSimon Glass2020-05-182-0/+4
* common: Drop flash.h from common headerSimon Glass2020-05-185-0/+5
* 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-spiWIP/30Apr2020Tom 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