summaryrefslogtreecommitdiffstats
path: root/chipdrivers.h
Commit message (Expand)AuthorAgeFilesLines
* Use AAI write for SST SST25VF032BHelge Wagner2010-10-051-1/+2
* Add detailed status register printing and unlocking for all ATMEL AT25* chipsCarl-Daniel Hailfinger2010-07-291-0/+10
* Mark Fujitsu MBM29F400BC write as broken (implicit eraseblock layout in write)Carl-Daniel Hailfinger2010-07-161-1/+0
* We have a generic unlocking infrastructureCarl-Daniel Hailfinger2010-07-141-1/+1
* Convert SPI chips to partial write, but wrap the write functions in a compat ...Carl-Daniel Hailfinger2010-07-141-1/+3
* The SPI opcode 0xd8 is not a chip erase opcode on any chip out thereCarl-Daniel Hailfinger2010-06-201-2/+0
* Some chips implement the RES (0xab) opcode, but they use a non-standard two b...Carl-Daniel Hailfinger2010-05-281-1/+2
* Every SPI programmer driver had its own completely different chip write imple...Carl-Daniel Hailfinger2010-05-211-0/+1
* Sst49lfxxxc chips are functionally the same as 82802ab chipsSean Nelson2010-03-231-4/+0
* Fix a few typos from the last commitSean Nelson2010-03-221-0/+1
* Rename print_82802ab_status to print_status_82802ab add unlock_82802abSean Nelson2010-03-191-10/+4
* Convert _sst_fwhub functions to jedec kill unused sst_fwhub.c functionsSean Nelson2010-03-161-4/+1
* Remove function probe_28sf040 delete references to dead sharplhf00l04.c and s...Sean Nelson2010-03-161-3/+0
* Remove some copied functions (from 82802ab.c) and use the 82802ab equivalents...Sean Nelson2010-03-161-0/+2
* Kill dead w39v080fa.c functionsSean Nelson2010-03-161-3/+0
* Kill dead w39v040c.c functionsSean Nelson2010-03-161-3/+0
* Add FEATURE_REGISTERMAP to * Intel 82802AB, 82802ACCarl-Daniel Hailfinger2010-03-151-1/+1
* Since we have a unlock interface for chips, I think we can convert the remain...Sean Nelson2010-02-271-3/+1
* Patch to remove all references to dead chipdriversSean Nelson2010-02-221-38/+0
* Here's a very quick patch to fix the missing unlock codeSean Nelson2010-02-191-0/+4
* Convert the following chips to block_erasers: SST28SF040A Sean Nelson2010-01-201-1/+6
* Block eraser conversions and support for Eon EN25B seriesSean Nelson2010-01-191-0/+3
* Block eraser conversions and support for Eon EN25B seriesSean Nelson2010-01-191-0/+1
* Don't use "byte" as identifierMichael Karcher2010-01-121-1/+1
* Block eraser conversions and support for Eon EN25B seriesSean Nelson2010-01-091-0/+1
* Fix Sharp LHF00L04Carl-Daniel Hailfinger2010-01-071-1/+2
* The patch converts jedec functions into mask-based generics which can be used...Sean Nelson2010-01-041-3/+1
* Convert the following chips to use struct eraseblockSean Nelson2009-12-231-1/+4
* Convert the following chips to use struct eraseblockSean Nelson2009-12-221-0/+3
* Remove nonexisting functions from chipdrivers.hCarl-Daniel Hailfinger2009-12-171-4/+0
* Split hardware access, OS abstraction and chip drivers out of flash.h to get ...Carl-Daniel Hailfinger2009-12-141-0/+169
OpenPOWER on IntegriCloud