summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2017-08-30mtd: nand: denali_dt: add a DT driverMasahiro Yamada5-1/+81
2017-08-22mtd: cfi: staticize functionsMarek Vasut1-4/+4
2017-08-17Merge git://git.denx.de/u-boot-spiTom Rini3-6/+27
2017-08-16sf: Preserve QE bit when clearing BP# bits for Macronix flashBin Meng1-4/+18
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-3/+4
2017-08-12Convert CONFIG_NAND to KconfigAdam Ford1-2/+5
2017-08-08mtd: spi: sf_dataflash: Add print message while erase errorWenyou.Yang@microchip.com1-2/+8
2017-08-08sf: Add Macronix MX25U6435F device parametersBin Meng1-0/+1
2017-07-31configs: Migrate CMD_NAND*Tom Rini1-0/+7
2017-07-24ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONSKarl Beldan1-0/+1
2017-07-24ubi: Kconfig: Fix MTD_UBI selection dependencyKarl Beldan1-1/+1
2017-07-18Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-3/+4
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-3/+3
2017-07-12mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam1-0/+1
2017-07-12mtd: nand: make nand_info array staticGrygorii Strashko1-1/+1
2017-07-12mtd: nand: drv: use get_nand_dev_by_index()Grygorii Strashko2-2/+2
2017-07-12cmd: nand: abstract global variable usage for dm conversionMugunthan V N2-11/+17
2017-07-10mtd: stm32: use parameter instead of default valuePatrice Chotard1-1/+1
2017-06-23mtd: OneNAND: Fix onenand_block_markbadLadislav Michl1-1/+5
2017-06-23onenand_spl_simple: Add DDP OneNAND supportLadislav Michl1-4/+25
2017-06-23onenand_spl_simple: Call onenand_spl_get_geometry() only onceLadislav Michl1-2/+5
2017-06-20arm: zynq: Move CONFIG_SF_DUAL_FLASH to defconfigMike Looijmans1-0/+7
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher3-659/+2
2017-06-16treewide: remove unneeded semicolonsMasahiro Yamada1-6/+6
2017-06-05samsung: nand: Drop s3c2410_nand driverSimon Glass2-176/+0
2017-06-01dm: sandbox: spi: Convert driver to support livetreeSimon Glass1-4/+2
2017-06-01dm: spi-flash: Convert uclass to livetreeSimon Glass1-4/+3
2017-06-01fdt: Rename a few functions in fdt_supportSimon Glass3-3/+3
2017-06-01dm: gpio: Add live tree supportSimon Glass2-3/+3
2017-05-09fix: nand: pxa3xx: Remove hardcode values from the driverKonstantin Porotchkin1-8/+54
2017-05-08mtd: nand: Consolidate nand spl loaders implementationLadislav Michl4-171/+110
2017-04-18drivers: remove Blackfin specific driversMasahiro Yamada2-395/+0
2017-04-13mtd: nand: atmel: use another functions to set gpio valueWenyou Yang1-2/+3
2017-04-09mtd: nand: am335x_spl_bch: Incorporate tWB delay in nand_command functionCooper Jr., Franklin1-12/+40
2017-04-07nand: sunxi: Add options for the SPL NAND configurationMaxime Ripard1-0/+16
2017-04-07mtd: sunxi: Change U-Boot offsetMaxime Ripard1-1/+1
2017-04-07mtd: sunxi: Select the U-Boot location config optionMaxime Ripard1-0/+1
2017-04-07mtd: ubi: Select RBTREE option from MTD_UBI Kconfig entryBoris Brezillon1-0/+1
2017-04-07nand: sunxi: Fix modulo by zero errorMaxime Ripard1-3/+4
2017-04-07Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-9/+9
2017-04-05Blackfin: RemoveTom Rini1-2/+0
2017-04-05sunxi: prepare for sharing MACH_SUN8I_H3 config symbolAndre Przywara1-1/+1
2017-04-05SPI: SPL: sunxi: fix 64-bit buildAndre Przywara1-8/+8
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese2-2/+2
2017-03-28mtd: nand: remove nand size print from nand_init functionHou Zhiqiang1-2/+5
2017-03-28mtd: nand: add initialization flagHou Zhiqiang1-0/+10
2017-02-19mtd: nand: build MXS driver for MX7 as wellAndrey Yurovsky1-1/+1
2017-02-12flash: complete CONFIG_SYS_NO_FLASH move with renamingMasahiro Yamada2-1/+6
2017-02-08dm: core: Replace of_offset with accessorSimon Glass5-6/+6