summaryrefslogtreecommitdiffstats
path: root/ft2232_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_command' the default unless definedEdward O'Callaghan2023-02-271-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
* ft2232_spi.c: Retype variable `clock_5x` with boolFelix Singer2022-09-081-2/+3
* tree: Port programmers to pass programmer_cfg to extractorsEdward O'Callaghan2022-09-071-7/+7
* 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-7/+7
* ft2232_spi.c: Add support for kt-link jtag interfaceJacek Naglak2022-07-181-0/+26
* 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-7/+7
* Global cleanup: Fix a few spelling errorsMartin Roth2022-05-031-1/+1
* ft2232_spi.c: Add FTDI FT4233HCharles Parent2022-03-031-0/+5
* ft2232_spi: reintroduce generic GPIOL controlMichael Niewöhner2021-10-041-8/+78
* ft2232_spi: prevent use of reserved pins on some programmersMichael Niewöhner2021-10-011-0/+12
* ft2232_spi: clarify the comment about gpio configurationMichael Niewöhner2021-09-261-2/+5
* remove compile guardsThomas Heijligen2021-09-261-3/+0
* spi_master: Use new API to register shutdown functionAnastasia Klimchuk2021-08-251-7/+2
* ft2232_spi: Add FTDI search by description.Harry Johnson2021-07-291-2/+6
* ft2232_spi: Revise error messageNico Huber2021-06-251-2/+1
* ft2232_spi: Normalize error paths in ft2232_shutdown()Nico Huber2021-06-251-5/+7
* ft2232_spi: Revise comments about output pin statesNico Huber2021-06-251-9/+21
* Revert "ft2232_spi: Enhance csgpiol parameter for FT2232"Nico Huber2021-06-251-26/+14
* Revert "ft2232_spi: Fix broken GPIOL cs_bits state (#126)"Nico Huber2021-06-251-1/+1
* Revert "ft2232_spi.c: Generalize GPIOL pin control"Nico Huber2021-06-251-43/+1
* Revert "ft2232_spi.c: Rename cs_bits to pinlvl"Nico Huber2021-06-251-14/+14
* ft2232_spi: Drop ft2232_spi_send_command()Nico Huber2021-06-251-90/+1
* ft2232_spi: Don't lower write data chunksizeNico Huber2021-06-251-4/+0
* ft2232_spi.c: Implement spi_send_multicommand()Simon Buhrow2021-06-251-1/+90
* programmer_table: move each entry to the associated programmer sourceThomas Heijligen2021-06-101-2/+11
* programmer: Make use of new register_spi_master() APINico Huber2021-05-131-4/+2
* programmer: Smoothen register_spi_master() APINico Huber2021-05-131-1/+1
* ft2232_spi.c: Fix typo in commentAngel Pons2021-04-211-1/+1
* ft2232_spi.c: Refactor singleton states into reentrant patternAnastasia Klimchuk2021-04-151-34/+57
* tree: Remove forward-declarations for spi mastersAnastasia Klimchuk2021-02-161-89/+84
* ft2232_spi.c: Rename cs_bits to pinlvlAlan Green2021-01-241-12/+12
* ft2232_spi.c: Generalize GPIOL pin controlAlan Green2021-01-241-1/+43
* ft2232_spi.c: release I/Os on shutdownAlan Green2021-01-241-0/+25
* ft2232_spi.c: align with Chrome OS flashromNikolai Artemiev2020-08-041-10/+17
* const'ify flashctx to align signatures with cros flashromEdward O'Callaghan2020-04-301-2/+2
* ft2232_spi.c: Improve handling of static bufferAngel Pons2020-04-251-3/+3
* ft2232_spi.c: change the chunksize from 256 to 270el-coderon2020-04-081-1/+1
* ft2232_spi: Fix broken GPIOL cs_bits state (#126)sibradzic2020-03-091-1/+1
* ft2232_spi: Enhance csgpiol parameter for FT2232sibradzic2020-03-091-14/+26
* ft2232_spi: Add support for Tin Can Tools Flyswatter/Flyswatter 2Russ Dill2019-12-011-0/+6
* spi: Drop spi_controller typeNico Huber2019-06-271-1/+0
* ft2232_spi.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-6/+4
* ft2232_spi: add an ability to use GPIO for chip selectionSergey Alirzaev2018-10-081-0/+17
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0