Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sf: always read 5 bytes for the idcode | Mike Frysinger | 2009-04-02 | -8/+2 |
| | | | | | | | | | | | | Some SPI flash drivers like to have extended id information available (like the spansion flash), so rather than making it re-issue the ID cmd to get at the last 2 bytes, have the common code read 5 bytes rather than just 3. This also matches the Linux behavior where it always reads 5 id bytes from all flashes. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> CC: Mingkai Hu <Mingkai.hu@freescale.com> | |||
* | mtd: SPI Flash: Support the Spansion Flash | Mingkai Hu | 2009-04-02 | -0/+356 |
Add MTD SPI Flash support for S25FL008A, S25FL016A, S25FL032A, S25FL064A, S25FL128P. Signed-off-by: Mingkai Hu <Mingkai.hu@freescale.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> |