summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2018-04-25Merge git://git.denx.de/u-boot-spiTom Rini
2018-04-23nand: zynq: Cleanup initializationEzequiel Garcia
2018-04-23nand: zynq: Fix driver initializationEzequiel Garcia
2018-04-19sf: Add Spansion s25fl208k entrySean Nyekjaer
2018-04-19mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064Eugeniy Paltsev
2018-04-19mtd: sf: Add support of sst26wf* flash ICs protection opsEugeniy Paltsev
2018-04-16mtd: cfi_flash: Make live-tree compatibleMario Six
2018-04-11mtd: rpc: Add Renesas RPC Hyperflash driverMarek Vasut
2018-04-09nand: arasan_nfc: Fixed NAND write issueVipul Kumar
2018-04-04Merge git://git.denx.de/u-boot-sunxiTom Rini
2018-04-03sunxi: move the NAND parameters to KconfigMiquel Raynal
2018-04-03sunxi: make NAND_SUNXI use ARCH_SUNXI as default in KconfigMiquel Raynal
2018-04-03sunxi: automatically select SPL_NAND_SUPPORT in KconfigMiquel Raynal
2018-04-03sunxi: allow NAND support to be compiled for sun8i platformsMiquel Raynal
2018-04-03spl: nand: sunxi: use PIO instead of DMAMiquel Raynal
2018-04-03spl: nand: sunxi: declare the ecc_bytes array globallyMiquel Raynal
2018-04-03spl: nand: sunxi: make the reset column helper more genericMiquel Raynal
2018-04-03spl: nand: sunxi: ensure enough time has passed after changing the columnMiquel Raynal
2018-04-03spl: nand: sunxi: create an helper to handle command executionMiquel Raynal
2018-04-03spl: nand: sunxi: add missing status clearMiquel Raynal
2018-04-03spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal
2018-04-03spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal
2018-04-03spl: nand: sunxi: fix typo on register nameMiquel Raynal
2018-04-03spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal
2018-04-03mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal
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