summaryrefslogtreecommitdiff
path: root/linux_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Let the programmer driver decide how to do AAI transfershailfinger2012-06-151-0/+1
* Make the presence of Linux SPI headers mandatory for linux_spi.stefanct2012-03-131-0/+5
* Prevent submission of empty read requests in linux_spi.mkarcher2012-03-061-2/+14
* linux_spi.c: set SPI mode, bit order and bits per word on init.stefanct2012-03-031-3/+19
* 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