| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: Make 'default_spi_send_multicommand' the default unless defined | Edward O'Callaghan | 2023-03-01 | 1 | -1/+0 |
* | tree/: Rename 'internal_delay()' to 'default_delay()' | Edward O'Callaghan | 2022-12-12 | 1 | -2/+2 |
* | tree/: Replace NULL-case of programmer_delay() with internal_delay | Edward O'Callaghan | 2022-12-12 | 1 | -2/+2 |
* | tree: provide flashrom context into programmer_delay() | Alexander Goncharov | 2022-10-17 | 1 | -2/+2 |
* | drivers/: Make 'fallback_{un}map' the default unless defined | Edward O'Callaghan | 2022-10-08 | 1 | -2/+0 |
* | drivers/: Make 'internal_delay' the default unless defined | Edward O'Callaghan | 2022-09-27 | 1 | -1/+0 |
* | tree: Port programmers to pass programmer_cfg to extractors | Edward O'Callaghan | 2022-09-07 | 1 | -5/+5 |
* | tree: Allow passing programmer_cfg directly to programmer | Edward O'Callaghan | 2022-09-07 | 1 | -1/+1 |
* | tree: Change signature of extract_programmer_param_str() | Edward O'Callaghan | 2022-09-07 | 1 | -5/+5 |
* | tree: Check properly if libusb is initialized | Thomas Heijligen | 2022-08-23 | 1 | -2/+2 |
* | dediprog.c: Use one variable to store raw parameter values | Felix Singer | 2022-08-14 | 1 | -37/+37 |
* | spi: Add function to probe erase command opcode for all spi_master | Aarya Chaumal | 2022-07-11 | 1 | -0/+1 |
* | Add `str` extension to extract_programmer_param function name | Chinmay Lonkar | 2022-07-02 | 1 | -5/+5 |
* | flashchips,spi25: Replace `.wrea_override` with FEATURE_4BA_EAR_1716 | Nico Huber | 2022-06-23 | 1 | -1/+1 |
* | flashchips: Rename FEATURE_4BA_EXT_ADDR -> _EAR_C5C8 | Nico Huber | 2022-06-22 | 1 | -1/+1 |
* | libflashrom: Return progress state to the library user | Richard Hughes | 2022-05-25 | 1 | -0/+1 |
* | dediprog: wait for spi bulk read xfers to finish | Rick Altherr | 2022-01-14 | 1 | -1/+1 |
* | hwaccess: replace flashrom specific macros by compiler defines | Thomas Heijligen | 2021-10-15 | 1 | -2/+0 |
* | dediprog.c: Split up compound conditional and swap two operations | Angel Pons | 2021-10-01 | 1 | -3/+3 |
* | dediprog.c: Drop dediprog_ prefix for spi data struct members | Anastasia Klimchuk | 2021-09-13 | 1 | -60/+54 |
* | dediprog.c: Refactor singleton states into reentrant pattern | Anastasia Klimchuk | 2021-09-13 | 1 | -112/+150 |
* | spi_master: Use new API to register shutdown function | Anastasia Klimchuk | 2021-08-25 | 1 | -3/+1 |
* | spi_master: Move shutdown function above spi_master struct | Anastasia Klimchuk | 2021-08-17 | 1 | -18/+18 |
* | dediprog: Separate shutdown from failed init cleanup | Anastasia Klimchuk | 2021-06-30 | 1 | -8/+12 |
* | programmer_table: move each entry to the associated programmer source | Thomas Heijligen | 2021-06-10 | 1 | -2/+12 |
* | programmer: Smoothen register_spi_master() API | Nico Huber | 2021-05-13 | 1 | -1/+1 |
* | dediprog: Add 4BA support on SF600 protocol version 3 | Patrick Rudolph | 2021-05-11 | 1 | -1/+1 |
* | dediprog: Disable SPI_MASTER_NO_4BA_MODES for additional devices | Patrick Rudolph | 2021-05-11 | 1 | -1/+2 |
* | dediprog: Fix segmentation fault on no device found | Medicine Yeh | 2020-12-17 | 1 | -1/+0 |
* | dediprog.c: Fix layering violation of default_spi_read | Edward O'Callaghan | 2020-10-12 | 1 | -3/+3 |
* | dediprog: Correct REQTYPE_OTHER_OUT macro | David Hendricks | 2020-06-24 | 1 | -1/+1 |
* | const'ify flashctx to align signatures with cros flashrom | Edward O'Callaghan | 2020-04-30 | 1 | -1/+1 |
* | dediprog.c: Add id parameter to dediprog programmer | Ryan O'Leary | 2019-11-15 | 1 | -21/+132 |
* | Fix more sign-compare issues | Nico Huber | 2019-10-05 | 1 | -1/+1 |
* | Fix -Wsign-compare trouble | Nico Huber | 2019-07-31 | 1 | -6/+6 |
* | spi: Drop spi_controller type | Nico Huber | 2019-06-27 | 1 | -1/+0 |
* | tree: Make internal variables static | Jacob Garber | 2019-06-26 | 1 | -2/+2 |
* | dediprog: Bail out on unsupported, long transfers | Nico Huber | 2019-06-21 | 1 | -1/+9 |
* | dediprog: Allow 4BA on all protocol V2 devices | Patrick Rudolph | 2019-06-06 | 1 | -1/+1 |
* | dediprog: Implement 4BA EAR mode for protocol v1 | Nico Huber | 2019-06-04 | 1 | -5/+24 |
* | dediprog: Enable 4BA support for SF600, protocol V2 | Nico Huber | 2019-04-15 | 1 | -8/+21 |
* | dediprog: Disable 4BA completely | Nico Huber | 2019-04-02 | 1 | -0/+1 |
* | Remove trailing whitespace | Elyes HAOUAS | 2019-03-04 | 1 | -1/+1 |
* | dediprog: Fix small, unaligned reads | Nico Huber | 2018-12-06 | 1 | -4/+4 |
* | Add initial support for Dediprog SF200. | Jay Thompson | 2018-09-11 | 1 | -5/+14 |
* | usbdev: Extract libusb1 device discovery into a separate file | Daniel Thompson | 2018-08-30 | 1 | -45/+1 |
* | Remove unneeded white spaces | Elyes HAOUAS | 2018-06-24 | 1 | -1/+1 |
* | Remove address from GPLv2 headers | Elyes HAOUAS | 2018-04-24 | 1 | -4/+0 |
* | Fix whitespace errors | Elyes HAOUAS | 2018-04-24 | 1 | -2/+2 |
* | dediprog: implement command spec for firmware >= 7.2.30 | David Hendricks | 2018-03-28 | 1 | -18/+83 |