summaryrefslogtreecommitdiff
path: root/wbsio_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Only probe for chips with compatible bus protocols.hailfinger2009-06-011-0/+3
* Add bus type annotation to struct flashchips. Right now, the annotationhailfinger2009-05-311-1/+1
* Refactor SuperIO accesses. We had duplicated code under different nameshailfinger2009-05-251-5/+5
* Drop unused/duplicated #includes and some dead code (trivial).uwe2009-05-161-3/+0
* Chips like the SST SST25VF080B can only handle single byte writeshailfinger2009-05-091-1/+1
* Until the ICH SPI driver can handle preopcodes as standalone opcodes, wehailfinger2009-05-091-1/+4
* Original v2 revision: 4117uwe2009-04-151-6/+12
* Original v2 revision: 3910stuge2009-01-261-0/+201