summaryrefslogtreecommitdiffstats
path: root/include/log.h
Commit message (Expand)AuthorAgeFilesLines
* log: Include missing header for log.hSean Anderson2020-01-071-0/+1
* dm: devres: Convert to use loggingSimon Glass2020-01-071-0/+1
* common: Add a noisy assert()Simon Glass2020-01-071-0/+14
* log: Add log_nop() to avoid unused-variable warningsSimon Glass2019-10-081-7/+26
* log: document the assign() macroHeinrich Schuchardt2019-08-071-0/+12
* log: Allow #define LOG_DEBUG to enable logging in a fileSimon Glass2019-02-201-1/+6
* log: Fix up Kconfig log level namesSimon Glass2019-02-201-1/+1
* log: Check printf() argumentsSimon Glass2019-01-141-1/+2
* malloc_simple: Add logging of allocationsSimon Glass2018-11-291-1/+1
* Add core support for a bloblist to convey data from SPLSimon Glass2018-11-261-0/+1
* spl: Add support for logging in SPL and TPLSimon Glass2018-11-261-2/+17
* sandbox: log: Add a category for sandboxSimon Glass2018-11-201-0/+1
* log: Add comments to the rest of the log categoriesSimon Glass2018-10-091-6/+6
* sandbox: spi: Add more loggingSimon Glass2018-10-091-0/+1
* log: Add helpers for common log levelsSimon Glass2018-10-091-0/+14
* log: Correct definition of log_msg_ret()Simon Glass2018-10-081-1/+1
* log: Add a way to log a return value with a messageSimon Glass2018-07-091-0/+8
* log: Fix incorect range check in log_get_cat_name()Simon Glass2018-06-181-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* log: fix typo LOGL_EFIHeinrich Schuchardt2018-04-231-1/+1
* log: add category LOGC_EFIHeinrich Schuchardt2018-02-031-0/+1
* log: Add a way to log error-return valuesSimon Glass2018-02-031-0/+11
* log: Add control over log formattingSimon Glass2018-02-031-0/+14
* log: Add functions to convert IDs to/from namesSimon Glass2018-02-031-2/+37
* log: Add a test commandSimon Glass2017-12-071-0/+3
* log: Add an implementation of loggingSimon Glass2017-12-071-0/+242
* Move debug and logging support to a separate headerSimon Glass2017-12-071-0/+59