aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2008-12-19NAND FSL elbc: Use virt_to_phys to determine which bank is in useKumar Gala1-2/+4
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
2008-09-12fsl_elbc_nand: fix OOB workability for large page NAND chipsAnton Vorontsov1-1/+16
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD1-8/+8
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-09-10Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk1-1/+1
2008-09-09Fix printf errors under -DDEBUGAndrew Klossner1-1/+1
2008-09-09mtd: SPI Flash: Support the STMicro FlashTsiChung Liew4-0/+363
2008-09-09Update i386 code (sc520_cdp)Graeme Russ1-1/+1
2008-08-31NAND: add NAND driver for S3C64XXGuennadi Liakhovetski2-0/+320
2008-08-25Minor coding style cleanup, updte CHANGELOGWolfgang Denk1-5/+5
2008-08-21Fix OneNAND read_oob/write_oob functions compatabilityKyungmin Park2-200/+706
2008-08-20CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()Nick Spence1-0/+1
2008-08-20CFI: Fix AMD Legacy sector protectTsiChung Liew1-3/+9
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk2-6/+60
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk3-83/+83
2008-08-14Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2-39/+96
2008-08-14Merge branch 'master' of /home/stefan/git/u-boot/u-boot into nextStefan Roese21-2797/+3597