summaryrefslogtreecommitdiffstats
path: root/it85spi.c
Commit message (Expand)AuthorAgeFilesLines
* it85spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-01-191-35/+49
* it85spi.c: Reorder functions with primitives at the topAnastasia Klimchuk2020-11-171-69/+64
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* Fix -Wsign-compare troubleNico Huber2019-07-311-1/+1
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* tree: Make internal variables staticJacob Garber2019-06-261-2/+2
* tree: Make internal functions staticJacob Garber2019-06-231-2/+2
* Remove unneeded white spacesElyes HAOUAS2018-06-241-2/+2
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Fix whitespace errorsElyes HAOUAS2018-04-241-1/+1
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* Automatically unmap physmap()sStefan Tauner2013-08-141-0/+3
* Hide hwaccess.h from public APIPatrick Georgi2012-07-201-0/+1
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-0/+1
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-4/+8
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-8/+18
* Remove unneeded inclusions of chipdrivers.hStefan Tauner2011-08-161-1/+0
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-8/+9
* Use __func__ instead of __FUNCTION__ as we do elsewhereUwe Hermann2011-07-291-14/+12
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-33/+28
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-2/+2
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-7/+11
* Kill central list of SPI programmersMichael Karcher2011-05-111-5/+16
* Factor out SPI write/read chunking wrappersMichael Karcher2011-05-111-10/+0
* Add support for more than one Super I/O or EC per machineCarl-Daniel Hailfinger2011-04-271-68/+8
* Various IT85* cleanups and fixesCarl-Daniel Hailfinger2011-03-081-16/+27
* Update the ITE IT8500 EC support to match the current state of the flashrom-c...David Hendricks2011-02-281-12/+159
* Add generalized support for ITE IT8500/IT8502 embedded controllersDonald Huang2011-02-221-0/+262