History log of /seL4-refos-master/projects/util_libs/libplatsupport/arch_include/arm/platsupport/spi.h
Revision Date Author Comments
# 6f87ae6e 06-Nov-2017 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

platsupport: SPI API: Add an "ID" member to SPI interface


# 5761b927 28-Sep-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

pragma once and for all


# 398af6af 13-Jul-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

Fix whitespace

- remove trailing whitespace
- remove duplicate blank lines
- remove blank lines at end of file


# a7130f9f 04-Jun-2017 Anna Lyons <Anna.Lyons@data61.csiro.au>

fix licenses


# 3bbb5006 16-Jan-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libplatsupport: Unify Chip select enum variants

Was introduced in pr #79. Previously these were defined per platform,
and when defining globally for TK1 there was a name conflict with
exynos.


# 5d9b021c 15-Jan-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libplatsupport: add chipselect function injection

The TK1 spi driver is currently only used in a CAmkES application that
was managing the chip select functionality at the component level. This
commit moves the CS functionality into the driver by allowing the CAmkES
application to initialise the driver with the cs function pointer that
the driver can then use more intelligently.


# 03ede780 23-Aug-2016 Kent McLeod <kent.mcleod@nicta.com.au>

Remove trailing whitespace


# 7b100c57 15-May-2016 Matthew Fernandez <matthew.fernandez@nicta.com.au>

libplatsupport: Mark an argument to spi_prepare_transfer as `const`.

This avoids spurious warnings when passing in a pointer to a `const` struct.