summaryrefslogtreecommitdiff
path: root/jlink_spi.c
Commit message (Expand)AuthorAgeFilesLines
* jlink_spi: add cs=tms option to jlink_spi programmerJiajie Chen2023-05-141-13/+41
* 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
* 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
* tree: Port programmers to pass programmer_cfg to extractorsEdward 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-4/+4
* 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-4/+4
* jlink_spi: Add option to enable target powerMarc Schink2022-04-301-1/+47
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-5/+2
* spi_master: Move shutdown function above spi_master structAnastasia Klimchuk2021-08-171-13/+13
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-1/+11
* treewide: Drop unnecessary uses of memset/memcpyAngel Pons2021-06-091-2/+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
* jlink_spi.c: Drop jaylink_ prefix for spi data struct membersAnastasia Klimchuk2021-04-271-31/+31
* jlink_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-04-221-20/+47
* jlink_spi.c: Correct some log messagesAngel Pons2021-04-181-4/+4
* jlink_spi.c: Separate shutdown from failed init cleanupAnastasia Klimchuk2021-04-161-18/+26
* jlink_spi: Reduce transfer sizeMarc Schink2021-02-071-1/+1
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-1/+1
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* Add initial J-Link SPI programmerMarc Schink2019-01-051-0/+456