summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11Move malloc_cache_aligned() to its own headerSimon Glass
2015-09-11mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600Stefan Roese
2015-09-11arm: Remove nhk8815 boards and nomadik archSimon Glass
2015-09-10sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devicesStefan Roese
2015-08-31mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede
2015-08-31sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon
2015-08-31sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede
2015-08-31sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede
2015-08-31sunxi_nand_spl: Add support for backup boot partitionsHans de Goede
2015-08-31sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede
2015-08-31sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede
2015-08-31sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede
2015-08-31sunxi_nand_spl: Add support for sun4i and sun5i SoCsHans de Goede
2015-08-31sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede
2015-08-31sunxi_nand_spl: Add proper cache flusingHans de Goede
2015-08-31sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede
2015-08-31sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede
2015-08-31sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome modeHans de Goede
2015-08-31sunxi_nand_spl: We only need to reset the nand chip onceHans de Goede
2015-08-31sunxi_nand_spl: Drop unnecessary temp bufHans de Goede
2015-08-30mtd: denali_spl: do not allocate page_buffer in .bss sectionMasahiro Yamada
2015-08-28mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler
2015-08-25mtd: nand: mxs invalidate dcache before DMA readPeng Fan
2015-08-25mtd: nand: mxs support oobsize bigger than 512Peng Fan
2015-08-25mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driverStefan Roese
2015-08-25nand: Sync with Linux v4.1Scott Wood
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2015-08-25nand: Remove __UBOOT__ ifdefsScott Wood
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-18nand: lpc32xx: add ECC layout for small page NANDSylvain Lemieux
2015-08-18nand: lpc32xx: add hardware ECC supportSylvain Lemieux
2015-08-17sf: ops: Add spi_flash_copy_mmap functionTom Rini
2015-08-17sf: Make 4K sector support configurableMarek Vasut
2015-08-13tegra: nand: disable subpage writesMarcel Ziswiler
2015-08-13mtd/nand/tegra: alignment workaroundMarcel Ziswiler
2015-08-13tegra: nand: fix read_byte required for proper onfi detectionMarcel Ziswiler
2015-08-12nand: lpc32xx: add SLC NAND controller supportVladimir Zapolskiy
2015-08-12spl: nand: simple: replace readb() with chip specific read_buf()Vladimir Zapolskiy
2015-08-12nand, atmel: remove udelay in spl_nand_erase_one()Heiko Schocher
2015-08-08sunxi: nand: Add board configuration optionsPiotr Zierhoffer
2015-08-08sunxi: nand: Add basic sunxi NAND driver for SPL with DMA supportPiotr Zierhoffer
2015-08-02sf: kconfig: add kconfig options for spi flashesNikita Kiryanov
2015-07-10mtd: fix false positive "Offset exceeds device limit" errorMasahiro Yamada
2015-07-01sf: Kconfig: Add SPI_FLASH_BAR entryJagan Teki
2015-07-01sf: Kconfig: Add SPI_FLASH_DATAFLASH entryJagan Teki
2015-07-01sf: Kconfig: Add SPI_FLASH_MTD entryJagan Teki
2015-07-01sf: Kconfig: Update SPI_FLASH entryJagan Teki
2015-07-01sf: Add Kconfig menu entryJagan Teki
2015-07-01sf: dataflash: Rename to CONFIG_SPI_FLASH_DATAFLASHJagan Teki