summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi/spansion.c
AgeCommit message (Expand)Author
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-23sf: spansion: Add support for S25FL512S_64KJagannadha Sutradharudu Teki
2013-06-22sf: spansion: Correct name of S25FL128S 64K Sector partJagannadha Sutradharudu Teki
2013-06-13Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2013-06-13sf: spansion: Update the name for S25FL256S flashJagannadha Sutradharudu Teki
2013-05-28sf: spansion: Add Spansion S25FL064P IDsMarek Vasut
2013-05-24sf: spansion: Add support for S25FL128SXie Xiaobo
2013-03-19sf: Use spi_flash_alloc() in each SPI flash driverSimon Glass
2013-02-06sf: spansion: Correct the first byte of idcode1 for S25FL256S partJagannadha Sutradharudu Teki
2012-08-14sf: spansion: Add support for S25FL256SMichal Simek
2012-03-04sf: unify erase commandsMike Frysinger
2012-03-04sf: inline data constantsMike Frysinger
2012-07-20sf: spansion: inline useless id definesMike Frysinger
2012-07-20sf: drop unused/duplicate command definesMike Frysinger
2011-08-02sf: spansion: add support for S25FL129P_64KShaohui Xie
2011-07-26sf: kill off now-unused local stateMike Frysinger
2011-07-26sf: unify write funcsMike Frysinger
2011-07-26sf: unify write enable commandsMike Frysinger
2011-04-12sf: localize erase funcsMike Frysinger
2011-04-12sf: add struct spi_flash.sector_size parameterRichard Retanubun
2011-04-11sf: unify read functionsMike Frysinger
2011-04-11sf: unify erase functionsMike Frysinger
2011-04-11sf: unify status polling for ready bitMike Frysinger
2010-10-06sf: spansion: add support for S25FL032P partsDavid Jander
2010-10-06sf: spansion: fixing erasing when sector size >64KiBMarc-André Hébert
2010-06-30sf: move useful messages from debug to printfMike Frysinger
2009-04-02sf: always read 5 bytes for the idcodeMike Frysinger
2009-04-02mtd: SPI Flash: Support the Spansion FlashMingkai Hu