summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeLines
...
* | Fix compiler warningWolfgang Denk2009-02-04-1/+1
|/
* Blackfin: add driver for on-chip NAND controllerMike Frysinger2009-02-02-0/+386
* Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-02-01-0/+354
|\
| * OMAP3: Add NAND supportDirk Behme2009-01-24-0/+354
* | CFI: Add geometry reversal for STMicro M29W320ETRichard Retanubun2009-01-26-0/+17
* | CFI: increase performance of function find_sector()Jens Gehrlein2009-01-26-7/+16
* | CFI: avoid redundant function call in single word programming modeJens Gehrlein2009-01-26-3/+7
|/
* spi flash: fix crash due to spi flash miscommunicationBrad Bozarth2009-01-24-2/+4
* Added legacy flash ST Micro M29W040BNiklaus Giger2009-01-24-0/+14
* nand: fixup printf modifiers to match types usedMike Frysinger2009-01-23-6/+6
* NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger2009-01-23-2/+2
* NAND: Enable nand lock, unlock featureNishanth Menon2009-01-23-36/+43
* NAND: move board_nand_init to nand.hMike Frysinger2009-01-23-2/+0
* OneNAND: Additional sync with 2.6.27Stefan Roese2009-01-23-1/+71
* Add markbad functionKyungmin Park2009-01-23-0/+33
* OneNAND: Save version_id in onenand_chip structStefan Roese2009-01-23-0/+1
* OneNAND: Fix compiler warningsStefan Roese2009-01-23-0/+26
* Sync with 2.6.27Kyungmin Park2009-01-23-156/+370
* Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2008-12-30-2/+4
|\
| * NAND FSL elbc: Use virt_to_phys to determine which bank is in useKumar Gala2008-12-19-2/+4
* | NAND: Mark the BBT as scanned prior to calling scan_bbt.Scott Wood2008-12-16-1/+1
|/
* Coding style cleanup, update CHANGELOG.Wolfgang Denk2008-12-16-3/+3
* spi/stmicro: fix debug() display of cmdMike Frysinger2008-12-16-1/+1
* UBI: Return -ENOMEM upon failing mallocStefan Roese2008-12-10-2/+3
* UBI: Enable re-initializing of the "ubi part" commandStefan Roese2008-12-09-0/+1
* MTD: Fix problem based on non-working relocation (list head mtd_partitions)Stefan Roese2008-12-09-1/+9
* mtd/dataflash.c: fix a problem with the last partitionIlko Iliev2008-12-02-1/+1
* fix some coding style violations.Ilko Iliev2008-12-02-13/+12
* NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().Scott Wood2008-11-25-6/+6
* Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk2008-11-25-0/+12566
|\
| * mtd: Remove a printf() from add_mtd_device().Piotr Ziecik2008-11-24-2/+0
| * UBI: Add basic UBI support to U-Boot (Part 5/8)Kyungmin Park2008-11-19-0/+3810
| * UBI: Add basic UBI support to U-Boot (Part 4/8)Kyungmin Park2008-11-19-0/+2538
| * UBI: Add basic UBI support to U-Boot (Part 3/8)Kyungmin Park2008-11-19-0/+2018
| * UBI: Add basic UBI support to U-Boot (Part 2/8)Kyungmin Park2008-11-19-0/+1768
| * UBI: Add basic UBI support to U-Boot (Part 1/8)Kyungmin Park2008-11-19-0/+1755
| * MTD: Add MTD paritioning infrastructureKyungmin Park2008-11-19-0/+679
* | cfi-mtd: Add cfi-mtd driver.Piotr Ziecik2008-11-24-0/+208
* | cfi_flash: Add interface for flash verbosity controlPiotr Ziecik2008-11-24-11/+22
* | cfi_flash: Export flash_sector_size() function.Piotr Ziecik2008-11-24-2/+0
* | cfi_flash: Make all flash access functions weakStefan Roese2008-11-24-7/+25
|/
* CFI Driver: Fix "flash not ready" problemWolfgang Denk2008-10-31-1/+2
* NAND: Properly create JFFS2 cleanmarkers.Scott Wood2008-10-29-19/+11
* NAND fsl elbc: Set FMR[ECCM] based on page size.Scott Wood2008-10-29-2/+14
* Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang2008-10-29-9/+11
* NAND: Reset chip on power-upKarl Beldan2008-10-29-0/+8
* NAND: sync with 2.6.27Scott Wood2008-10-29-43/+141
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-90/+90
* Fix the NAND size overflow issue.Jason Jin2008-10-14-2/+2
* CFI: cfi_flash write fix for AMD legacyEd Swarthout2008-10-13-3/+5