summaryrefslogtreecommitdiffstats
path: root/it87spi.c
Commit message (Expand)AuthorAgeFilesLines
* it87spi.c: Remove 'it8716f_' prefix from local state trackerEdward O'Callaghan2020-11-221-21/+21
* it87spi.c: Move singleton state into spi master state trackerEdward O'Callaghan2020-11-221-26/+71
* it87spi.c: Reorder functions with primitives at the topEdward O'Callaghan2020-11-221-172/+164
* it87spi.c: Prevent use-after-free bugAngel Pons2020-10-221-1/+2
* it87spi.c: Fix layering violation of default_spi_readEdward O'Callaghan2020-10-121-2/+2
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* Fix -Wsign-compare troubleNico Huber2019-07-311-1/+2
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* tree: Make internal functions staticJacob Garber2019-06-231-1/+1
* spi25: Fix layering violation in default_spi_write_aai()Nico Huber2019-06-211-1/+1
* Remove trailing whitespaceElyes HAOUAS2019-03-041-1/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-4/+3
* Add a bunch of new/tested stuff and various small changes 20Stefan Tauner2014-05-031-3/+2
* IT87: Add ability to select between chips on GIGABYTE DualBIOS boardsVadim Girlin2013-08-241-7/+40
* Add a bunch of new/tested stuff and various small changes 17Stefan Tauner2013-02-221-6/+3
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-1/+1
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-10/+10
* 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
* dummyflasher: Add a status register to SPI chipsStefan Tauner2012-05-061-1/+1
* Fix parallel-style programmer access from ITE IT87/Winbond W83627 SPICarl-Daniel Hailfinger2012-03-011-2/+2
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-7/+11
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-5/+5
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-7/+8
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...Carl-Daniel Hailfinger2011-11-091-1/+1
* Revert "Unsignify lengths and addresses in chip functions and structs"Stefan Tauner2011-09-181-4/+4
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-09-181-4/+4
* Change programmer selection in cli and generic codeCarl-Daniel Hailfinger2011-09-081-4/+2
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-1/+2
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-22/+23
* Rename CHIP_BUSTYPE_FOO to BUS_FOOCarl-Daniel Hailfinger2011-07-271-1/+1
* Kill central list of SPI programmersMichael Karcher2011-05-111-5/+19
* Add support for more than one Super I/O or EC per machineCarl-Daniel Hailfinger2011-04-271-55/+66
* Fix internal offset calculations for SPI BYTE PROGRAM and SPI AAI PROGRAMCarl-Daniel Hailfinger2010-10-271-5/+6
* Switch all flash chips to partial writeCarl-Daniel Hailfinger2010-10-131-12/+14
* Updates to the board and chips status tablesUwe Hermann2010-09-051-2/+2
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Use generic unlocking infrastructure for SPI chipsCarl-Daniel Hailfinger2010-07-141-1/+0
* Convert SPI chips to partial writeCarl-Daniel Hailfinger2010-07-141-16/+26
* Generify support for ITE IT8705 Super I/OCarl-Daniel Hailfinger2010-07-101-79/+85
* Unify programmer parameter extractionCarl-Daniel Hailfinger2010-07-081-1/+1
* Various places in the flashrom source feature custom parameter extraction fro...Carl-Daniel Hailfinger2010-07-061-15/+17
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-1/+1
* Handle the following architectures in generic flashrom codeCarl-Daniel Hailfinger2010-05-261-0/+4
* Add ITE IT8720 SPI supportVadim Girlin2010-03-301-2/+6
* Autodetect ITE IT87* LPC->SPI translation on all boards without the need for ...Carl-Daniel Hailfinger2010-03-251-6/+19
* Various coding style and cosmetic changesUwe Hermann2010-03-131-2/+2
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1