summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-10-151-109/+138
|\
| * mtd: nand: vf610_nfc: resync with upstream Linux versionStefan Agner2015-10-151-109/+138
* | nand: omap_gpmc: Change correctable bit-flips messages to debug()Ezequiel García2015-10-111-3/+3
* | mtd: sf: Add support AT26DF081A chipYao Yuan2015-10-111-0/+1
* | sunxi_nand_spl: Be smarter about where to look for backup u-boot.binHans de Goede2015-09-291-6/+20
|/
* mtd: nand: mxs check maximum ecc that platfrom supportsPeng Fan2015-09-201-1/+8
* mtd: nand: fsmc: Fixes and cleanup for fsmc_nand_switch_ecc()Stefan Roese2015-09-151-6/+15
* bitops: introduce BIT() definitionHeiko Schocher2015-09-111-1/+0
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* Move malloc_cache_aligned() to its own headerSimon Glass2015-09-111-0/+1
* mtd: nand: fsmc: Add BCH4 SW ECC support for SPEAr600Stefan Roese2015-09-111-0/+40
* arm: Remove nhk8815 boards and nomadik archSimon Glass2015-09-112-207/+0
* sunxi_nand_spl: Add config parameter for 4KiB page sized NAND devicesStefan Roese2015-09-101-0/+1
* mtd: nand: Make CONFIG_SYS_NAND_U_BOOT_OFFS configurable through KconfigHans de Goede2015-08-311-0/+9
* sunxi_nand_spl: clear status flags in SPL implementationBoris Brezillon2015-08-311-3/+8
* sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_ENDHans de Goede2015-08-312-10/+6
* sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXIHans de Goede2015-08-312-10/+10
* sunxi_nand_spl: Add support for backup boot partitionsHans de Goede2015-08-311-0/+16
* sunxi_nand_spl: Auto detect nand configuration parametersHans de Goede2015-08-312-29/+39
* sunxi_nand_spl: Parametrize lowlevel read functionsHans de Goede2015-08-311-38/+48
* sunxi_nand_spl: Properly config page-size in the nand ctl registerHans de Goede2015-08-311-0/+5
* sunxi_nand_spl: Add support for sun4i and sun5i SoCsHans de Goede2015-08-311-2/+2
* sunxi_nand_spl: Use kernel driver algorithm for determining ecc_mode / _offHans de Goede2015-08-311-46/+12
* sunxi_nand_spl: Add proper cache flusingHans de Goede2015-08-311-0/+8
* sunxi_nand_spl: Turn off clocks when we're done with the nandHans de Goede2015-08-311-2/+15
* sunxi_nand_spl: Use SYS_NAND_SELF_INIT and only do nand init when necessaryHans de Goede2015-08-312-0/+3
* sunxi_nand_spl: Do not bother writing the spare-area reg in syndrome modeHans de Goede2015-08-311-4/+1
* sunxi_nand_spl: We only need to reset the nand chip onceHans de Goede2015-08-311-10/+10
* sunxi_nand_spl: Drop unnecessary temp bufHans de Goede2015-08-311-27/+8
* mtd: denali_spl: do not allocate page_buffer in .bss sectionMasahiro Yamada2015-08-301-20/+12
* mtd/nand/ubi: assortment of alignment fixesMarcel Ziswiler2015-08-281-1/+1
* mtd: nand: mxs invalidate dcache before DMA readPeng Fan2015-08-251-0/+6
* mtd: nand: mxs support oobsize bigger than 512Peng Fan2015-08-251-9/+23
* mtd: nand: Add mvebu (PXA / AXP / A38x) NAND device driverStefan Roese2015-08-254-0/+1693
* nand: Sync with Linux v4.1Scott Wood2015-08-2511-193/+573
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2015-08-254-2/+53
* nand: Remove __UBOOT__ ifdefsScott Wood2015-08-253-428/+4
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-3/+3
* nand: lpc32xx: add ECC layout for small page NANDSylvain Lemieux2015-08-181-1/+17
* nand: lpc32xx: add hardware ECC supportSylvain Lemieux2015-08-181-4/+409
* sf: ops: Add spi_flash_copy_mmap functionTom Rini2015-08-171-1/+7
* sf: Make 4K sector support configurableMarek Vasut2015-08-172-0/+19
* tegra: nand: disable subpage writesMarcel Ziswiler2015-08-131-0/+3
* mtd/nand/tegra: alignment workaroundMarcel Ziswiler2015-08-131-51/+36
* tegra: nand: fix read_byte required for proper onfi detectionMarcel Ziswiler2015-08-131-31/+7
* nand: lpc32xx: add SLC NAND controller supportVladimir Zapolskiy2015-08-122-0/+177
* spl: nand: simple: replace readb() with chip specific read_buf()Vladimir Zapolskiy2015-08-121-2/+5
* nand, atmel: remove udelay in spl_nand_erase_one()Heiko Schocher2015-08-121-2/+0
* sunxi: nand: Add board configuration optionsPiotr Zierhoffer2015-08-081-0/+40
* sunxi: nand: Add basic sunxi NAND driver for SPL with DMA supportPiotr Zierhoffer2015-08-082-0/+354
OpenPOWER on IntegriCloud