summaryrefslogtreecommitdiff
path: root/common/log.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-10log: don't show function by defaultHeinrich Schuchardt1-1/+1
2020-07-10log: uclass_get_name() depends on CONFIG_SPL_DMHeinrich Schuchardt1-0/+4
2020-04-26log: remove useless castHeinrich Schuchardt1-1/+1
2019-02-20log: Add a Kconfig option to set the default log levelSimon Glass1-1/+1
2018-10-09sandbox: Add a flag to set the default log levelSimon Glass1-1/+2
2018-06-18log: Fix incorect range check in log_get_cat_name()Simon Glass1-3/+7
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-10log: Correct missing free() on error in log_add_filter()Simon Glass1-6/+11
2018-02-03log: add category LOGC_EFIHeinrich Schuchardt1-0/+1
2018-02-03log: Add control over log formattingSimon Glass1-0/+1
2018-02-03log: Add functions to convert IDs to/from namesSimon Glass1-0/+67
2017-12-07log: Plumb logging into the init sequenceSimon Glass1-0/+1
2017-12-07log: Add an implementation of loggingSimon Glass1-0/+244