History log of /seL4-refos-master/libs/libplatsupport/src/plat/tk1/spi.c
Revision Date Author Comments
# 680dc498 13-Mar-2018 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

platsupport: TK1 SPI: Silence build warning


# 6e8063e1 13-Dec-2017 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

platsupport: TK1 SPI: Support multiple slaves in a very crude fashion


# 9deb65ea 31-May-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Change 1 << * to BIT(*) in some cases


# 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.


# 261cd205 16-Jan-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libplatsupport: Fix tk1 spi fifo init


# 20d9ea6b 16-Jan-2017 Kent McLeod <Kent.Mcleod@data61.csiro.au>

libplatsupport: Remove prefix from spi driver vars


# 8fc8527d 16-Jan-2017 Andrew Gacek <andrew.gacek@gmail.com>

libplatsupport: A couple more changes for software/hardware chip select


# 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.


# 474defaf 14-Jan-2017 Andrew Gacek <andrew.gacek@gmail.com>

libplatsupport: Rewrite TK1 spi driver

The previous TK1 spi driver had a series of issues which it made it
easier to replace rather than patch.


# e253bb5f 12-Jan-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

libplatsupport: SELFOUR-726 Use PAD_STRUCT_BETWEEN in spi.c


# 76c06450 26-Oct-2016 Jason Butler <jason.butler@data61.csiro.au>

Integrating changes from DARPA repo to trunk