aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwtracing/stm/console.c
AgeCommit message (Collapse)AuthorFilesLines
2018-03-28stm class: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin1-9/+1
This adds SPDX GPL-2.0 header to to stm core files and removes the GPLv2 boilerplate text. Signed-off-by: Alexander Shishkin <[email protected]>
2015-10-04stm class: stm_console: Add kernel-console-over-stm driverAlexander Shishkin1-0/+80
This is a simple stm_source class device driver (kernelspace stm trace source) that registers a console and sends kernel messages over STM devices. Reviewed-by: Mathieu Poirier <[email protected]> Signed-off-by: Alexander Shishkin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>