]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rpmsg: glink: Fix GLINK command prefix
authorBjorn Andersson <quic_bjorande@quicinc.com>
Tue, 14 Feb 2023 22:59:33 +0000 (14:59 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2024 09:59:36 +0000 (10:59 +0100)
commita4eb1871a23272792da732a2c5d9c8d7f27b298d
treef8574b18fa8ff1d922e900a630aa93a0b16e7bd0
parent7b843ae9564fd98e4e889621b1f72afe71a69d1a
rpmsg: glink: Fix GLINK command prefix

[ Upstream commit 4e816d0318fdfe8932da80dbf04ba318b13e4b3a ]

The upstream GLINK driver was first introduced to communicate with the
RPM on MSM8996, presumably as an artifact from that era the command
defines was prefixed RPM_CMD, while they actually are GLINK_CMDs.

Let's rename these, to keep things tidy. No functional change.

Signed-off-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Reviewed-by: Chris Lew <quic_clew@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230214225933.2025595-1-quic_bjorande@quicinc.com
Stable-dep-of: 06c59d97f63c ("rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN name length")
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/rpmsg/qcom_glink_native.c