kernel_samsung_a53x/drivers/misc/mei
Alexander Usyskin 5b0a82cd35 mei: demote client disconnect warning on suspend to debug
[ Upstream commit 1db5322b7e6b58e1b304ce69a50e9dca798ca95b ]

Change level for the "not connected" client message in the write
callback from error to debug.

The MEI driver currently disconnects all clients upon system suspend.
This behavior is by design and user-space applications with
open connections before the suspend are expected to handle errors upon
resume, by reopening their handles, reconnecting,
and retrying their operations.

However, the current driver implementation logs an error message every
time a write operation is attempted on a disconnected client.
Since this is a normal and expected flow after system resume
logging this as an error can be misleading.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Link: https://lore.kernel.org/r/20240530091415.725247-1-tomas.winkler@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-11-19 14:19:47 +01:00
..
hdcp Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bus-fixup.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bus.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
client.c misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write 2024-11-18 12:11:45 +01:00
client.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
debugfs.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dma-ring.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hbm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hbm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw-me-regs.h mei: me: add lunar lake point M DID 2024-11-19 11:32:49 +01:00
hw-me.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw-me.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw-txe-regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw-txe.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw-txe.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
hw.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
init.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
interrupt.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
main.c mei: demote client disconnect warning on suspend to debug 2024-11-19 14:19:47 +01:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mei-trace.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mei-trace.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mei_dev.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
pci-me.c mei: me: release irq in mei_me_pci_resume error path 2024-11-19 14:19:02 +01:00
pci-txe.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00