Skip to content

Commit 6e10aa1

Browse files
committed
Merge tag 'rpmsg-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux
Pull rpmsg updates from Bjorn Andersson: - Minor cleanup/refactor to the Qualcomm GLINK code, in order to add trace events related to the messages exchange with the remote side, useful for debugging a range of interoperability issues - Rewrite the nested structs with flexible array members in order to avoid the risk of invalid accesses * tag 'rpmsg-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux: rpmsg: glink: Avoid -Wflex-array-member-not-at-end warnings rpmsg: glink: Introduce packet tracepoints rpmsg: glink: Pass channel to qcom_glink_send_close_ack() rpmsg: glink: Tidy up RX advance handling
2 parents 5c480f1 + c1ddb29 commit 6e10aa1

File tree

3 files changed

+542
-31
lines changed

3 files changed

+542
-31
lines changed

drivers/rpmsg/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ obj-$(CONFIG_RPMSG_CHAR) += rpmsg_char.o
44
obj-$(CONFIG_RPMSG_CTRL) += rpmsg_ctrl.o
55
obj-$(CONFIG_RPMSG_NS) += rpmsg_ns.o
66
obj-$(CONFIG_RPMSG_MTK_SCP) += mtk_rpmsg.o
7+
CFLAGS_qcom_glink_native.o := -I$(src)
78
qcom_glink-objs := qcom_glink_native.o qcom_glink_ssr.o
89
obj-$(CONFIG_RPMSG_QCOM_GLINK) += qcom_glink.o
910
obj-$(CONFIG_RPMSG_QCOM_GLINK_RPM) += qcom_glink_rpm.o

0 commit comments

Comments
 (0)