aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)AuthorFilesLines
2015-07-10mtd: fix false positive "Offset exceeds device limit" errorMasahiro Yamada1-2/+3
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher1-0/+5
2015-03-30nand: Remove CONFIG_MTD_NAND_VERIFY_WRITEPeter Tyser1-5/+0
2015-01-13mtd: OMAP: Enable GPMC prefetch modeDaniel Mack1-1/+5
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada4-4/+0
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher2-19/+110
2014-08-25mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher1-0/+1
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher7-257/+728
2014-06-06mtd: nand: omap: add support for BCH16_ECC - NAND driver updatespekon gupta1-0/+8
2014-06-06mtd: nand: omap_gpmc: use macro for register definitionspekon gupta1-1/+2
2014-06-06mtd: nand: fix GET/SET_FEATURES address on 16-bit devicesDavid Mosberger1-1/+10
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-0/+10
2014-06-06mtd: nand: omap_elm: use macros for register definitionspekon gupta1-3/+6
2014-06-06mtd: nand: omap_elm: use bch_type instead of nibble count to differentiate be...pekon gupta1-1/+1
2014-04-17mtd: delete unused filesMasahiro Yamada3-212/+0
2014-03-04mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta1-0/+77
2014-03-04mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nandpekon gupta1-0/+84
2014-01-24include: delete unused header filesMasahiro Yamada2-124/+0
2013-11-21mtd: move & update nand_ecclayout structure (plus board changes)Prabhakar Kushwaha1-0/+23
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton1-0/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk7-85/+7
2013-05-31Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini4-315/+268
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin4-315/+268
2013-05-05mtd: nand: add driver for diskonchip g4 nand flashMike Dunn1-0/+134
2013-04-01Consolidate bool typeYork Sun1-1/+1
2012-11-26nand: Move the sub-page read support enable to a flagJoe Hershberger1-3/+4
2012-11-04include/linux/compat.h: fix warning: preprocessor token {__iomem, __user} red...Kim Phillips1-0/+2
2012-09-21Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-3/+4
2012-09-17mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverMarek Vasut1-3/+0
2012-09-17nand: consolidate duplicated constantsJoe Hershberger1-0/+2
2012-09-07nand: Try to align the default buffersSimon Glass1-3/+4
2012-07-07st_smi: Change SMI timeout valuesAmit Virdi1-2/+2
2012-07-07st_smi: Add support for SPEAr SMI driverVipin KUMAR1-0/+117
2012-07-07mtd/NAND: Add FSMC driver supportVipin KUMAR1-0/+101
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger4-55/+3
2012-04-04onenand: Replace ONENAND_IS_MLC() with ONENAND_HAS_4KB()Lukasz Majewski1-0/+4
2012-04-04onenand:samsung Target dependent OneNAND chip probe functionLukasz Majewski2-0/+3
2012-02-28nand: reinstate lazy bad block scanningScott Wood1-0/+2
2012-02-28Revert "nand: make 1-bit software ECC configurable"Scott Wood1-25/+0
2012-01-26nand: make 1-bit software ECC configurableChristian Hitz1-0/+25
2012-01-26nand: Merge changes to BBT from Linux nand driverChristian Hitz1-0/+2
2012-01-26nand: Merge changes from Linux nand driverChristian Hitz2-165/+232
2012-01-26nand: Merge BCH code from Linux nand driverChristian Hitz2-7/+75
2011-12-06nand: Add common functions to linux/mtd/nand.hSimon Schwarz1-0/+7
2011-10-03NAND: Really ignore bad blocks when scrubbingMarek Vasut1-0/+1
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-04-01NAND: add support for reading ONFI page tableFlorian Fainelli1-0/+69
2011-01-12mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen1-1/+3
2010-12-17NAND: add NAND_CMD_PARAM (0xec) definitionFlorian Fainelli1-0/+1
2010-12-17nand: constify id/manu tablesMike Frysinger1-2/+2