|
|
|
@1499
|
3 months |
stefanct |
Add a bunch of new/tested stuff and various small changes 10
Tested …
|
|
|
|
@1477
|
5 months |
hailfinger |
Speed up dediprog SPI page writes
All chips which use spi_chip_write_256 …
|
|
|
|
@1474
|
5 months |
hailfinger |
Add struct flashctx * parameter to all functions accessing flash chips.
…
|
|
|
|
@1473
|
5 months |
hailfinger |
Use struct flashctx instead of struct flashchip for flash chip access
…
|
|
|
|
@1470
|
6 months |
stefanct |
Unsignify lengths and addresses in chip functions and structs
Push those …
|
|
|
|
@1413
|
9 months |
hailfinger |
Fixup of r1397:
- Mixing uninitialized and initialized local variables …
|
|
|
|
@1397
|
10 months |
uwe |
Random whitespace and coding-style fixes.
Also, indentation fixes, e.g. …
|
|
|
|
@1338
|
11 months |
dhendrix |
Use shutdown callback mechanism to shutdown programmers
This patch …
|
|
|
|
@1299
|
13 months |
mkarcher |
kill central list of SPI programmers
Remove the array spi_programmer, …
|
|
|
|
@1257
|
16 months |
stepan |
Support Dediprog LEDs on devices with 2 and 3 LEDs.
Signed-off-by: Stefan …
|
|
|
|
@1254
|
16 months |
stepan |
Secret knowledge is cool, but public knowledge is better.
Implement all …
|
|
|
|
@1235
|
18 months |
hailfinger |
Add chunked write ability to the Dediprog SF100 driver.
Please note that …
|
|
|
|
@1234
|
18 months |
hailfinger |
Support bulk read on Dediprog SF100.
Should result in native speed for …
|
|
|
|
@1227
|
19 months |
hailfinger |
DediProg? firmware version 5.1.5 of the SF-100 works just fine.
Allow any …
|
|
|
|
@1226
|
19 months |
hailfinger |
Support setting the Dediprog SF100 SPI voltage.
Add a generic voltage …
|
|
|
|
@1112
|
22 months |
hailfinger |
Split off programmer.h from flash.h.
Programmer specific functions are of …
|
|
|
|
@1068
|
23 months |
hailfinger |
Kill global variables, constants and functions if local scope suffices. …
|
|
|
|
@1021
|
2 years |
hailfinger |
Remove unneeded #include statements completely.
unistd.h was only used to …
|
|
|
|
@914
|
2 years |
snelson |
Split spi.c into programmer and chip code
Remove chipdriver.h include from …
|
|
|
|
@891
|
2 years |
oxygene |
Properly initialize USB device in dediprog driver.
That's necessary to use …
|
|
|
|
@879
|
2 years |
hailfinger |
Add write support.
Speed up reads by a factor of 4 by switching block size …
|
|
|
|
@870
|
2 years |
hailfinger |
Dediprog SF100 support.
Reverse engineered from USB logs. I never touched …
|