summaryrefslogtreecommitdiff
path: root/sst28sf040.c
Commit message (Expand)AuthorAgeFilesLines
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-2/+1
* Make struct flashchip a field in struct flashctx instead of a complete copy.hailfinger2012-08-251-1/+1
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-26/+29
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-6/+6
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-1/+1
* Revert "Unsignify lengths and addresses in chip functions and structs"stefanct2011-09-181-1/+1
* Unsignify lengths and addresses in chip functions and structsstefanct2011-09-181-1/+1
* Erase functions are no longer called from chip drivers and thus theirhailfinger2011-06-261-8/+2
* Switch all flash chips to partial write.hailfinger2010-10-131-7/+2
* Refactor remaining write wrappers.hailfinger2010-10-131-11/+9
* Simplify calls to inner write functions. No behavioural changes, justhailfinger2010-10-101-7/+1
* The currently used write functions (wrappers) all use helpers whichhailfinger2010-10-101-14/+16
* Remove progress printing from individual flash chip drivers.hailfinger2010-10-081-4/+0
* flashrom had an implicit erase-on-write for most flash chip andhailfinger2010-10-081-6/+0
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-2/+2
* Convert chips' message printing to msg_c*snelson2010-03-241-8/+8
* remove function probe_28sf040snelson2010-03-161-24/+0
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Convert the following chips to block_erasers: snelson2010-01-201-2/+13
* this patch fixes all 27 flashrom source code issues reported bystepan2009-09-161-18/+14
* Standardize on using __func__ instead of __FUNCTION__.uwe2009-09-021-1/+1
* flashrom only checks for very few chips if the erase worked.hailfinger2009-06-151-2/+15
* Add external programmer delay functions so external programmers canhailfinger2009-06-051-5/+5
* Eliminate all 'inline's from the flashrom code. They serve prettyuwe2009-05-161-8/+5
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-2/+0
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-8/+8
* Original v2 revision: 3984hailfinger2009-03-061-25/+25
* Original v2 revision: 3973hailfinger2009-03-061-4/+2
* Original v2 revision: 3971hailfinger2009-03-051-25/+25
* Original v2 revision: 3895stuge2009-01-251-1/+1
* Original v2 revision: 2873uwe2007-10-171-1/+1
* Original v2 revision: 2768uwe2007-09-091-2/+2
* Original v2 revision: 2751uwe2007-08-291-18/+12
* Original v2 revision: 2748uwe2007-08-231-4/+4
* Original v2 revision: 2746uwe2007-08-231-2/+0
* Original v2 revision: 2744stuge2007-08-131-6/+1
* Original v2 revision: 2693stepan2007-05-241-1/+1
* Original v2 revision: 2689stepan2007-05-231-3/+3
* Original v2 revision: 2643uwe2007-05-091-18/+18
* Original v2 revision: 2111ollie2005-11-261-33/+35
* Original v2 revision: 1486ollie2004-03-271-2/+1
* Original v2 revision: 1457ollie2004-03-201-29/+34
* Original v2 revision: 1434ollie2004-03-181-1/+1
* Original v2 revision: 1232rminnich2003-10-251-0/+169