History log of /seL4-camkes-master/kernel/src/drivers/serial/imx.c
Revision Date Author Comments
# 79da0792 01-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.


# 8f454e15 18-Mar-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

Style: remove stray tabs


# d0930f67 18-Mar-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

style: consistently attach return type

Add attach-return-type to astyle


# ae73c8bd 21-Feb-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

serial-input: Reduced duplicate imx drivers into one file

Moved imx6q-uart.c and imx31-uart.c -> imx.c and updated config.cmake
appropriately.