Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/40748
to look at the new patch set (#3).
Change subject: ft2232_spi.c: Pack read cmd and nCS in one ftdi_write_data() call ......................................................................
ft2232_spi.c: Pack read cmd and nCS in one ftdi_write_data() call
Every ftdi_write_data() call is quite time consuming as the ftdi-chip takes 2-3ms to respond. As the comment already says: Minimize USB transfers by packing as many commands as possible together.
As I cannot see any reason to put read cmd and deassertion of nCS into separated ftdi calls, I packed them together to save programming time.
Signed-off-by: Simon Buhrow simon.buhrow@posteo.de Change-Id: I3f76da3dd0124a0deec7f937dbc4b7dc488c8004 --- M ft2232_spi.c 1 file changed, 38 insertions(+), 40 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/48/40748/3