summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2018-11-02MLK-20154-1 mtd: spi: Add flash id for GD25LQ16Ye Li
2018-09-18MLK-19183-12 iMX8QXP SPL: Add QSPI support for imx8qxp_mekAbel Vesa
2018-04-27MLK-16034-02: enable GPMI NAND driver for i.MX8Han Xu
2018-04-27MLK-15958-1 mtd: spi: Add 4bytes extend address supportYe Li
2018-04-27MLK-14938-20 spi_flash: Remove SECT_4K flag for mt35xu512abaYe Li
2018-04-27MLK-17153-1 nand: Update SPL MXS NAND mini driverYe Li
2018-04-27MLK-17109-3 mxs_nand: Add support for i.MX8MYe Li
2018-04-27MLK-17109-2 spi_flash: Add gd25q16c to flash ids tableYe Li
2018-04-27MLK-13450-17 sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters arrayYe Li
2018-04-27MLK-12483-4 mx6: Modify drivers to disable fused modulesYe Li
2018-04-27MLK-14484-1 mtd/spi: Add MT35XU512ABA NOR flash supportYe Li
2018-04-27MLK-12865 Nand: Fix BCH debug1 register access issueYe Li
2018-04-27MLK-12693-2 nand: mxs: correct bitflip for erased NAND pagePeng Fan
2018-04-27MLK-12693-1 nand: mxs: fix the bitflips for erased page when uncorrectable errorPeng Fan
2018-04-27MLK-12603: mtd: gpmi: may use legacy bch geometry in u-bootHan Xu
2018-04-27MLK-11718-2: mtd: nand: change the BCH layout setting for large oob NANDHan Xu
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-23sf: Add ISSI IS25LP256 entryMarek Vasut
2018-02-19mtd: ubi: Fix worker handlingRichard Weinberger
2018-02-08Convert CONFIG_APBH_DMA et al to KconfigAdam Ford
2018-02-08Convert CONFIG_NAND_MXS to KconfigStefan Agner
2018-02-06ubi: Ensure no fastmap flush after uif_closeMartin Townsend
2018-01-31Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblazeTom Rini
2018-01-30nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia
2018-01-30nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu
2018-01-30nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu
2018-01-30nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu
2018-01-29cfi_flash: Always define cfi_flash_num_flash_banksMario Six
2018-01-29cfi_flash: Fix indentionMario Six
2018-01-29cfi_flash: Fix long linesMario Six
2018-01-29cfi_flash: Bound-check index before array accessMario Six
2018-01-29flash: Fix spelling of "ERR_TIMOUT"Mario Six
2018-01-29cfi_flash: Rename camel-case variablesMario Six
2018-01-29cfi_flash: Fix strings split across linesMario Six
2018-01-29cfi_flash: Use u8 pointers instead of void pointersMario Six
2018-01-29cfi_flash: Remove assignments from if conditionsMario Six
2018-01-29cfi_flash: Remove return from void functionMario Six
2018-01-29cfi_flash: Fix placement of braceMario Six
2018-01-29cfi_flash: Fix else after breakMario Six
2018-01-29cfi_flash: Fix spelling of "Unknown"Mario Six
2018-01-29cfi_flash: Add missing braces in blocksMario Six
2018-01-29cfi_flash: Remove unnecessary bracesMario Six
2018-01-29cfi_flash: Fix comment styleMario Six
2018-01-29cfi_flash: Use __func__ macro instead of function nameMario Six
2018-01-29cfi_flash: Fix logical continuationsMario Six
2018-01-29cfi_flash: Remove braces for single-statement blocksMario Six
2018-01-29cfi_flash: Fix missing/superfluous linesMario Six
2018-01-29cfi_flash: Fix spacing around casts/operatorsMario Six
2018-01-29cfi_flash: Fix indent of case statementsMario Six
2018-01-29cfi_flash: Fix whitespace with castingMario Six