linux-imx/drivers/misc/mei
Alexander Usyskin 53e0b76603 mei: demote client disconnect warning on suspend to debug
[ Upstream commit 1db5322b7e ]

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-07-25 09:50:45 +02:00
..
gsc_proxy mei: gsc_proxy: match component when GSC is on different bus 2024-03-26 18:20:04 -04:00
hdcp drm/i915/hdcp: Move away from master naming to arbiter 2023-05-31 10:22:13 +05:30
pxp mei: pxp: Keep a const qualifier when calling mei_cldev_send() 2023-07-30 18:15:27 +02:00
bus-fixup.c mei: obtain firmware version only on gsc. 2023-07-30 14:17:27 +02:00
bus.c mei: bus: enable asynchronous suspend. 2023-07-30 14:17:27 +02:00
client.c misc: mei: client.c: fix problem of return '-EOVERFLOW' in mei_cl_write 2023-12-13 18:45:29 +01:00
client.h mei: add timeout to send 2022-11-23 19:43:33 +01:00
debugfs.c mei: debugfs: add pxp mode to devstate in debugfs 2022-09-12 15:23:11 +03:00
dma-ring.c
gsc-me.c mei: gsc: add module description 2023-07-30 18:15:53 +02:00
hbm.c mei: add support to GSC extended header 2022-10-03 11:29:07 -07:00
hbm.h
hw-me-regs.h mei: me: add lunar lake point M DID 2024-05-17 12:02:33 +02:00
hw-me.c mei: add support to GSC extended header 2022-10-03 11:29:07 -07:00
hw-me.h mei: extend timeouts on slow devices 2022-09-12 15:23:10 +03:00
hw-txe-regs.h
hw-txe.c Char/Misc and other driver changes for 6.1-rc1 2022-10-08 08:56:37 -07:00
hw-txe.h
hw.h mei: Move uuid.h to the MEI namespace 2023-03-23 17:25:46 +01:00
init.c mei: obtain firmware version only on gsc. 2023-07-30 14:17:27 +02:00
interrupt.c mei: add support to GSC extended header 2022-10-03 11:29:07 -07:00
Kconfig mei: gsc_proxy: add gsc proxy driver 2023-05-04 02:57:29 -07:00
main.c mei: demote client disconnect warning on suspend to debug 2024-07-25 09:50:45 +02:00
Makefile mei: gsc_proxy: add gsc proxy driver 2023-05-04 02:57:29 -07:00
mei_dev.h mei: obtain firmware version only on gsc. 2023-07-30 14:17:27 +02:00
mei-trace.c
mei-trace.h
mkhi.h mei: mkhi: add memory ready command 2022-09-12 15:23:11 +03:00
pci-me.c mei: me: release irq in mei_me_pci_resume error path 2024-06-21 14:38:23 +02:00
pci-txe.c