summaryrefslogtreecommitdiff
path: root/linux_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Add struct flashctx * parameter to all functions accessing flash chips.hailfinger2011-12-181-6/+12
* Use struct flashctx instead of struct flashchip for flash chip accesshailfinger2011-12-141-4/+4
* Unsignify lengths and addresses in chip functions and structsstefanct2011-11-231-8/+8
* Small fixes for the linux_spi programmer code.uwe2011-09-071-7/+12
* Fix linux_spi.c build on 32bit systems.uwe2011-09-061-2/+2
* Add support for the Linux SPI subsystem (spidev).uwe2011-09-031-0/+139