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
/
dediprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more sign-compare issues
Nico Huber
2019-10-05
1
-1
/
+1
*
Fix -Wsign-compare trouble
Nico Huber
2019-07-31
1
-6
/
+6
*
spi: Drop spi_controller type
Nico Huber
2019-06-27
1
-1
/
+0
*
tree: Make internal variables static
Jacob Garber
2019-06-26
1
-2
/
+2
*
dediprog: Bail out on unsupported, long transfers
Nico Huber
2019-06-21
1
-1
/
+9
*
dediprog: Allow 4BA on all protocol V2 devices
Patrick Rudolph
2019-06-06
1
-1
/
+1
*
dediprog: Implement 4BA EAR mode for protocol v1
Nico Huber
2019-06-04
1
-5
/
+24
*
dediprog: Enable 4BA support for SF600, protocol V2
Nico Huber
2019-04-15
1
-8
/
+21
*
dediprog: Disable 4BA completely
v1.1-rc1
Nico Huber
2019-04-02
1
-0
/
+1
*
Remove trailing whitespace
Elyes HAOUAS
2019-03-04
1
-1
/
+1
*
dediprog: Fix small, unaligned reads
Nico Huber
2018-12-06
1
-4
/
+4
*
Add initial support for Dediprog SF200.
Jay Thompson
2018-09-11
1
-5
/
+14
*
usbdev: Extract libusb1 device discovery into a separate file
Daniel Thompson
2018-08-30
1
-45
/
+1
*
Remove unneeded white spaces
Elyes HAOUAS
2018-06-24
1
-1
/
+1
*
Remove address from GPLv2 headers
Elyes HAOUAS
2018-04-24
1
-4
/
+0
*
Fix whitespace errors
Elyes HAOUAS
2018-04-24
1
-2
/
+2
*
dediprog: implement command spec for firmware >= 7.2.30
David Hendricks
2018-03-28
1
-18
/
+83
*
Include <sys/types.h> wherever ssize_t is used
Nico Huber
2017-08-16
1
-0
/
+1
*
dediprog: Fix bug where too many transfers would be queued
Nico Huber
2017-04-20
1
-1
/
+3
*
dediprog: Reimplement target chip option
Nico Huber
2017-04-20
1
-3
/
+14
*
dediprog: use ordinary USB devs array
Stefan Tauner
2016-02-22
1
-1
/
+9
*
dediprog: tremendously improve performance on SF600 by ignoring the spec
Stefan Tauner
2016-02-20
1
-0
/
+10
*
dediprog: port to libusb1 and use asynchronous bulk transfers for reading
Nico Huber
2016-02-18
1
-87
/
+197
*
dediprog: use command 0x0B (set voltage) only on older SF100s
David Hendricks
2016-02-18
1
-13
/
+24
*
dediprog: add support for SF600
David Woodhouse
2016-02-18
1
-14
/
+65
*
dediprog: support new communication protocol, cleanup and enable by default
Simon Glass
2016-01-23
1
-111
/
+130
*
dediprog: Tidy up commands and remove dead nonsense code
Simon Glass
2015-07-05
1
-254
/
+136
*
dediprog: Invert the LED polarity in the code
Simon Glass
2015-06-28
1
-49
/
+42
*
Add a bunch of new/tested stuff and various small changes 22
Stefan Tauner
2015-02-08
1
-0
/
+1
*
Properly include current libusb-win32 header
Stefan Tauner
2015-01-26
1
-0
/
+8
*
Rename programmer registration functions
Carl-Daniel Hailfinger
2014-07-19
1
-2
/
+2
*
Constify dediprog's write functions too
Stefan Tauner
2014-05-25
1
-4
/
+4
*
dediprog: Fix crash if usb_open() fails
David Woodhouse
2013-07-30
1
-0
/
+4
*
dediprog: fix SPI clock setting
Patrick Georgi
2013-05-23
1
-6
/
+9
*
dediprog: add support for chip select
Stefan Tauner
2013-05-03
1
-12
/
+40
*
dedirpog: add a parameter 'spispeed' to set the SPI clock rate
Nico Huber
2013-02-20
1
-60
/
+69
*
Add a bunch of new/tested stuff and various small changes 16
Stefan Tauner
2013-01-01
1
-0
/
+1
*
Add a "device" parameter for Dediprog
Nathan Laredo
2012-12-24
1
-5
/
+35
*
Make struct flashchip a field in struct flashctx instead of a complete copy
Carl-Daniel Hailfinger
2012-08-25
1
-1
/
+1
*
Add native SPI AAI write support to the Dediprog SF100 driver
Nico Huber
2012-06-19
1
-20
/
+47
*
Add voltage change delays to dediprog driver
Nico Huber
2012-06-16
1
-0
/
+8
*
Let the programmer driver decide how to do AAI transfers
Nico Huber
2012-06-15
1
-0
/
+1
*
Add a bunch of new/tested stuff and various small changes 10
Paul Menzel
2012-02-16
1
-1
/
+1
*
Speed up dediprog SPI page writes
Carl-Daniel Hailfinger
2011-12-20
1
-6
/
+170
*
Add struct flashctx * parameter to all functions accessing flash chips
Carl-Daniel Hailfinger
2011-12-18
1
-2
/
+5
*
Use struct flashctx instead of struct flashchip for flash chip access
Carl-Daniel Hailfinger
2011-12-14
1
-3
/
+3
*
Unsignify lengths and addresses in chip functions and structs
Stefan Tauner
2011-11-23
1
-10
/
+10
*
Fixup of r1397
Carl-Daniel Hailfinger
2011-08-15
1
-2
/
+4
*
Random whitespace and coding-style fixes
Uwe Hermann
2011-07-28
1
-33
/
+45
*
Use shutdown callback mechanism to shutdown programmers
David Hendricks
2011-06-14
1
-19
/
+22
[next]