summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
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
2008-11-19UBI: Add basic UBI support to U-Boot (Part 2/8)Kyungmin Park
2008-11-19UBI: Add basic UBI support to U-Boot (Part 1/8)Kyungmin Park
2008-11-19MTD: Add MTD paritioning infrastructureKyungmin Park
2008-10-31CFI Driver: Fix "flash not ready" problemWolfgang Denk
2008-10-29NAND: Properly create JFFS2 cleanmarkers.Scott Wood
2008-10-29NAND fsl elbc: Set FMR[ECCM] based on page size.Scott Wood
2008-10-29Make Freescale local bus registers available for both 83xx and 85xx.Haiying Wang
2008-10-29NAND: Reset chip on power-upKarl Beldan
2008-10-29NAND: sync with 2.6.27Scott Wood
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-14Fix the NAND size overflow issue.Jason Jin
2008-10-13CFI: cfi_flash write fix for AMD legacyEd Swarthout
2008-10-02cfi_flash: do not reset flash when probe failsMike Frysinger
2008-09-13Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk
2008-09-12fsl_elbc_nand: ecclayout cleanupsAnton Vorontsov
2008-09-12fsl_elbc_nand: implement support for flash-based BBTAnton Vorontsov
2008-09-12fsl_elbc_nand: fix OOB workability for large page NAND chipsAnton Vorontsov
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD
2008-09-10Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk
2008-09-09Fix printf errors under -DDEBUGAndrew Klossner
2008-09-09mtd: SPI Flash: Support the STMicro FlashTsiChung Liew
2008-09-09Update i386 code (sc520_cdp)Graeme Russ
2008-08-31NAND: add NAND driver for S3C64XXGuennadi Liakhovetski
2008-08-25Minor coding style cleanup, updte CHANGELOGWolfgang Denk
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park
2008-08-20CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()Nick Spence
2008-08-20CFI: Fix AMD Legacy sector protectTsiChung Liew
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk
2008-08-14Merge branch 'master' of /home/stefan/git/u-boot/u-boot into nextStefan Roese
2008-08-13Fix OneNAND build breakKyungmin Park