summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeLines
* sf: winbond: Add support for the Winbond W25X40James Le Cuirot2011-09-05-0/+8
* sf: macronix: disable write protection when initializingSimon Guinot2011-08-02-0/+42
* sf: spansion: add support for S25FL129P_64KShaohui Xie2011-08-02-0/+9
* mtd/spi/macronix.c: add MX25L4005 and MX25L8005Macpaul Lin2011-08-02-0/+16
* sf: sst: support newer standardized flashesMike Frysinger2011-07-26-2/+20
* sf: unify write disable commandsMike Frysinger2011-07-26-1/+10
* sf: eon/stmicro: inline useless ID definesMike Frysinger2011-07-26-20/+9
* sf: kill off now-unused local stateMike Frysinger2011-07-26-123/+61
* sf: unify write funcsMike Frysinger2011-07-26-324/+76
* sf: unify write enable commandsMike Frysinger2011-07-26-8/+16
* Timer: Allow reset_timer() only for systems with low resolution timersGraeme Russ2011-07-26-0/+4
* Timer: Fix misuse of ARM *timer_masked() functions outside arch/armGraeme Russ2011-07-16-2/+3
* NAND: Add 16bit NAND support for the NDFCAlex Waterman2011-07-01-4/+29
* nand_util: drop trailing all-0xff pages if requestedBen Gardiner2011-07-01-3/+37
* nand_util: treat WITH_YAFFS_OOB as a modeBen Gardiner2011-07-01-0/+3
* nand_util: convert nand_write_skip_bad() to flagsBen Gardiner2011-07-01-4/+4
* nand_base: trivial: fix comment read/write commentBen Gardiner2011-07-01-1/+1
* cfi_flash: reverse geometry for newer STM partsMike Frysinger2011-06-29-0/+4
* sf: kick watchdog when pollingPatrick Sestier2011-06-01-0/+3
* ftsmc020: fix relocationMacpaul Lin2011-05-12-4/+3
* ftsmc020: move ftsmc020 static mem controller to driver/mtdMacpaul Lin2011-04-27-0/+52
* cfi_flash driver - Add delay after reset commandAaron Williams2011-04-21-0/+7
* mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devicesHeiko Schocher2011-04-21-2/+11
* cfi_flash: reverse geometry for M29W800DT partsMike Frysinger2011-04-21-3/+4
* NAND: rearrange ONFI revision checking, add ONFI 2.3Florian Fainelli2011-04-15-8/+12
* NAND: Fix integer overflow in ONFI detection of chips >= 4GiBFlorian Fainelli2011-04-15-1/+1
* Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk2011-04-13-75/+71
|\
| * sf: sst: add support for SST25VF064CJames Kosin2011-04-13-0/+4
| * sf: use print_size() for sector_size outputMike Frysinger2011-04-12-2/+2
| * sf: localize erase funcsMike Frysinger2011-04-12-9/+9
| * sf: sst: setup read funcMike Frysinger2011-04-12-0/+1
| * sf: add struct spi_flash.sector_size parameterRichard Retanubun2011-04-12-64/+28
| * sf: atmel: undo unification of status pollingMike Frysinger2011-04-11-2/+29
* | cfi_flash: Fix CONFIG_SYS_FLASH_AUTOPROTECT_LIST usagePeter Tyser2011-04-13-6/+8
|/
* sf: unify read functionsMike Frysinger2011-04-11-157/+22
* sf: unify erase functionsMike Frysinger2011-04-11-335/+83
* sf: unify status polling for ready bitMike Frysinger2011-04-11-283/+81
* sf: unify read/write helpersMike Frysinger2011-04-11-48/+19
* mtd, cfi: introduce void flash_protect_default(void)Heiko Schocher2011-04-07-36/+41
* cfi_flash: use AMD fixups for AMIC (e.g. A29L160A series) tooMario Schuknecht2011-04-07-1/+2
* atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PINmichael2011-04-01-0/+2
* NAND: add support for reading ONFI page tableFlorian Fainelli2011-04-01-49/+144
* NAND: add more watchdog resetsScott Wood2011-04-01-0/+8
* cfi_flash: fix bug with flash banks with different sector numbersMartin Krause2011-03-28-0/+5
* Minor Coding Style Cleanup.Wolfgang Denk2011-02-02-19/+19
* mxc_nand: add support for i.MX35 processorStefano Babic2011-02-02-3/+3
* Replace "FLASH" strings with "Flash" or "flash"Peter Tyser2011-01-19-2/+2
* mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()Lei Wen2011-01-12-15/+16
* NAND: add the ability to directly write yaffs imageLei Wen2011-01-12-8/+55
* nand: fix bug with multiple NAND devices if CONFIG_MTD_DEVICE is defined.Alexander Holler2011-01-12-1/+1