| Commit message (Expand) | Author | Age | Lines |
* | s3c2410: move nand driver to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -0/+172 |
* | davinci: move nand driver to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -0/+467 |
* | Merge branch 'master' of git://git.denx.de/u-boot-at91 | Wolfgang Denk | 2009-03-26 | -0/+79 |
|\ |
|
| * | at91sam9/at91cap: move nand drivers to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -0/+79 |
* | | Add wait flags to support board/chip specific delays | Wolfgang Grandegger | 2009-03-23 | -9/+28 |
* | | Add support for TQM-specific chip select logic to FSL-UPM | Wolfgang Grandegger | 2009-03-23 | -1/+4 |
* | | Add multi chip support to the FSL-UPM driver | Wolfgang Grandegger | 2009-03-23 | -8/+36 |
* | | Enable multi chip support in the NAND layer | Wolfgang Grandegger | 2009-03-23 | -1/+7 |
* | | Make flash protection work, when the environment is in EEPROM | Eric Schumann | 2009-03-23 | -1/+3 |
|/ |
|
* | CFI: geometry reversal for STMicro M29W320DT | Richard Retanubun | 2009-03-19 | -2/+3 |
* | nomadik/nand: fix 'ecc512' discards qualifiers from pointer target type | Jean-Christophe PLAGNIOL-VILLARD | 2009-02-22 | -1/+1 |
* | Nand driver for Nomadik SoC | Alessandro Rubini | 2009-02-22 | -0/+222 |
* | cfi: make flash_get_info() non static | Heiko Schocher | 2009-02-11 | -1/+1 |
* | Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master | Wolfgang Denk | 2009-02-07 | -41/+53 |
|\ |
|
| * | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2009-02-07 | -2/+23 |
| |\ |
|
| | * | NAND: Add timeout for reset command | Peter Tyser | 2009-02-06 | -2/+17 |
| | * | NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST | Peter Tyser | 2009-02-06 | -0/+2 |
| | * | NAND: Fixed invalid pointers to static relocated chip names | Valeriy Glushkov | 2009-02-06 | -0/+4 |
| * | | cfi_flash: Fix typo in cfi_flash.c | Stefan Roese | 2009-02-05 | -2/+2 |
| * | | jedec_flash: Only use manufacturer defines from common flash.h | Stefan Roese | 2009-02-05 | -10/+6 |
| * | | cfi_flash: Silence compilation warning | Stefan Roese | 2009-02-05 | -1/+1 |
| * | | flash/cfi_flash: Use virtual sector start address, not phys | Becky Bruce | 2009-02-05 | -29/+24 |
| |/ |
|
* | | Fix compiler warning | Wolfgang Denk | 2009-02-04 | -1/+1 |
|/ |
|
* | Blackfin: add driver for on-chip NAND controller | Mike Frysinger | 2009-02-02 | -0/+386 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2009-02-01 | -0/+354 |
|\ |
|
| * | OMAP3: Add NAND support | Dirk Behme | 2009-01-24 | -0/+354 |
* | | CFI: Add geometry reversal for STMicro M29W320ET | Richard Retanubun | 2009-01-26 | -0/+17 |
* | | CFI: increase performance of function find_sector() | Jens Gehrlein | 2009-01-26 | -7/+16 |
* | | CFI: avoid redundant function call in single word programming mode | Jens Gehrlein | 2009-01-26 | -3/+7 |
|/ |
|
* | spi flash: fix crash due to spi flash miscommunication | Brad Bozarth | 2009-01-24 | -2/+4 |
* | Added legacy flash ST Micro M29W040B | Niklaus Giger | 2009-01-24 | -0/+14 |
* | nand: fixup printf modifiers to match types used | Mike Frysinger | 2009-01-23 | -6/+6 |
* | NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS | Wolfgang Grandegger | 2009-01-23 | -2/+2 |
* | NAND: Enable nand lock, unlock feature | Nishanth Menon | 2009-01-23 | -36/+43 |
* | NAND: move board_nand_init to nand.h | Mike Frysinger | 2009-01-23 | -2/+0 |
* | OneNAND: Additional sync with 2.6.27 | Stefan Roese | 2009-01-23 | -1/+71 |
* | Add markbad function | Kyungmin Park | 2009-01-23 | -0/+33 |
* | OneNAND: Save version_id in onenand_chip struct | Stefan Roese | 2009-01-23 | -0/+1 |
* | OneNAND: Fix compiler warnings | Stefan Roese | 2009-01-23 | -0/+26 |
* | Sync with 2.6.27 | Kyungmin Park | 2009-01-23 | -156/+370 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2008-12-30 | -2/+4 |
|\ |
|
| * | NAND FSL elbc: Use virt_to_phys to determine which bank is in use | Kumar Gala | 2008-12-19 | -2/+4 |
* | | NAND: Mark the BBT as scanned prior to calling scan_bbt. | Scott Wood | 2008-12-16 | -1/+1 |
|/ |
|
* | Coding style cleanup, update CHANGELOG. | Wolfgang Denk | 2008-12-16 | -3/+3 |
* | spi/stmicro: fix debug() display of cmd | Mike Frysinger | 2008-12-16 | -1/+1 |
* | UBI: Return -ENOMEM upon failing malloc | Stefan Roese | 2008-12-10 | -2/+3 |
* | UBI: Enable re-initializing of the "ubi part" command | Stefan Roese | 2008-12-09 | -0/+1 |
* | MTD: Fix problem based on non-working relocation (list head mtd_partitions) | Stefan Roese | 2008-12-09 | -1/+9 |
* | mtd/dataflash.c: fix a problem with the last partition | Ilko Iliev | 2008-12-02 | -1/+1 |
* | fix some coding style violations. | Ilko Iliev | 2008-12-02 | -13/+12 |