summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2018-03-25Merge git://git.denx.de/u-boot-ubiTom Rini
2018-03-24Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel
2018-03-23arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or moreVipul Kumar
2018-03-22spi: spi_flash: do not fail silently on bad user inputLiam Beguin
2018-03-19nand: Remove unused ppc4xx NAND driver and referencesStefan Roese
2018-03-15Merge git://git.denx.de/u-boot-spiTom Rini
2018-03-13arch-stm32: Factorize stm32.h for STM32F4 and F7Patrice Chotard
2018-03-13arm: sunxi: Move spl spi sunxi code to mach-sunxiJagan Teki
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
2018-01-29cfi_flash: Fix Parenthesis spacingMario Six
2018-01-29cfi_flash: Fix style of pointer declarationsMario Six
2018-01-29cfi_flash: Fix space between function name and parenthesisMario Six
2018-01-24sf_probe: Merge spi_flash_probe_tail into spi_flash_probeMario Six
2018-01-24spi: sf_probe: Fix style violationsMario Six
2018-01-24spi: Remove spi_flash_probe_fdtMario Six
2018-01-24drivers: spi: consider command bytes when sending transfersÁlvaro Fernández Rojas
2018-01-24drivers: spi: allow limiting readsÁlvaro Fernández Rojas