summaryrefslogtreecommitdiffstats
path: root/spi25.c
Commit message (Expand)AuthorAgeFilesLines
* printf: Use inttype.h macros for format stringsThomas Heijligen2023-04-271-5/+5
* spi25.c: Rename spi_get_erasefn_from_opcode to spi25_get_erasefn_from_opcodeThomas Heijligen2022-12-141-5/+5
* spi25.c: Move spi_get_opcode_from_erasefn() to spi.cThomas Heijligen2022-12-141-12/+0
* tree/: Convert flashchip erase_block func ptr to enumerateEdward O'Callaghan2022-11-111-4/+4
* tree/: Convert flashchips db to use indirection for erase_blockEdward O'Callaghan2022-11-111-16/+16
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-171-1/+1
* spi25.c: Retype appropriate variables with boolFelix Singer2022-09-081-5/+5
* spi25.c: Add function to return opcode of passed erase fucntion pointerAarya Chaumal2022-06-271-0/+12
* spi25.c: Add a list to lookup erasefn and opcode instead of switch caseAarya Chaumal2022-06-271-39/+28
* flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716Nico Huber2022-06-231-2/+11
* flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8Nico Huber2022-06-221-1/+1
* flashchips: Add Spansion (today Infineon) S25FL128L and S25FL256LNico Huber2022-06-201-0/+9
* libflashrom: Return progress state to the library userRichard Hughes2022-05-251-0/+7
* spi25_statusreg: delete spi_read_status_register()Nikolai Artemiev2022-04-051-4/+9
* spi25.c: Use JEDEC consts in spi_simple_write_cmd() callsEdward O'Callaghan2020-10-311-10/+10
* spi25.c: Use define const in spi_simple_write_cmd() fnEdward O'Callaghan2020-10-311-1/+1
* spi25.c: Replace tab with space after '=' symbolEdward O'Callaghan2020-10-171-1/+1
* spi: Allow cached ID bytes to be clearedEdward O'Callaghan2020-08-261-34/+54
* spi25.c: Factor out rdid_get_ids() and compare_id()Edward O'Callaghan2020-08-261-32/+30
* Revert "flashchips: port S25FS(128S) chip from chromiumos"Nico Huber2020-05-011-214/+4
* spi25.c: Add a null checkAngel Pons2020-04-251-0/+2
* flashchips: port S25FS(128S) chip from chromiumossibradzic2020-04-221-4/+214
* spi25: Remove dead incrementElyes HAOUAS2019-07-191-1/+0
* spi25: Fix layering violation in probe_spi_rdid4()Nico Huber2019-06-271-20/+5
* tree: Make internal functions staticJacob Garber2019-06-231-3/+3
* spi25: Fix layering violation in default_spi_write_aai()Nico Huber2019-06-211-14/+0
* spi: Move 16MiB partitioning up into spi_chip_read()Nico Huber2019-06-211-32/+9
* dediprog: Implement 4BA EAR mode for protocol v1Nico Huber2019-06-041-1/+1
* Fix several -Wno-missing-field-initializers warningsRichard Hughes2019-02-031-0/+6
* Enable 4BA mode for Spansion 25FL256SNico Huber2018-10-031-0/+2
* flashchips: Add Spansion 25FL256S......0Nico Huber2018-10-031-1/+2
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* spi25: Revise decision when to enter/exit 4BA modeNico Huber2018-01-021-27/+12
* spi_master: Introduce SPI_MASTER_4BA feature flagNico Huber2018-01-021-5/+10
* spi: Move ICH BBAR quirk out of the wayNico Huber2017-12-281-23/+3
* spi25: Merge remainder of spi4ba inNico Huber2017-12-281-1/+86
* spi25: Remove now obsolete `four_bytes_addr_funcs` pathNico Huber2017-12-281-23/+7
* spi25: Enable native 4BA read and write using feature bitsNico Huber2017-12-281-18/+23
* spi25: Integrate 4BA supportNico Huber2017-12-281-5/+28
* spi25: Use common code for nbyte read/write and block eraseNico Huber2017-12-281-427/+103
* spi25: Introduce spi_simple_write_cmd()Nico Huber2017-12-281-95/+38
* 4BA: Flashrom integration for the 4-bytes addressing extensionsBoris Baykov2017-10-151-3/+12
* Enable continuous SPI readsUrja Rannikko2017-07-131-13/+14
* spi25: ignore 0x00 as a manufacturer id in the generic matchUrja Rannikko2015-06-221-2/+2
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* Add 'const' keyword to chip write and other function prototypesMark Marshall2014-05-091-6/+4
* Report if we are not able to disable AAI mode againStefan Tauner2014-04-261-5/+9
* CID1130000: Unchecked return value in default_spi_write_aai()Stefan Reinauer2014-04-261-9/+12
* Add support for remaining Numonyx (Micron) N25Q chipsNikolay Nikolaev2013-06-281-0/+45
* Introduce spi_block_erase_db()Nikolay Nikolaev2013-06-281-0/+43