index
:
iCE40/flashrom
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
dediprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Kill central list of SPI programmers
Michael Karcher
2011-05-11
1
-5
/
+14
*
Support Dediprog LEDs on devices with 2 and 3 LEDs
Stefan Reinauer
2011-01-28
1
-87
/
+90
*
Secret knowledge is cool, but public knowledge is better
Carl-Daniel Hailfinger
2011-01-20
1
-5
/
+117
*
Add chunked write ability to the Dediprog SF100 driver
Carl-Daniel Hailfinger
2010-11-23
1
-1
/
+7
*
Support bulk read on Dediprog SF100
Carl-Daniel Hailfinger
2010-11-16
1
-6
/
+109
*
DediProg firmware version 5.1.5 of the SF-100 works just fine
Mathias Krause
2010-11-09
1
-3
/
+13
*
Support setting the Dediprog SF100 SPI voltage
Carl-Daniel Hailfinger
2010-11-09
1
-16
/
+78
*
Split off programmer.h from flash.h
Carl-Daniel Hailfinger
2010-07-27
1
-0
/
+1
*
Kill global variables, constants and functions if local scope suffices
Carl-Daniel Hailfinger
2010-07-03
1
-16
/
+20
*
Remove unneeded #include statements completely
Carl-Daniel Hailfinger
2010-05-30
1
-3
/
+0
*
Split spi.c into programmer and chip code Remove chipdriver.h include from fl...
Sean Nelson
2010-02-26
1
-0
/
+1
*
Properly initialize USB device in dediprog driver
Patrick Georgi
2010-02-04
1
-0
/
+2
*
Add write support
Carl-Daniel Hailfinger
2010-01-22
1
-11
/
+15
*
Dediprog SF100 support
Carl-Daniel Hailfinger
2010-01-19
1
-0
/
+388