summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2011-06-02sf: kick watchdog when pollingPatrick Sestier1-0/+3
2011-05-13ftsmc020: fix relocationMacpaul Lin1-4/+3
2011-04-27ftsmc020: move ftsmc020 static mem controller to driver/mtdMacpaul Lin2-0/+52
2011-04-21cfi_flash driver - Add delay after reset commandAaron Williams1-0/+7
2011-04-21mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devicesHeiko Schocher1-2/+11
2011-04-21cfi_flash: reverse geometry for M29W800DT partsMike Frysinger1-3/+4
2011-04-16NAND: rearrange ONFI revision checking, add ONFI 2.3Florian Fainelli1-8/+12
2011-04-16NAND: Fix integer overflow in ONFI detection of chips >= 4GiBFlorian Fainelli1-1/+1
2011-04-14Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk10-75/+71
2011-04-13cfi_flash: Fix CONFIG_SYS_FLASH_AUTOPROTECT_LIST usagePeter Tyser1-6/+8
2011-04-13sf: sst: add support for SST25VF064CJames Kosin1-0/+4
2011-04-12sf: use print_size() for sector_size outputMike Frysinger1-2/+2
2011-04-12sf: localize erase funcsMike Frysinger8-9/+9
2011-04-12sf: sst: setup read funcMike Frysinger1-0/+1
2011-04-12sf: add struct spi_flash.sector_size parameterRichard Retanubun10-64/+28
2011-04-12sf: atmel: undo unification of status pollingMike Frysinger1-2/+29
2011-04-11sf: unify read functionsMike Frysinger9-157/+22
2011-04-11sf: unify erase functionsMike Frysinger8-335/+83
2011-04-11sf: unify status polling for ready bitMike Frysinger9-283/+81
2011-04-11sf: unify read/write helpersMike Frysinger1-48/+19
2011-04-07mtd, cfi: introduce void flash_protect_default(void)Heiko Schocher1-36/+41
2011-04-07cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) tooMario Schuknecht1-1/+2
2011-04-01atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PINmichael1-0/+2
2011-04-01NAND: add support for reading ONFI page tableFlorian Fainelli1-49/+144
2011-04-01NAND: add more watchdog resetsScott Wood2-0/+8
2011-03-28cfi_flash: fix bug with flash banks with different sector numbersMartin Krause1-0/+5
2011-02-03Minor Coding Style Cleanup.Wolfgang Denk1-19/+19
2011-02-02mxc_nand: add support for i.MX35 processorStefano Babic1-3/+3
2011-01-19Replace "FLASH" strings with "Flash" or "flash"Peter Tyser1-2/+2
2011-01-13mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen2-15/+16
2011-01-13NAND: add the ability to directly write yaffs imageLei Wen1-8/+55
2011-01-13nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined.Alexander Holler1-1/+1
2011-01-11add AM29F400BB to table of supported legacy flashsDavid Müller1-0/+18
2011-01-09cfi_flash: avoid flash_verbose when possibleMike Frysinger1-0/+6
2010-12-17MTD/NAND: fix nand_base.c to use get_timer() correctlyReinhard Meyer1-6/+9
2010-12-17nand: constify id/manu tablesMike Frysinger2-5/+5
2010-12-17Merge branch 'next' of git://www.denx.de/git/u-boot-cfi-flash into nextWolfgang Denk1-3/+58
2010-12-17sf: winbond: add support for W25Q16/32/128 partsWojtek Skulski1-10/+29
2010-12-17sf: new driver for EON devicesChong Huang4-0/+280
2010-12-17cfi_flash: Add optional config register write to cfi-detectionStefan Roese1-0/+43
2010-12-17cfi_flash: Use flash_read32() in sector_erased()Stefan Roese1-3/+3
2010-12-17cfi_flash: Fix problems with status/id read modeStefan Roese1-0/+12
2010-12-13fsl_upm: Add MxMR/MDR synchronizationJohn Schmoller1-0/+2
2010-12-07fix s3c2410_nand timing default valuesDavid Müller (ELSOFT AG)1-3/+9
2010-11-28cfi_flash: fix bug introduced while recent change to flash_get_size()Anatolij Gustschin1-3/+4
2010-11-28ppc4xx/NAND: Reduce size of NAND SPL imageStefan Roese1-2/+2
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier5-10/+10
2010-11-10sf: ramtron: new spi fram driverReinhard Meyer4-0/+329
2010-10-29Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk1-12/+13
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1