summaryrefslogtreecommitdiff
path: root/programmer.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of new/tested stuff and various small changes 22.stefanct2015-02-081-1/+1
* Rename programmer registration functionshailfinger2014-07-191-21/+21
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-2/+1
* uintptr_t-ify map_flash_region functions.stefanct2013-07-171-1/+1
* Have all programmer init functions register bus masters/programmershailfinger2011-12-201-23/+46
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-19/+23
* Register Parallel/LPC/FWH programmers the same way SPI programmers are regist...hailfinger2011-11-091-0/+20
* flashrom: fix sparse warning: Using plain integer as NULL pointerstepan2011-01-241-1/+1
* Remove unneeded #include statements completely.hailfinger2010-05-301-1/+0
* Some programmers (most notably FT2232SPI) use fallback_* and noop_*, buthailfinger2010-01-061-0/+99