summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/jedec_flash.c
Commit message (Collapse)AuthorAgeFilesLines
* jedec_flash: Fix AM29DL800BB device IDStefan Roese2008-07-081-1/+1
| | | | | | | | As pointed out by Jerry Hicks, this patch corrects the device ID of the Spansion AM29DL800BB NOR device. Verified against latest Spansion datasheet (rev C4 from Dezember 2006). Signed-off-by: Stefan Roese <sr@denx.de>
* MTD/CFI: Add support for 16bit legacy AMD flashTor Krill2008-03-281-0/+19
| | | | | | | | Add entry for 512Kx16 AMD flash to jedec_table. Read out 16bit device id if chipwidth is 16bit. Fixed coding style after Stefans feedback Signed-off-by: Tor Krill <tor@excito.com>
* Remove duplicate defines for ARRAY_SIZEKumar Gala2008-02-141-4/+0
| | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* CFI: Coding style cleanupStefan Roese2007-12-081-5/+4
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* CFI: support JEDEC flash roms in CFI-flash frameworkMichael Schwingen2007-12-081-0/+312
The following patch adds support for non-CFI flash ROMS, by hooking into the CFI flash code and using most of its code, as recently discussed here in the thread "Mixing CFI and non-CFI flashs". Signed-off-by: Michael Schwingen <michael@schwingen.org> Signed-off-by: Stefan Roese <sr@denx.de>