index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
spi
/
spansion.c
Age
Commit message (
Expand
)
Author
2013-06-22
sf: spansion: Correct name of S25FL128S 64K Sector part
Jagannadha Sutradharudu Teki
2013-06-13
Merge branch 'master' of git://git.denx.de/u-boot-spi
Tom Rini
2013-06-13
sf: spansion: Update the name for S25FL256S flash
Jagannadha Sutradharudu Teki
2013-05-28
sf: spansion: Add Spansion S25FL064P IDs
Marek Vasut
2013-05-24
sf: spansion: Add support for S25FL128S
Xie Xiaobo
2013-03-19
sf: Use spi_flash_alloc() in each SPI flash driver
Simon Glass
2013-02-06
sf: spansion: Correct the first byte of idcode1 for S25FL256S part
Jagannadha Sutradharudu Teki
2012-08-14
sf: spansion: Add support for S25FL256S
Michal Simek
2012-03-04
sf: unify erase commands
Mike Frysinger
2012-03-04
sf: inline data constants
Mike Frysinger
2012-07-20
sf: spansion: inline useless id defines
Mike Frysinger
2012-07-20
sf: drop unused/duplicate command defines
Mike Frysinger
2011-08-02
sf: spansion: add support for S25FL129P_64K
Shaohui Xie
2011-07-26
sf: kill off now-unused local state
Mike Frysinger
2011-07-26
sf: unify write funcs
Mike Frysinger
2011-07-26
sf: unify write enable commands
Mike Frysinger
2011-04-12
sf: localize erase funcs
Mike Frysinger
2011-04-12
sf: add struct spi_flash.sector_size parameter
Richard Retanubun
2011-04-11
sf: unify read functions
Mike Frysinger
2011-04-11
sf: unify erase functions
Mike Frysinger
2011-04-11
sf: unify status polling for ready bit
Mike Frysinger
2010-10-06
sf: spansion: add support for S25FL032P parts
David Jander
2010-10-06
sf: spansion: fixing erasing when sector size >64KiB
Marc-André Hébert
2010-06-30
sf: move useful messages from debug to printf
Mike Frysinger
2009-04-02
sf: always read 5 bytes for the idcode
Mike Frysinger
2009-04-02
mtd: SPI Flash: Support the Spansion Flash
Mingkai Hu