aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2015-11-13sf: Fix NULL pointer exception for flashes without lock methodsBin Meng1-6/+12
2015-11-12mtd: uboot: Add meaningful error messageMaxime Ripard1-1/+1
2015-11-12mtd: add altera quadspi driverThomas Chou3-0/+283
2015-11-12cfi_flash: convert to driver modelThomas Chou2-0/+89
2015-11-12dm: implement a MTD uclassThomas Chou3-0/+34
2015-11-05sf: Add SPI NOR protection mechanismFabio Estevam3-2/+34
2015-11-05sf: Add SPI protection mechanism from the kernelFabio Estevam2-0/+173
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam2-2/+2
2015-10-28Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini4-100/+115
2015-10-27Merge git://www.denx.de/git/u-boot-cfi-flashTom Rini1-41/+41
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini2-2/+2
2015-10-27cfi_flash: use specific width types for cwordRyan Harkin1-41/+41
2015-10-26UBI: Fastmap: Fix PEB array typeHeiko Schocher1-2/+2
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher17-1347/+1860
2015-10-25sf: Add FSR support to spi_flash_cmd_wait_readyJagan Teki3-9/+60
2015-10-25sf: Update status reg check in spi_flash_cmd_wait_readyJagan Teki1-58/+13
2015-10-25sf: Make flash->flags use for generic usageJagan Teki2-5/+9
2015-10-25sf: Optimize BAR write codeJagan Teki1-28/+13
2015-10-25sf: Add spi_flash_read_barJagan Teki1-19/+34
2015-10-25sf: Return bank_sel, if flash->bank_curr == bank_selJagan Teki1-1/+1
2015-10-25sf: params: Add IS25LP128 part supportJagan Teki1-0/+1
2015-10-25sf: params: Add IS25LP064 part supportJagan Teki1-0/+1
2015-10-25sf: params: Add IS25LP032 part supportJagan Teki1-0/+3
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2-2/+2
2015-10-15Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-109/+138
2015-10-15mtd: nand: vf610_nfc: resync with upstream Linux versionStefan Agner1-109/+138
2015-10-11nand: omap_gpmc: Change correctable bit-flips messages to debug()Ezequiel GarcĂ­a1-3/+3
2015-10-11mtd: sf: Add support AT26DF081A chipYao Yuan1-0/+1
2015-09-29sunxi_nand_spl: Be smarter about where to look for backup u-boot.binHans de Goede1-6/+20
2015-09-20mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan1-1/+8
2015-09-15mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc()Stefan Roese1-6/+15
2015-09-11bitops: introduce BIT() definitionHeiko Schocher1-1/+0
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass1-0/+1
2015-09-11mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600Stefan Roese1-0/+40
2015-09-11arm: Remove nhk8815 boards and nomadik archSimon Glass2-207/+0
2015-09-10sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devicesStefan Roese1-0/+1
2015-08-31mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede1-0/+9
2015-08-31sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon1-3/+8
2015-08-31sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede2-10/+6
2015-08-31sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede2-10/+10
2015-08-31sunxi_nand_spl: Add support for backup boot partitionsHans de Goede1-0/+16
2015-08-31sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede2-29/+39
2015-08-31sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede1-38/+48
2015-08-31sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede1-0/+5
2015-08-31sunxi_nand_spl: Add support for sun4i and sun5i SoCsHans de Goede1-2/+2
2015-08-31sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede1-46/+12
2015-08-31sunxi_nand_spl: Add proper cache flusingHans de Goede1-0/+8
2015-08-31sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede1-2/+15
2015-08-31sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede2-0/+3