summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| * mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal2018-04-031-1/+7
* | Merge git://git.denx.de/u-boot-ubiTom Rini2018-03-251-0/+7
|\ \
| * | Convert CONFIG_UBI_SILENCE_MSG to KconfigPetr Vorel2018-03-241-0/+7
* | | arm64: zynqmp: nand: Fixed NAND erase issue for size 1GiB or moreVipul Kumar2018-03-231-3/+4
|/ /
* | spi: spi_flash: do not fail silently on bad user inputLiam Beguin2018-03-221-1/+1
* | nand: Remove unused ppc4xx NAND driver and referencesStefan Roese2018-03-193-217/+0
|/
* Merge git://git.denx.de/u-boot-spiTom Rini2018-03-153-326/+0
|\
| * arm: sunxi: Move spl spi sunxi code to mach-sunxiJagan Teki2018-03-133-326/+0
* | arch-stm32: Factorize stm32.h for STM32F4 and F7Patrice Chotard2018-03-131-1/+1
|/
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* sf: Add ISSI IS25LP256 entryMarek Vasut2018-02-231-0/+1
* mtd: ubi: Fix worker handlingRichard Weinberger2018-02-193-25/+40
* Convert CONFIG_APBH_DMA et al to KconfigAdam Ford2018-02-081-0/+3
* Convert CONFIG_NAND_MXS to KconfigStefan Agner2018-02-081-1/+1
* ubi: Ensure no fastmap flush after uif_closeMartin Townsend2018-02-061-5/+0
* Merge tag 'xilinx-for-v2018.03' of git://git.denx.de/u-boot-microblazeTom Rini2018-01-312-36/+151
|\
| * nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia2018-01-301-0/+1
| * nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu2018-01-301-2/+5
| * nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu2018-01-301-27/+138
| * nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu2018-01-301-7/+7
* | cfi_flash: Always define cfi_flash_num_flash_banksMario Six2018-01-291-0/+2
* | cfi_flash: Fix indentionMario Six2018-01-291-120/+118
* | cfi_flash: Fix long linesMario Six2018-01-291-12/+19
* | cfi_flash: Bound-check index before array accessMario Six2018-01-291-2/+2
* | flash: Fix spelling of "ERR_TIMOUT"Mario Six2018-01-292-5/+5
* | cfi_flash: Rename camel-case variablesMario Six2018-01-291-8/+8
* | cfi_flash: Fix strings split across linesMario Six2018-01-291-9/+8
* | cfi_flash: Use u8 pointers instead of void pointersMario Six2018-01-291-4/+4
* | cfi_flash: Remove assignments from if conditionsMario Six2018-01-291-7/+11
* | cfi_flash: Remove return from void functionMario Six2018-01-291-1/+0
* | cfi_flash: Fix placement of braceMario Six2018-01-291-2/+1
* | cfi_flash: Fix else after breakMario Six2018-01-291-3/+3
* | cfi_flash: Fix spelling of "Unknown"Mario Six2018-01-291-1/+1
* | cfi_flash: Add missing braces in blocksMario Six2018-01-291-1/+3
* | cfi_flash: Remove unnecessary bracesMario Six2018-01-291-24/+24
* | cfi_flash: Fix comment styleMario Six2018-01-291-2/+4
* | cfi_flash: Use __func__ macro instead of function nameMario Six2018-01-291-1/+1
* | cfi_flash: Fix logical continuationsMario Six2018-01-291-13/+13
* | cfi_flash: Remove braces for single-statement blocksMario Six2018-01-291-10/+5
* | cfi_flash: Fix missing/superfluous linesMario Six2018-01-291-7/+4
* | cfi_flash: Fix spacing around casts/operatorsMario Six2018-01-291-9/+9
* | cfi_flash: Fix indent of case statementsMario Six2018-01-291-100/+100
* | cfi_flash: Fix whitespace with castingMario Six2018-01-291-2/+2
* | cfi_flash: Fix Parenthesis spacingMario Six2018-01-291-11/+11
* | cfi_flash: Fix style of pointer declarationsMario Six2018-01-291-24/+24
* | cfi_flash: Fix space between function name and parenthesisMario Six2018-01-291-214/+214
* | sf_probe: Merge spi_flash_probe_tail into spi_flash_probeMario Six2018-01-241-12/+7
* | spi: sf_probe: Fix style violationsMario Six2018-01-241-2/+2
* | spi: Remove spi_flash_probe_fdtMario Six2018-01-241-13/+0
* | drivers: spi: consider command bytes when sending transfersÁlvaro Fernández Rojas2018-01-241-1/+1