aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2009-02-22nomadik/nand: fix 'ecc512' discards qualifiers from pointer target typeJean-Christophe PLAGNIOL-VILLARD
2009-02-22Nand driver for Nomadik SoCAlessandro Rubini
2009-02-11cfi: make flash_get_info() non staticHeiko Schocher
2009-02-07Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/masterWolfgang Denk
2009-02-07Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk
2009-02-06NAND: Add timeout for reset commandPeter Tyser
2009-02-06NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TESTPeter Tyser
2009-02-06NAND: Fixed invalid pointers to static relocated chip namesValeriy Glushkov
2009-02-05cfi_flash: Fix typo in cfi_flash.cStefan Roese
2009-02-05jedec_flash: Only use manufacturer defines from common flash.hStefan Roese
2009-02-05cfi_flash: Silence compilation warningStefan Roese
2009-02-05flash/cfi_flash: Use virtual sector start address, not physBecky Bruce
2009-02-04Fix compiler warningWolfgang Denk
2009-02-02Blackfin: add driver for on-chip NAND controllerMike Frysinger
2009-02-01Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2009-01-26CFI: Add geometry reversal for STMicro M29W320ETRichard Retanubun
2009-01-26CFI: increase performance of function find_sector()Jens Gehrlein
2009-01-26CFI: avoid redundant function call in single word programming modeJens Gehrlein
2009-01-24OMAP3: Add NAND supportDirk Behme
2009-01-24spi flash: fix crash due to spi flash miscommunicationBrad Bozarth
2009-01-24Added legacy flash ST Micro M29W040BNiklaus Giger
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger
2009-01-23NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger
2009-01-23NAND: Enable nand lock, unlock featureNishanth Menon
2009-01-23NAND: move board_nand_init to nand.hMike Frysinger
2009-01-23OneNAND: Additional sync with 2.6.27Stefan Roese
2009-01-23Add markbad functionKyungmin Park
2009-01-23OneNAND: Save version_id in onenand_chip structStefan Roese
2009-01-23OneNAND: Fix compiler warningsStefan Roese
2009-01-23Sync with 2.6.27Kyungmin Park
2008-12-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2008-12-19NAND FSL elbc: Use virt_to_phys to determine which bank is in useKumar Gala
2008-12-16NAND: Mark the BBT as scanned prior to calling scan_bbt.Scott Wood
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk
2008-12-16spi/stmicro: fix debug() display of cmdMike Frysinger
2008-12-10UBI: Return -ENOMEM upon failing mallocStefan Roese
2008-12-09UBI: Enable re-initializing of the "ubi part" commandStefan Roese
2008-12-09MTD: Fix problem based on non-working relocation (list head mtd_partitions)Stefan Roese
2008-12-02mtd/dataflash.c: fix a problem with the last partitionIlko Iliev
2008-12-02fix some coding style violations.Ilko Iliev
2008-11-25NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().Scott Wood
2008-11-25Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk
2008-11-24mtd: Remove a printf() from add_mtd_device().Piotr Ziecik
2008-11-24cfi-mtd: Add cfi-mtd driver.Piotr Ziecik
2008-11-24cfi_flash: Add interface for flash verbosity controlPiotr Ziecik
2008-11-24cfi_flash: Export flash_sector_size() function.Piotr Ziecik
2008-11-24cfi_flash: Make all flash access functions weakStefan Roese
2008-11-19UBI: Add basic UBI support to U-Boot (Part 5/8)Kyungmin Park
2008-11-19UBI: Add basic UBI support to U-Boot (Part 4/8)Kyungmin Park
2008-11-19UBI: Add basic UBI support to U-Boot (Part 3/8)Kyungmin Park