summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesShivamurthy Shastri2020-07-201-0/+55
* mtd: spinand: micron: Add M70A series Micron SPI NAND devicesShivamurthy Shastri2020-07-201-0/+20
* mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri2020-07-201-0/+16
* mtd: spinand: micron: Add new Micron SPI NAND devicesShivamurthy Shastri2020-07-201-0/+30
* mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGDShivamurthy Shastri2020-07-201-0/+1
* mtd: spinand: micron: Generalize the OOB layout structure and function namesShivamurthy Shastri2020-07-201-14/+14
* mtd: mtdpart: use uint64_t instead of int for cur_offMartin Kaistra2020-07-171-1/+1
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/11Jul2020Tom Rini2020-07-111-3/+4
|\
| * mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDPPragnesh Patel2020-07-091-3/+4
* | Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-07-113-1/+19
|\ \
| * | mtd: nand: raw: denali: Wait for reset completion statusLey Foon Tan2020-07-113-1/+17
| * | mtd: nand: raw: denali: Assert reset before deassertLey Foon Tan2020-07-111-0/+2
| |/
* | core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+2
* | drivers: rename drivers to match compatible stringWalter Lozano2020-07-092-3/+3
* | sandbox: spi: sandbox_sf_state_name() is requiredHeinrich Schuchardt2020-07-091-2/+0
|/
* spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi2020-07-081-0/+28
* spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski2020-06-292-3/+3
* 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