zephyr/subsys/logging
Jordan Yates 5bf8edc85f logging: uart: cleanup device runtime PM checks
`pm_device_runtime_get` and `pm_device_runtime_put` have returned `0`
when device runtime PM is not enabled since #56222. Manually checking
the state is no longer required.

Additionally, the functions have been able to run in an ISR context
since #60785, which removed the need to special case `k_is_in_isr()`.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-12-06 18:00:21 -05:00
..
backends logging: uart: cleanup device runtime PM checks 2023-12-06 18:00:21 -05:00
mipi_syst
CMakeLists.txt
Kconfig
Kconfig.filtering
Kconfig.formatting
Kconfig.frontends logging: Imply strings stripping if dictionary frontend is used 2023-10-27 11:42:21 +02:00
Kconfig.links
Kconfig.misc logging: Add string validation to detect %p misuse 2023-11-24 09:23:18 +01:00
Kconfig.mode
Kconfig.processing logging: LOG_PRINTK disabled in userspace 2023-11-16 09:25:21 -05:00
Kconfig.template.log_config
Kconfig.template.log_config_inherit
Kconfig.template.log_format_config
log_cache.c
log_cache.h
log_cmds.c
log_core.c logging: log_core: support CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD value of 1 2023-11-16 09:28:26 +01:00
log_frontend_dict_uart.c
log_link_ipc_service.c
log_mgmt.c syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
log_minimal.c
log_msg.c llext: export some symbols 2023-12-01 10:08:12 -05:00
log_multidomain_link.c
log_output.c
log_output_custom.c
log_output_dict.c
log_output_syst.c