History log of /seL4-refos-master/projects/util_libs/libplatsupport/src/mach/exynos/spi.c
Revision Date Author Comments
# bb01ae81 10-Dec-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

platsupport: Don't require plat/mux.h on all plats

As mux_sys_init is currently required on all Arm platforms, having a
enum definition for all mux features that a platform has requires
defining the enum on all platforms.
We instead replace enum mux_feature with a typedef'd ssize_t and allow
platforms to define enum mux_feature definitions at an implementation
level rather than interface level.


# 3f9cdc14 19-May-2019 Yu Hou <Yu.Hou@data61.csiro.au>

util_libs: remove autoconf.h from util_libs

this commit removes autoconf.h generation from each lib and
append '#include <<lib_name>/gen_config.h>' after each
'#include <autoconf.h>' since autoconf.h is only the for the
kernel config now. This is a temporarily solution, since we
currently don't have a way to tell which header files each file
is trying to include when it includes 'autoconf.h'


# 6571d762 13-Mar-2018 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

platsupport: Exynos: Update the mux_feature_enable and its invocations


# 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


# 1007797c 12-Apr-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

Use CONFIG_ variables instead of configuration definitions


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


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

Remove trailing whitespace


# 808f1a06 22-Jul-2016 Andrew Gacek <andrew.gacek@gmail.com>

libplatsupport: use 180 degree phase feedback for SPI (Exynos)

This fixes issue #2


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