summaryrefslogtreecommitdiff
path: root/it87spi.c
Commit message (Expand)AuthorAgeFilesLines
* tree/: Drop default_spi_probe_opcode for NULL caseEdward O'Callaghan2023-03-031-1/+0
* spi: Make 'default_spi_send_multicommand' the default unless definedEdward O'Callaghan2023-03-011-1/+0
* tree/: Rename 'internal_delay()' to 'default_delay()'Edward O'Callaghan2022-12-121-1/+1
* tree/: Replace NULL-case of programmer_delay() with internal_delayEdward O'Callaghan2022-12-121-1/+1
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-171-1/+1
* drivers: Move (un)map_flash_region to par/spi/opaque_masterJonathon Hall2022-10-081-0/+2
* it87spi.c: Retype attribute `fast_spi` with boolFelix Singer2022-09-081-3/+4
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-2/+2
* it87spi.c: Allow passing programmer_cfg directlyEdward O'Callaghan2022-09-071-3/+3
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-2/+2
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+1
* it87spi.c: Enable probing of IT8686EPete Smith2022-07-111-0/+1
* it85spi: EOL supportEdward O'Callaghan2022-07-041-12/+0
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-2/+2
* libflashrom: Return progress state to the library userRichard Hughes2022-05-251-0/+1
* spi25_statusreg: delete spi_read_status_register()Nikolai Artemiev2022-04-051-2/+15
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+1
* hwaccess: move x86 port I/O related code into own filesThomas Heijligen2021-12-221-0/+1
* remove compile guardsThomas Heijligen2021-09-261-4/+0
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-4/+2
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-171-7/+6
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-091-1/+1
* programmer: Make use of new register_spi_master() APINico Huber2021-05-131-3/+2
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* 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