linux-stable/drivers/bus/mhi/ep
Manivannan Sadhasivam 94e19f4fbb bus: mhi: ep: Demote unsupported channel error log to debug
Not all MHI endpoints will support all available channels. Most of them
support only a selected number of channels based on the implementations.
In those cases, it is not needed to print error messages in the endpoint.
So let's demote the error log to debug.

Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>
Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
2023-03-07 22:17:29 +05:30
..
Kconfig
Makefile bus: mhi: ep: Add support for managing MHI state machine 2022-04-26 13:17:41 +02:00
internal.h bus: mhi: ep: Add support for suspending and resuming channels 2022-04-26 13:17:42 +02:00
main.c bus: mhi: ep: Demote unsupported channel error log to debug 2023-03-07 22:17:29 +05:30
mmio.c bus: mhi: ep: Add support for managing MMIO registers 2022-04-26 13:17:41 +02:00
ring.c bus: mhi: ep: Add support for ring management 2022-04-26 13:17:41 +02:00
sm.c bus: mhi: ep: Change state_lock to mutex 2023-01-27 12:31:41 +05:30