aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/caif/caif_spi.h
Commit message (Collapse)AuthorAgeFilesLines
* caif: SPI module unload fixErwan Bracq2014-10-011-2/+3
| | | | | | | | The caif SPI physical bearer module crash on unload due to bad uninitialization. Change-Id: I9c393014dcce35b1e53f003099c783c2334385cb Signed-off-by: Erwan Bracq <erwan.bracq@stericsson.com>
* caif: SPI-driver bugfix - incorrect padding.Sjur Brændeland2010-11-031-0/+2
| | | | | Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* caif-driver: Add CAIF-SPI Protocol driver.Sjur Braendeland2010-06-291-0/+153
This patch introduces the CAIF SPI Protocol Driver for CAIF Link Layer. This driver implements a platform driver to accommodate for a platform specific SPI device. A general platform driver is not possible as there are no SPI Slave side Kernel API defined. A sample CAIF SPI Platform device can be found in .../Documentation/networking/caif/spi_porting.txt Signed-off-by: Sjur Braendeland <sjur.brandeland@stericsson.com> Signed-off-by: David S. Miller <davem@davemloft.net>