index
:
flashrom.git
1.0.x
1.1.x
1.2.x
1.3.x
1.3.x_infdev
main
master
stable
staging
testpush
Flash programming utility
flashrom
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ft2232_spi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
ft2232_spi.c: Retype variable `clock_5x` with bool
Felix Singer
2022-09-08
1
-2
/
+3
*
tree: Port programmers to pass programmer_cfg to extractors
Edward O'Callaghan
2022-09-07
1
-7
/
+7
*
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
-7
/
+7
*
ft2232_spi.c: Add support for kt-link jtag interface
Jacek Naglak
2022-07-18
1
-0
/
+26
*
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
-7
/
+7
*
Global cleanup: Fix a few spelling errors
Martin Roth
2022-05-03
1
-1
/
+1
*
ft2232_spi.c: Add FTDI FT4233H
Charles Parent
2022-03-03
1
-0
/
+5
*
ft2232_spi: reintroduce generic GPIOL control
Michael Niewöhner
2021-10-04
1
-8
/
+78
*
ft2232_spi: prevent use of reserved pins on some programmers
Michael Niewöhner
2021-10-01
1
-0
/
+12
*
ft2232_spi: clarify the comment about gpio configuration
Michael Niewöhner
2021-09-26
1
-2
/
+5
*
remove compile guards
Thomas Heijligen
2021-09-26
1
-3
/
+0
*
spi_master: Use new API to register shutdown function
Anastasia Klimchuk
2021-08-25
1
-7
/
+2
*
ft2232_spi: Add FTDI search by description.
Harry Johnson
2021-07-29
1
-2
/
+6
*
ft2232_spi: Revise error message
Nico Huber
2021-06-25
1
-2
/
+1
*
ft2232_spi: Normalize error paths in ft2232_shutdown()
Nico Huber
2021-06-25
1
-5
/
+7
*
ft2232_spi: Revise comments about output pin states
Nico Huber
2021-06-25
1
-9
/
+21
*
Revert "ft2232_spi: Enhance csgpiol parameter for FT2232"
Nico Huber
2021-06-25
1
-26
/
+14
*
Revert "ft2232_spi: Fix broken GPIOL cs_bits state (#126)"
Nico Huber
2021-06-25
1
-1
/
+1
*
Revert "ft2232_spi.c: Generalize GPIOL pin control"
Nico Huber
2021-06-25
1
-43
/
+1
*
Revert "ft2232_spi.c: Rename cs_bits to pinlvl"
Nico Huber
2021-06-25
1
-14
/
+14
*
ft2232_spi: Drop ft2232_spi_send_command()
Nico Huber
2021-06-25
1
-90
/
+1
*
ft2232_spi: Don't lower write data chunksize
Nico Huber
2021-06-25
1
-4
/
+0
*
ft2232_spi.c: Implement spi_send_multicommand()
Simon Buhrow
2021-06-25
1
-1
/
+90
*
programmer_table: move each entry to the associated programmer source
Thomas Heijligen
2021-06-10
1
-2
/
+11
*
programmer: Make use of new register_spi_master() API
Nico Huber
2021-05-13
1
-4
/
+2
*
programmer: Smoothen register_spi_master() API
Nico Huber
2021-05-13
1
-1
/
+1
*
ft2232_spi.c: Fix typo in comment
Angel Pons
2021-04-21
1
-1
/
+1
*
ft2232_spi.c: Refactor singleton states into reentrant pattern
Anastasia Klimchuk
2021-04-15
1
-34
/
+57
*
tree: Remove forward-declarations for spi masters
Anastasia Klimchuk
2021-02-16
1
-89
/
+84
*
ft2232_spi.c: Rename cs_bits to pinlvl
Alan Green
2021-01-24
1
-12
/
+12
*
ft2232_spi.c: Generalize GPIOL pin control
Alan Green
2021-01-24
1
-1
/
+43
*
ft2232_spi.c: release I/Os on shutdown
Alan Green
2021-01-24
1
-0
/
+25
*
ft2232_spi.c: align with Chrome OS flashrom
Nikolai Artemiev
2020-08-04
1
-10
/
+17
*
const'ify flashctx to align signatures with cros flashrom
Edward O'Callaghan
2020-04-30
1
-2
/
+2
*
ft2232_spi.c: Improve handling of static buffer
Angel Pons
2020-04-25
1
-3
/
+3
*
ft2232_spi.c: change the chunksize from 256 to 270
el-coderon
2020-04-08
1
-1
/
+1
*
ft2232_spi: Fix broken GPIOL cs_bits state (#126)
sibradzic
2020-03-09
1
-1
/
+1
*
ft2232_spi: Enhance csgpiol parameter for FT2232
sibradzic
2020-03-09
1
-14
/
+26
*
ft2232_spi: Add support for Tin Can Tools Flyswatter/Flyswatter 2
Russ Dill
2019-12-01
1
-0
/
+6
*
spi: Drop spi_controller type
Nico Huber
2019-06-27
1
-1
/
+0
*
ft2232_spi.c: Remove unneeded 'else'
Elyes HAOUAS
2019-06-21
1
-6
/
+4
*
ft2232_spi: add an ability to use GPIO for chip selection
Sergey Alirzaev
2018-10-08
1
-0
/
+17
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
spi_master: Introduce SPI_MASTER_4BA feature flag
Nico Huber
2018-01-02
1
-0
/
+1
*
ft2232_spi: Add support for Google Servo boards (v1 + v2)
Todd Broch
2016-02-14
1
-0
/
+19
*
Add a bunch of new/tested stuff and various small changes 23
Stefan Tauner
2015-03-01
1
-1
/
+1
[next]