History log of /seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/imx6/gpio.c
Revision Date Author Comments
# 8e531505 15-Oct-2019 Damon Lee <Damon.Lee@data61.csiro.au>

trivial: Style changed files


# 98edb778 14-Oct-2019 Damon Lee <Damon.Lee@data61.csiro.au>

platsupport: Replace read/write w/ set/read_level

This is the second part of the change to remove the ability the chain
together pins in the driver level. Now that it's not possible to chain
together pins, we replace the read/write functions with pin unit level
functions.


# fe165a16 14-Oct-2019 Damon Lee <Damon.Lee@data61.csiro.au>

platsupport: Remove GPIO set_next and next field

The functionality to be able to chain together GPIO pins is outside the
scope of the driver, this functionality should instead belong to a
utility library. This commit removes this from the drivers so that it
can be refactored into a library.


# f31b6d07 10-Dec-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

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

The Arm interface for gpio_sys_t doesn't require any platform
definitions and so we don't need to include a platform header file.


# a7e9aad0 08-Oct-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

platsupport: use ZF_LOG* instead of custom macros

This commit removes redundant definitions of debug print macros
and replaces them with use of ZF_LOG*.


# 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


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

Remove trailing whitespace