summaryrefslogtreecommitdiff
path: root/linux_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of new/tested stuff and various small changes 24.stefanct2016-01-231-0/+6
* Add (implicit) support for musl libc.stefanct2015-11-141-2/+3
* linux_spi: properly convert pointers to kernel's u64.stefanct2014-08-051-2/+2
* Rename programmer registration functionshailfinger2014-07-191-2/+2
* Add 'const' keyword to chip write and other function prototypes.stefanct2014-05-091-3/+2
* linux_spi: Stop messing up the units of SPI speed.stefanct2014-03-191-6/+6
* linux_spi: Fix conversion from kHz to Hz.stefanct2014-03-191-1/+1
* Add a bunch of new/tested stuff and various small changes 18.stefanct2013-07-251-8/+13
* 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