summaryrefslogtreecommitdiff
path: root/drivers/mtd
Commit message (Expand)AuthorAgeLines
...
| * 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
* add AM29F400BB to table of supported legacy flashsDavid Müller2011-01-11-0/+18
* cfi_flash: avoid flash_verbose when possibleMike Frysinger2011-01-09-0/+6
* MTD/NAND: fix nand_base.c to use get_timer() correctlyReinhard Meyer2010-12-17-6/+9
* nand: constify id/manu tablesMike Frysinger2010-12-17-5/+5
* Merge branch 'next' of git://www.denx.de/git/u-boot-cfi-flash into nextWolfgang Denk2010-12-17-3/+58
|\
| * cfi_flash: Add optional config register write to cfi-detectionStefan Roese2010-12-17-0/+43
| * cfi_flash: Use flash_read32() in sector_erased()Stefan Roese2010-12-17-3/+3
| * cfi_flash: Fix problems with status/id read modeStefan Roese2010-12-17-0/+12
* | sf: winbond: add support for W25Q16/32/128 partsWojtek Skulski2010-12-17-10/+29
* | sf: new driver for EON devicesChong Huang2010-12-17-0/+280
|/
* fsl_upm: Add MxMR/MDR synchronizationJohn Schmoller2010-12-13-0/+2
* fix s3c2410_nand timing default valuesDavid Müller (ELSOFT AG)2010-12-06-3/+9
* cfi_flash: fix bug introduced while recent change to flash_get_size()Anatolij Gustschin2010-11-28-3/+4
* ppc4xx/NAND: Reduce size of NAND SPL imageStefan Roese2010-11-27-2/+2
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-17-10/+10
* sf: ramtron: new spi fram driverReinhard Meyer2010-11-10-0/+329
* Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk2010-10-29-12/+13
|\
| * Add generic support for samsung s3c2440C Nauman2010-10-28-12/+13
* | Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-1/+1
* | cfi_flash: handle 'chip size exceeds address window' situationIlya Yanok2010-10-23-5/+23
|/
* davinci_nand, trivial : use symbolic ECC start commandBen Gardiner2010-10-17-1/+2
* sf: turn probe switch into a lookup tableReinhard Meyer2010-10-12-44/+82
* Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk2010-10-12-1/+1
|\
| * cfi_flash: Fix "Unknown FLASH" error messageJohn Schmoller2010-10-12-1/+1
* | mtd: OneNAND: add support for OneNAND manufactured by NumonyxEnric Balletbo i Serra2010-10-11-0/+1
* | Followup fixes on the mtdparts spread patchsetScott Wood2010-10-11-10/+5
* | mtd: add an mtd method for get_len_incl_bad()Ben Gardiner2010-10-11-0/+49
* | nand: remove dead code and suspend/resumeScott Wood2010-10-11-324/+1
* | nand erase: .spread, .part, .chip subcommandsScott Wood2010-10-11-14/+17