summaryrefslogtreecommitdiff
path: root/pm49fl00x.c
Commit message (Expand)AuthorAgeFilesLines
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-5/+9
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-2/+2
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-3/+3
* Remove unneeded inclusions of chipdrivers.hstefanct2011-08-161-1/+0
* Kill global variables, constants and functions if local scope suffices.hailfinger2010-07-031-1/+1
* kill dead pm49fl00x.c functionssnelson2010-03-161-69/+0
* Since we have a unlock interface for chips, I think we can convert the remain...snelson2010-02-271-0/+6
* Split spi.c into programmer and chip codesnelson2010-02-261-0/+1
* Here's a very quick patch to fix the missing unlock code.snelson2010-02-191-0/+6
* Use the register mapping feature bit.hailfinger2010-01-091-10/+0
* The patch converts jedec functions into mask-based generics which can be usedsnelson2010-01-041-2/+2
* Kill obsolete exclude range feature. It is ignored by almost every chiphailfinger2009-06-191-8/+0
* flashrom only checks for very few chips if the erase worked.hailfinger2009-06-151-3/+8
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-1/+0
* Use chipaddr instead of volatile uint8_t * because when we accesshailfinger2009-05-161-3/+3
* Original v2 revision: 3984hailfinger2009-03-061-1/+1
* Original v2 revision: 3971hailfinger2009-03-051-1/+1
* Original v2 revision: 3669uwe2008-10-181-10/+16
* Original v2 revision: 3332stuge2008-05-171-0/+114