summaryrefslogtreecommitdiffstats
path: root/dediprog.c
Commit message (Expand)AuthorAgeFilesLines
* Rename programmer registration functionsCarl-Daniel Hailfinger2014-07-191-2/+2
* Constify dediprog's write functions tooStefan Tauner2014-05-251-4/+4
* dediprog: Fix crash if usb_open() failsDavid Woodhouse2013-07-301-0/+4
* dediprog: fix SPI clock settingPatrick Georgi2013-05-231-6/+9
* dediprog: add support for chip selectStefan Tauner2013-05-031-12/+40
* dedirpog: add a parameter 'spispeed' to set the SPI clock rateNico Huber2013-02-201-60/+69
* Add a bunch of new/tested stuff and various small changes 16Stefan Tauner2013-01-011-0/+1
* Add a "device" parameter for DediprogNathan Laredo2012-12-241-5/+35
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-1/+1
* Add native SPI AAI write support to the Dediprog SF100 driverNico Huber2012-06-191-20/+47
* Add voltage change delays to dediprog driverNico Huber2012-06-161-0/+8
* Let the programmer driver decide how to do AAI transfersNico Huber2012-06-151-0/+1
* Add a bunch of new/tested stuff and various small changes 10Paul Menzel2012-02-161-1/+1
* Speed up dediprog SPI page writesCarl-Daniel Hailfinger2011-12-201-6/+170
* Add struct flashctx * parameter to all functions accessing flash chipsCarl-Daniel Hailfinger2011-12-181-2/+5
* Use struct flashctx instead of struct flashchip for flash chip accessCarl-Daniel Hailfinger2011-12-141-3/+3
* Unsignify lengths and addresses in chip functions and structsStefan Tauner2011-11-231-10/+10
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-2/+4
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-33/+45
* Use shutdown callback mechanism to shutdown programmersDavid Hendricks2011-06-141-19/+22
* Kill central list of SPI programmersMichael Karcher2011-05-111-5/+14
* Support Dediprog LEDs on devices with 2 and 3 LEDsStefan Reinauer2011-01-281-87/+90
* Secret knowledge is cool, but public knowledge is betterCarl-Daniel Hailfinger2011-01-201-5/+117
* Add chunked write ability to the Dediprog SF100 driverCarl-Daniel Hailfinger2010-11-231-1/+7
* Support bulk read on Dediprog SF100Carl-Daniel Hailfinger2010-11-161-6/+109
* DediProg firmware version 5.1.5 of the SF-100 works just fineMathias Krause2010-11-091-3/+13
* Support setting the Dediprog SF100 SPI voltageCarl-Daniel Hailfinger2010-11-091-16/+78
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-16/+20
* Remove unneeded #include statements completelyCarl-Daniel Hailfinger2010-05-301-3/+0
* Split spi.c into programmer and chip code Remove chipdriver.h include from fl...Sean Nelson2010-02-261-0/+1
* Properly initialize USB device in dediprog driverPatrick Georgi2010-02-041-0/+2
* Add write supportCarl-Daniel Hailfinger2010-01-221-11/+15
* Dediprog SF100 supportCarl-Daniel Hailfinger2010-01-191-0/+388
OpenPOWER on IntegriCloud