summaryrefslogtreecommitdiff
path: root/raiden_debug_spi.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
* spi: Make 'default_spi_write_aai' the default unless definedEdward O'Callaghan2022-12-211-1/+0
* tree/: Rename 'internal_delay()' to 'default_delay()'Edward O'Callaghan2022-12-121-7/+7
* tree/: Replace NULL-case of programmer_delay() with internal_delayEdward O'Callaghan2022-12-121-7/+7
* raiden_debug_spi: Remove fixme with explanationLiam Flaherty2022-10-211-1/+5
* tree: provide flashrom context into programmer_delay()Alexander Goncharov2022-10-171-7/+7
* drivers/: Make 'fallback_{un}map' the default unless definedEdward O'Callaghan2022-10-081-2/+0
* drivers/: Make 'internal_delay' the default unless definedEdward O'Callaghan2022-09-271-1/+0
* raiden_debug_spi.c: Retype variable `found` with boolFelix Singer2022-09-081-3/+4
* usb_device.c: Allow for programmer_cfg plumbingEdward O'Callaghan2022-09-071-1/+1
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-3/+3
* raiden_debug_spi.c: plumb programmer_cfg though get_paramsEdward O'Callaghan2022-09-071-4/+4
* tree: Allow passing programmer_cfg directly to programmerEdward O'Callaghan2022-09-071-1/+1
* tree: Change signature of extract_programmer_param_str()Edward O'Callaghan2022-09-071-3/+3
* spi: Add function to probe erase command opcode for all spi_masterAarya Chaumal2022-07-111-0/+1
* Add `str` extension to extract_programmer_param function nameChinmay Lonkar2022-07-021-3/+3
* tree: indent struct *_master consistently with tabsThomas Heijligen2022-06-271-8/+8
* raiden_debug_spi.c: Document where raiden_debug_spi_requests are handledEdward O'Callaghan2022-04-301-0/+8
* raiden_debug_spi: Add more informative error message when WP is enabledRobert Zieba2022-04-211-0/+17
* raiden_debug_spi.c: Allow custom_rst param value of 'false'Edward O'Callaghan2022-04-151-2/+4
* raiden_debug_spi: Use new API to register shutdown functionAnastasia Klimchuk2021-10-101-4/+2
* raiden_debug_spi: Move shutdown function above spi_master structAnastasia Klimchuk2021-10-101-31/+31
* raiden_debug_spi: Use spi data in configure_protocolAnastasia Klimchuk2021-10-101-7/+5
* raiden_debug_spi: Link spi_master struct to spi dataAnastasia Klimchuk2021-10-101-4/+5
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-2/+12
* treewide: Drop unnecessary uses of memset/memcpyAngel Pons2021-06-091-4/+2
* treewide: Drop most cases of `sizeof(struct ...)`Angel Pons2021-06-091-3/+3
* spi_master: Make use of new register_spi_master() APIAnastasia Klimchuk2021-06-031-2/+2
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* raiden_debug_spi: add param for a custom reset setupMary Ruthven2020-07-211-12/+30
* raiden_debug_spi: add missing USB_SPI requestsMary Ruthven2020-07-211-4/+11
* raiden_debug_spi.c: Add support for USB SPI protocol V2Brian J. Nemec2020-07-211-12/+672
* raiden_debug_spi.c: Add protocol based configuration to initBrian J. Nemec2020-07-211-28/+105
* raiden_debug_spi.c: Add USB context states and helper functionsBrian J. Nemec2020-07-201-67/+207
* raiden_debug_spi.c: Add transfer context statesBrian J. Nemec2020-07-201-32/+67
* raiden_debug_spi.c: Clean up the USB SPI protocolBrian J. Nemec2020-07-201-64/+125
* raiden_debug_spi.c: Rename Protocol V1 specific fieldsBrian J. Nemec2020-07-201-20/+24
* raiden_debug_spi.c: Enables USB retry for invalid write countBrian J. Nemec2020-05-081-3/+7
* raiden_debug_spi: Fix memleakPatrick Georgi2020-05-051-1/+3
* raiden_debug_spi.c: Clean up global stateEdward O'Callaghan2020-05-051-15/+42
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-1/+1
* raiden_debug_spi: Fix memleakPatrick Georgi2020-04-241-0/+3
* Fix segfault when running `flashrom -L`Angel Pons2020-03-261-0/+5
* raiden_debug_spi.c: Add a delay following AP/EC flash enableEdward O'Callaghan2020-03-111-0/+9
* raiden_debug_spi.c: Disable retry during some error codesEdward O'Callaghan2020-03-111-0/+40
* raiden_debug_spi.c: Implement retry mechanismEdward O'Callaghan2020-03-111-8/+42
* raiden_debug_spi.c: Clean up RW ops into sep pathsEdward O'Callaghan2020-03-111-25/+71
* raiden_debug_spi.c: Fix indents to be consistentEdward O'Callaghan2020-03-111-40/+40
* raiden_debug: Upstream ChromiumOS servo debug board progEdward O'Callaghan2020-03-031-0/+449