Heinrich Schuchardt
d094a0734c
log: allow for message continuation
...
Some drivers use macro pr_cont() for continuing a message sent via printk.
Hence if we want to convert printk messaging to using the logging system,
we must support continuation of log messages too.
As pr_cont() does not provide a message level we need a means of
remembering the last log level.
With the patch a pseudo log level LOGL_CONT as well as a pseudo log
category LOGC_CONT are introduced. Using these results in the application
of the same log level and category as in the previous log message.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de >
Reviewed-by: Simon Glass <sjg@chromium.org >
2020-10-27 13:50:53 -04:00
..
2020-09-25 11:27:26 +08:00
2020-10-27 13:50:53 -04:00
2020-09-09 16:57:35 -04:00
2020-10-26 20:55:29 +01:00
2020-10-22 11:26:14 -04:00
2020-10-22 11:26:14 -04:00
2020-10-12 07:26:57 -04:00
2020-08-25 09:33:35 +08:00
2020-10-20 00:49:05 +02:00
2020-09-30 16:55:03 -04:00
2020-10-23 16:38:33 -04:00
2020-10-06 09:07:54 -06:00
2020-10-12 21:30:37 -04:00
2020-10-01 19:43:05 +02:00
2020-10-23 09:16:01 -04:00
2020-10-22 09:54:53 -04:00
2020-10-09 17:53:12 +08:00
2020-08-24 14:11:13 -04:00
2020-08-14 15:18:30 -04:00
2020-10-06 09:07:54 -06:00
2020-10-14 11:16:34 -04:00
2020-10-06 07:43:56 +02:00
2020-08-07 22:31:32 -04:00
2020-09-01 14:47:43 +02:00
2020-10-22 09:54:54 -04:00
2020-09-27 16:10:45 +02:00
2020-08-24 16:37:53 +02:00
2020-09-06 21:21:41 +02:00
2020-09-01 14:47:43 +02:00
2020-10-14 11:16:34 -04:00
2020-09-22 12:54:13 -06:00
2020-08-07 22:31:32 -04:00
2020-10-14 14:00:44 +08:00
2020-09-24 08:27:44 -04:00
2020-09-17 06:09:53 +02:00
2020-08-26 09:19:16 +02:00
2020-09-25 11:27:15 +08:00
2020-10-22 09:54:52 -04:00
2020-08-06 14:26:35 -04:00
2020-10-27 13:50:53 -04:00
2020-10-18 10:36:05 +02:00
2020-10-12 15:46:34 +08:00
2020-10-19 22:59:53 +02:00
2020-09-15 18:51:53 +05:30
2020-09-25 11:27:19 +08:00
2020-08-25 08:01:16 +02:00
2020-09-16 16:54:00 -04:00
2020-08-14 15:18:30 -04:00
2020-09-30 11:55:23 -04:00
2020-09-30 08:53:38 -04:00
2020-09-30 11:55:22 -04:00
2020-08-24 11:03:26 +02:00
2020-09-30 11:55:23 -04:00
2020-09-30 11:55:23 -04:00
2020-09-30 11:55:23 -04:00
2020-10-12 15:50:19 +08:00
2020-08-06 14:27:27 -04:00
2020-08-11 20:34:46 +05:30
2020-08-07 22:31:32 -04:00
2020-08-23 13:43:10 -04:00
2020-10-22 09:54:53 -04:00
2020-10-22 09:54:53 -04:00
2020-09-24 08:27:44 -04:00
2020-09-01 14:47:43 +02:00
2020-09-01 14:47:43 +02:00
2020-09-25 11:27:27 +08:00
2020-08-14 15:18:30 -04:00
2020-08-14 15:18:30 -04:00
2020-08-20 10:57:46 +02:00
2020-09-23 10:31:41 +02:00