aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2018-01-31Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblazeTom Rini2-36/+151
2018-01-30nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia1-0/+1
2018-01-30nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu1-2/+5
2018-01-30nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu1-27/+138
2018-01-30nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu1-7/+7
2018-01-29cfi_flash: Always define cfi_flash_num_flash_banksMario Six1-0/+2
2018-01-29cfi_flash: Fix indentionMario Six1-120/+118
2018-01-29cfi_flash: Fix long linesMario Six1-12/+19
2018-01-29cfi_flash: Bound-check index before array accessMario Six1-2/+2
2018-01-29flash: Fix spelling of "ERR_TIMOUT"Mario Six2-5/+5
2018-01-29cfi_flash: Rename camel-case variablesMario Six1-8/+8
2018-01-29cfi_flash: Fix strings split across linesMario Six1-9/+8
2018-01-29cfi_flash: Use u8 pointers instead of void pointersMario Six1-4/+4
2018-01-29cfi_flash: Remove assignments from if conditionsMario Six1-7/+11
2018-01-29cfi_flash: Remove return from void functionMario Six1-1/+0
2018-01-29cfi_flash: Fix placement of braceMario Six1-2/+1
2018-01-29cfi_flash: Fix else after breakMario Six1-3/+3
2018-01-29cfi_flash: Fix spelling of "Unknown"Mario Six1-1/+1
2018-01-29cfi_flash: Add missing braces in blocksMario Six1-1/+3
2018-01-29cfi_flash: Remove unnecessary bracesMario Six1-24/+24
2018-01-29cfi_flash: Fix comment styleMario Six1-2/+4
2018-01-29cfi_flash: Use __func__ macro instead of function nameMario Six1-1/+1
2018-01-29cfi_flash: Fix logical continuationsMario Six1-13/+13
2018-01-29cfi_flash: Remove braces for single-statement blocksMario Six1-10/+5
2018-01-29cfi_flash: Fix missing/superfluous linesMario Six1-7/+4
2018-01-29cfi_flash: Fix spacing around casts/operatorsMario Six1-9/+9
2018-01-29cfi_flash: Fix indent of case statementsMario Six1-100/+100
2018-01-29cfi_flash: Fix whitespace with castingMario Six1-2/+2
2018-01-29cfi_flash: Fix Parenthesis spacingMario Six1-11/+11
2018-01-29cfi_flash: Fix style of pointer declarationsMario Six1-24/+24
2018-01-29cfi_flash: Fix space between function name and parenthesisMario Six1-214/+214
2018-01-24sf_probe: Merge spi_flash_probe_tail into spi_flash_probeMario Six1-12/+7
2018-01-24spi: sf_probe: Fix style violationsMario Six1-2/+2
2018-01-24spi: Remove spi_flash_probe_fdtMario Six1-13/+0
2018-01-24drivers: spi: consider command bytes when sending transfersÁlvaro Fernández Rojas1-1/+1
2018-01-24drivers: spi: allow limiting readsÁlvaro Fernández Rojas1-0/+3
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-2/+2
2018-01-08mtd: nand: mxs_nand_spl: Remove nand size printJagan Teki1-2/+0
2017-12-19Merge git://git.denx.de/u-boot-spiTom Rini1-0/+1
2017-12-19mtd/spi: fix block count for is25lq040bSean Nyekjaer1-1/+1
2017-12-12mtd: nand: denali: make NAND_DENALI unconfigurable optionMasahiro Yamada1-4/+3
2017-12-04Merge git://git.denx.de/u-boot-uniphierTom Rini18-48/+22
2017-12-04Merge git://git.denx.de/u-boot-cfi-flashTom Rini1-3/+9
2017-12-04mtd: nand: denali: consolidate include directivesMasahiro Yamada1-3/+3
2017-12-04mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada1-2/+2
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada16-16/+16
2017-12-04mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada1-26/+0
2017-12-04mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada1-1/+1
2017-12-04mtd: cfi: Fix checking status register featureYork Sun1-3/+9
2017-11-30fix: nand: pxa3xx: fix defined but not used warningsSean Nyekjaer1-0/+2