aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2009-08-08omap3: replace all instances of gpmc config struct by one globalDirk Behme1-17/+16
2009-08-08omap3: remove typedefs for configuration structsDirk Behme1-1/+1
2009-08-07omap3: embedd gpmc_cs into gpmc config structMatthias Ludwig1-15/+7
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood4-1663/+0
2009-07-16nand: ndfc: Remove unnecessary #ifdef'sStefan Roese1-6/+0
2009-07-16nand/ppc4xx: Move PPC4xx NAND driver to common NAND driver directoryStefan Roese2-0/+224
2009-07-16nand: fixed failed reads on corrected ECC errors in nand_util.cValeriy Glushkov1-5/+5
2009-07-16Typo fix: use CONFIG_SOC_DM644X, not CONFIG_SOC_DM646.David Brownell1-1/+1
2009-07-16mtd: cfi - if defined, use MAX_FLASH_BANKS_DETECT for static declarationsKim Phillips1-2/+9
2009-07-13Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2-0/+83
2009-07-13issue write command to base for JEDEC flashPo-Yu Chuang1-3/+8
2009-07-08nand: Add Marvell Kirkwood NAND driverPrafulla Wadaskar2-0/+83
2009-07-07fsl_elbc_nand: redirect the pointer of bbt pattern to RAMMingkai Hu1-0/+4
2009-07-07Bug-fix in drivers mtd nand Makefilekevin.morfitt@fearnside-systems.co.uk1-1/+1
2009-07-07mtd: nand: use loff_t for offsetJean-Christophe PLAGNIOL-VILLARD1-10/+10
2009-07-07mtd: nand: new base driver for memory mapped nand devicesMike Frysinger2-0/+54
2009-07-07davinci_nand chipselect/init cleanupDavid Brownell1-20/+8
2009-07-07davinci_nand: cleanup II (CONFIG_SYS_DAVINCI_BROKEN_ECC)David Brownell1-205/+13
2009-07-07davinci_nand: cleanup I (minor)David Brownell1-33/+22
2009-07-07Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-9/+3
2009-07-07Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk1-1/+1
2009-07-07UBI: Fix build problem noticed on Apollon (arm/testing repo)Stefan Roese1-1/+1
2009-07-06sf: Macronix additional chips supportedPrafulla Wadaskar1-12/+37
2009-07-06sf: sst: add sst25vf###b idsMike Frysinger1-0/+16
2009-07-06sf: sst: fix sector sizeMike Frysinger1-4/+4
2009-07-06ARM DaVinci: EMIF settingsThomas Lange1-9/+3
2009-06-12nand/mpc512x: Add MPC512x NAND support (NFC)Stefan Roese2-0/+693
2009-06-12UBI: Add compile-time check for correct malloc area configurationStefan Roese1-0/+4
2009-06-12sf: new Macronix MX25xx SPI flash driverPrafulla Wadaskar4-0/+319
2009-06-12sf: atmel: implement power-of-two write/erase funcsTodor I Mollov1-0/+139
2009-06-12mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.oStefan Roese3-3/+4
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese3-274/+229
2009-06-12mtd: Add MTD concat support to concatenate multiple MTD NOR devicesStefan Roese3-1/+886
2009-06-04Redundant Environment: protect full sector sizeWolfgang Denk1-1/+1
2009-06-03cfi_mtd: Fix bug in last sector detectionStefan Roese1-2/+7
2009-05-23nand: Fix problem with ECC ordering for PPC4xx NDFC platformsStefan Roese1-0/+5
2009-04-29MTD: Change cfi-mtd to accept non-uniform sector sizesStefan Roese1-14/+4
2009-04-28mtd: nand/onenand: Register mtd device upon device scanningStefan Roese2-0/+22
2009-04-28mtd: nand: Include linux/mtd/partitions.h in nand_base.hStefan Roese1-0/+4
2009-04-16CMD_UBI != MTD_PARTITIONSDavid Brownell1-1/+1
2009-04-06Blackfin: nand: flush peripheral before polling itGraf Yang1-0/+1
2009-04-04UBI/cfi-mtd: Fix mtd name for multiple chipsAndreas Huber1-1/+3
2009-04-04Add support for the AT91RM9200EK Board.Ulf Samuelsson1-4/+1
2009-04-03Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-0/+3
2009-04-03Noisily disable the legacy NAND subsystem.Scott Wood1-0/+3
2009-04-02sf: stmicro: dont send 4 bytes when reading status registerMike Frysinger1-3/+3
2009-04-02sf: set common timeouts in seconds, not millisecondsMike Frysinger1-3/+6
2009-04-02sf: stmicro: use common page timeout defineMike Frysinger1-2/+1
2009-04-02sf: always read 5 bytes for the idcodeMike Frysinger2-11/+5
2009-04-02sf: stmicro: drop redundant id readMike Frysinger1-7/+1