| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash | Wolfgang Denk | 2008-07-10 | -85/+123 |
|\ |
|
| * | NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution. | Scott Wood | 2008-07-09 | -85/+123 |
* | | jedec_flash: Fix AM29DL800BB device ID | Stefan Roese | 2008-07-08 | -1/+1 |
|/ |
|
* | cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably | Stefan Roese | 2008-06-19 | -8/+4 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash | Wolfgang Denk | 2008-06-11 | -7/+34 |
|\ |
|
| * | cfi_flash: enable M18 flash chips family support. | Vasiliy Leoenenko | 2008-06-03 | -2/+21 |
| * | cfi_flash: support of long cmd in U-boot. | Vasiliy Leoenenko | 2008-06-03 | -7/+15 |
* | | NAND: Added support for 128-bit OOB, adapted | Sergei Poselenov | 2008-06-11 | -13/+33 |
* | | NAND FSL UPM: driver re-write using the hwcontrol callback | Wolfgang Grandegger | 2008-06-10 | -82/+46 |
* | | SPI Flash subsystem | Haavard Skinnemoen | 2008-06-03 | -0/+616 |
* | | Fix warnings from gcc-4.3.0 build on a ppc host | Kumar Gala | 2008-06-03 | -0/+2 |
* | | nand: Correct NAND erase percentage output | Dirk Behme | 2008-05-28 | -0/+7 |
|/ |
|
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | -113/+113 |
* | onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts | Wolfgang Denk | 2008-05-01 | -4/+4 |
* | cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST | Matthias Fuchs | 2008-04-25 | -0/+17 |
* | PATCH - Fix oob data copied into supplied buffer | Troy Kisky | 2008-04-21 | -9/+8 |
* | Clean up dataflash partitioning | Ulf Samuelsson | 2008-04-18 | -42/+3 |
* | Remove conflicting NAND ID | Mike Frysinger | 2008-04-17 | -2/+0 |
* | Fix OneNAND read | Kyungmin Park | 2008-04-13 | -0/+13 |
* | cfi_flash: Support buffered writes on non-standard Spansion NOR flash | Guennadi Liakhovetski | 2008-04-12 | -30/+16 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-at91 | Wolfgang Denk | 2008-04-08 | -64/+27 |
|\ |
|
| * | dataflash: Move CONFIG_HAS_DATAFLASH to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-04-01 | -7/+4 |
| * | Cleanup DataFlash partition handling | Stelian Pop | 2008-04-01 | -57/+23 |
* | | MTD/CFI: flash_read64 is defined a weak function (for SPARC) | Daniel Hellstrom | 2008-03-29 | -1/+3 |
* | | MTD/CFI: Add support for 16bit legacy AMD flash | Tor Krill | 2008-03-28 | -9/+54 |
|/ |
|
* | Add Flex-OneNAND booting support | Kyungmin Park | 2008-03-26 | -0/+6 |
* | CFI: Small cleanup for FLASH_SHOW_PROGRESS | Stefan Roese | 2008-03-19 | -13/+9 |
* | Flash programming progress countdown. | Jerry Van Baren | 2008-03-19 | -1/+43 |
* | CFI: Do not use uninitialized cmd_reset | Michael Schwingen | 2008-02-21 | -1/+6 |
* | AT91CAP9 support : build integration | Stelian Pop | 2008-02-14 | -2/+3 |
* | Improve DataFlash CS definition. | Stelian Pop | 2008-02-14 | -13/+18 |
* | Remove duplicate defines for ARRAY_SIZE | Kumar Gala | 2008-02-14 | -4/+0 |
* | Fix incorrect address test in AT91F_DataflashSelect(). | Stelian Pop | 2008-02-14 | -1/+1 |
* | nand: FSL UPM NAND driver | Anton Vorontsov | 2008-01-16 | -0/+203 |
* | OneNAND: Separate U-Boot dependent code from OneNAND | Kyungmin Park | 2008-01-16 | -21/+42 |
* | CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation | Michael Schwingen | 2008-01-13 | -2/+2 |
* | fix comments with new drivers organization | Marcel Ziswiler | 2008-01-09 | -1/+1 |
* | cfi_flash: Fix bug in flash_isset() to use correct 32bit function | Stefan Roese | 2008-01-02 | -1/+1 |
* | cfi_flash: Add missing check for erased dest to flash_write_cfibuffer() | Stefan Roese | 2007-12-27 | -1/+51 |
* | cfi_flash: Add manufacturer-specific fixups | Haavard Skinnemoen | 2007-12-17 | -14/+53 |
* | cfi_flash: Add cmdset-specific init functions | Haavard Skinnemoen | 2007-12-17 | -63/+111 |
* | cfi_flash: Read whole QRY structure in one go | Haavard Skinnemoen | 2007-12-17 | -86/+90 |
* | cfi_flash: Use map_physmem() and unmap_physmem() | Haavard Skinnemoen | 2007-12-13 | -60/+109 |
* | cfi_flash: Introduce read and write accessors | Haavard Skinnemoen | 2007-12-13 | -78/+127 |
* | cfi_flash: Reorder functions and eliminate extra prototypes | Haavard Skinnemoen | 2007-12-13 | -687/+656 |
* | cfi_flash: Make some needlessly global functions static | Haavard Skinnemoen | 2007-12-13 | -7/+9 |
* | cfi_flash: Break long lines | Haavard Skinnemoen | 2007-12-13 | -115/+189 |
* | CFI: synchronize command offsets with Linux CFI driver | Bartlomiej Sieka | 2007-12-13 | -3/+20 |
* | CFI: Coding style cleanup | Stefan Roese | 2007-12-08 | -5/+4 |
* | CFI: support JEDEC flash roms in CFI-flash framework | Michael Schwingen | 2007-12-08 | -12/+411 |