aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2011-09-05sf: winbond: Add support for the Winbond W25X40James Le Cuirot1-0/+8
2011-08-02sf: macronix: disable write protection when initializingSimon Guinot1-0/+42
2011-08-02sf: spansion: add support for S25FL129P_64KShaohui Xie1-0/+9
2011-08-02mtd/spi/macronix.c: add MX25L4005 and MX25L8005Macpaul Lin1-0/+16
2011-07-26sf: sst: support newer standardized flashesMike Frysinger1-2/+20
2011-07-26sf: unify write disable commandsMike Frysinger2-1/+10
2011-07-26sf: eon/stmicro: inline useless ID definesMike Frysinger2-20/+9
2011-07-26sf: kill off now-unused local stateMike Frysinger5-123/+61
2011-07-26sf: unify write funcsMike Frysinger7-324/+76
2011-07-26sf: unify write enable commandsMike Frysinger9-8/+16
2011-07-26Timer: Allow reset_timer() only for systems with low resolution timersGraeme Russ1-0/+4
2011-07-16Timer: Fix misuse of ARM *timer_masked() functions outside arch/armGraeme Russ1-2/+3
2011-07-01NAND: Add 16bit NAND support for the NDFCAlex Waterman1-4/+29
2011-07-01nand_util: drop trailing all-0xff pages if requestedBen Gardiner1-3/+37
2011-07-01nand_util: treat WITH_YAFFS_OOB as a modeBen Gardiner1-0/+3
2011-07-01nand_util: convert nand_write_skip_bad() to flagsBen Gardiner1-4/+4
2011-07-01nand_base: trivial: fix comment read/write commentBen Gardiner1-1/+1
2011-06-29cfi_flash: reverse geometry for newer STM partsMike Frysinger1-0/+4
2011-06-01sf: kick watchdog when pollingPatrick Sestier1-0/+3
2011-05-12ftsmc020: 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-15NAND: rearrange ONFI revision checking, add ONFI 2.3Florian Fainelli1-8/+12
2011-04-15NAND: Fix integer overflow in ONFI detection of chips >= 4GiBFlorian Fainelli1-1/+1
2011-04-13Merge 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-11sf: 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-02Minor 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-12mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen2-15/+16
2011-01-12NAND: add the ability to directly write yaffs imageLei Wen1-8/+55
2011-01-12nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined.Alexander Holler1-1/+1