History log of /seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/tk1/mux_gpio_priv.h
Revision Date Author Comments
# 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.


# ab7d6893 29-Nov-2017 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

platsupport: TK1 mux: move the mux pingroup tables into a new source file


# df2c7f0c 09-Nov-2017 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

platsupport: TK1: Add a MUX driver and define mux pinout configs

This driver properly support pin output drivers and drive strengths as
well as the different output drivers supported by each pin - push-pull,
open-drain, tristate, pullup and pulldown.

Furthermore, it also adds the code to determine the strength of the slew rate
at which these signals are driven out. This feature was originally added to
investigate whether or not the I2C0 lines could be forced up to 3.3v from 1.8v.


# 95661771 09-Nov-2017 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

platsupport: TK1 GPIO: share gpio_set_pad_mode().