History log of /seL4-camkes-master/kernel/src/drivers/serial/msm-uartdm.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.


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

style: consistently attach return type

Add attach-return-type to astyle


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

style: correct parenthesis padding

Use astyle's unpad-paren to unpad all parentheses that are not included
by pad-header, pad-oper, and pad-comma.


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

serial-input: Refactor serial drivers to use BIT macro


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

serial-input: Remove whitespace


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

serial-input: Move UART_REG macro to the same place in every file


# e82a5a07 19-Feb-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

serial-input: Add input to kernel serial drivers

Added getDebugChar basic functionality for all platforms.


# 7bf089c5 20-Feb-2019 Oliver Scott <Oliver.Scott@data61.csiro.au>

serial-refactor: Update config.cmake and rename drivers

Updated config.cmake in drivers/serial to use the marco properly
and added license. Renamed all serial drivers to conform to style.
Moved include for configurations scripts below tools used by the kernel.