aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2008-06-03SPI Flash subsystemHaavard Skinnemoen4-0/+616
2008-06-03Fix warnings from gcc-4.3.0 build on a ppc hostKumar Gala1-0/+2
2008-05-28nand: Correct NAND erase percentage outputDirk Behme1-0/+7
2008-05-21Big white-space cleanup.Wolfgang Denk8-113/+113
2008-05-01onenand: rename 16 bit memory copy into memcpy_16() to avoid conflictsWolfgang Denk1-4/+4
2008-04-25cfi-flash: Add CFG_FLASH_AUTOPROTECT_LISTMatthias Fuchs1-0/+17
2008-04-21PATCH - Fix oob data copied into supplied bufferTroy Kisky1-9/+8
2008-04-18Clean up dataflash partitioningUlf Samuelsson1-42/+3
2008-04-17Remove conflicting NAND IDMike Frysinger1-2/+0
2008-04-13Fix OneNAND readKyungmin Park1-0/+13
2008-04-12cfi_flash: Support buffered writes on non-standard Spansion NOR flashGuennadi Liakhovetski1-30/+16
2008-04-08Merge branch 'master' of git://www.denx.de/git/u-boot-at91Wolfgang Denk2-64/+27
2008-04-01dataflash: Move CONFIG_HAS_DATAFLASH to MakefileJean-Christophe PLAGNIOL-VILLARD2-7/+4
2008-04-01Cleanup DataFlash partition handlingStelian Pop1-57/+23
2008-03-29MTD/CFI: flash_read64 is defined a weak function (for SPARC)Daniel Hellstrom1-1/+3
2008-03-28MTD/CFI: Add support for 16bit legacy AMD flashTor Krill2-9/+54
2008-03-26Add Flex-OneNAND booting supportKyungmin Park1-0/+6
2008-03-19CFI: Small cleanup for FLASH_SHOW_PROGRESSStefan Roese1-13/+9
2008-03-19Flash programming progress countdown.Jerry Van Baren1-1/+43
2008-02-21CFI: Do not use uninitialized cmd_resetMichael Schwingen1-1/+6
2008-02-14AT91CAP9 support : build integrationStelian Pop1-2/+3
2008-02-14Improve DataFlash CS definition.Stelian Pop1-13/+18
2008-02-14Remove duplicate defines for ARRAY_SIZEKumar Gala1-4/+0
2008-02-14Fix incorrect address test in AT91F_DataflashSelect().Stelian Pop1-1/+1
2008-01-16nand: FSL UPM NAND driverAnton Vorontsov2-0/+203
2008-01-16OneNAND: Separate U-Boot dependent code from OneNANDKyungmin Park3-21/+42
2008-01-13CFI: Fix CONFIG_FLASH_CFI_LEGACY compilationMichael Schwingen1-2/+2
2008-01-09fix comments with new drivers organizationMarcel Ziswiler1-1/+1
2008-01-02cfi_flash: Fix bug in flash_isset() to use correct 32bit functionStefan Roese1-1/+1
2007-12-27cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()Stefan Roese1-1/+51
2007-12-17cfi_flash: Add manufacturer-specific fixupsHaavard Skinnemoen1-14/+53
2007-12-17cfi_flash: Add cmdset-specific init functionsHaavard Skinnemoen1-63/+111
2007-12-17cfi_flash: Read whole QRY structure in one goHaavard Skinnemoen1-86/+90
2007-12-13cfi_flash: Use map_physmem() and unmap_physmem()Haavard Skinnemoen1-60/+109
2007-12-13cfi_flash: Introduce read and write accessorsHaavard Skinnemoen1-78/+127
2007-12-13cfi_flash: Reorder functions and eliminate extra prototypesHaavard Skinnemoen1-687/+656
2007-12-13cfi_flash: Make some needlessly global functions staticHaavard Skinnemoen1-7/+9
2007-12-13cfi_flash: Break long linesHaavard Skinnemoen1-115/+189
2007-12-13CFI: synchronize command offsets with Linux CFI driverBartlomiej Sieka1-3/+20
2007-12-08CFI: Coding style cleanupStefan Roese1-5/+4
2007-12-08CFI: support JEDEC flash roms in CFI-flash frameworkMichael Schwingen3-12/+411
2007-11-25drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD18-0/+12989