aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2009-01-26CFI: Add geometry reversal for STMicro M29W320ETRichard Retanubun1-0/+17
2009-01-26CFI: increase performance of function find_sector()Jens Gehrlein1-7/+16
2009-01-26CFI: avoid redundant function call in single word programming modeJens Gehrlein1-3/+7
2009-01-24spi flash: fix crash due to spi flash miscommunicationBrad Bozarth2-2/+4
2009-01-24Added legacy flash ST Micro M29W040BNiklaus Giger1-0/+14
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger1-6/+6
2009-01-23NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger2-2/+2
2009-01-23NAND: Enable nand lock, unlock featureNishanth Menon1-36/+43
2009-01-23NAND: move board_nand_init to nand.hMike Frysinger1-2/+0
2009-01-23OneNAND: Additional sync with 2.6.27Stefan Roese1-1/+71
2009-01-23Add markbad functionKyungmin Park1-0/+33
2009-01-23OneNAND: Save version_id in onenand_chip structStefan Roese1-0/+1
2009-01-23OneNAND: Fix compiler warningsStefan Roese1-0/+26
2009-01-23Sync with 2.6.27Kyungmin Park3-156/+370
2008-12-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-2/+4
2008-12-19NAND FSL elbc: Use virt_to_phys to determine which bank is in useKumar Gala1-2/+4
2008-12-16NAND: Mark the BBT as scanned prior to calling scan_bbt.Scott Wood1-1/+1
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk3-3/+3
2008-12-16spi/stmicro: fix debug() display of cmdMike Frysinger1-1/+1
2008-12-10UBI: Return -ENOMEM upon failing mallocStefan Roese1-2/+3
2008-12-09UBI: Enable re-initializing of the "ubi part" commandStefan Roese1-0/+1
2008-12-09MTD: Fix problem based on non-working relocation (list head mtd_partitions)Stefan Roese1-1/+9
2008-12-02mtd/dataflash.c: fix a problem with the last partitionIlko Iliev1-1/+1
2008-12-02fix some coding style violations.Ilko Iliev1-13/+12
2008-11-25NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().Scott Wood1-6/+6
2008-11-25Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk22-0/+12566
2008-11-24mtd: Remove a printf() from add_mtd_device().Piotr Ziecik1-2/+0
2008-11-24cfi-mtd: Add cfi-mtd driver.Piotr Ziecik3-0/+208
2008-11-24cfi_flash: Add interface for flash verbosity controlPiotr Ziecik1-11/+22
2008-11-24cfi_flash: Export flash_sector_size() function.Piotr Ziecik1-2/+0
2008-11-24cfi_flash: Make all flash access functions weakStefan Roese1-7/+25
2008-11-19UBI: Add basic UBI support to U-Boot (Part 5/8)Kyungmin Park4-0/+3810
2008-11-19UBI: Add basic UBI support to U-Boot (Part 4/8)Kyungmin Park4-0/+2538
2008-11-19UBI: Add basic UBI support to U-Boot (Part 3/8)Kyungmin Park3-0/+2018
2008-11-19UBI: Add basic UBI support to U-Boot (Part 2/8)Kyungmin Park5-0/+1768
2008-11-19UBI: Add basic UBI support to U-Boot (Part 1/8)Kyungmin Park3-0/+1755
2008-11-19MTD: Add MTD paritioning infrastructureKyungmin Park3-0/+679
2008-10-31CFI Driver: Fix "flash not ready" problemWolfgang Denk1-1/+2
2008-10-29NAND: Properly create JFFS2 cleanmarkers.Scott Wood1-19/+11
2008-10-29NAND fsl elbc: Set FMR[ECCM] based on page size.Scott Wood1-2/+14
2008-10-29Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang1-9/+11
2008-10-29NAND: Reset chip on power-upKarl Beldan1-0/+8
2008-10-29NAND: sync with 2.6.27Scott Wood6-43/+141
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD11-90/+90
2008-10-14Fix the NAND size overflow issue.Jason Jin1-2/+2
2008-10-13CFI: cfi_flash write fix for AMD legacyEd Swarthout1-3/+5
2008-10-02cfi_flash: do not reset flash when probe failsMike Frysinger1-1/+2
2008-09-13Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-6/+50
2008-09-12fsl_elbc_nand: ecclayout cleanupsAnton Vorontsov1-4/+0
2008-09-12fsl_elbc_nand: implement support for flash-based BBTAnton Vorontsov1-1/+34