Searched hist:ab9fdd41d970c38ddc0fd59e5f8f37e8d966d454 (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/rpmsg/ |
H A D | qcom_glink.h | diff ab9fdd41d970c38ddc0fd59e5f8f37e8d966d454 Mon Feb 13 16:52:11 CET 2023 Bjorn Andersson <quic_bjorande@quicinc.com> rpmsg: glink: smem: Wrap driver context
The Glink SMEM driver allocates a struct device and hangs two devres-allocated pipe objects thereon. To facilitate the move of interrupt and mailbox handling to the driver, introduce a wrapper object capturing the device, glink reference and remote processor id.
The type of the remoteproc reference is updated, as these are specifically targeting the SMEM implementation.
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/20230213155215.1237059-3-quic_bjorande@quicinc.com
|
/linux/drivers/rpmsg/ |
H A D | qcom_glink_smem.c | diff ab9fdd41d970c38ddc0fd59e5f8f37e8d966d454 Mon Feb 13 16:52:11 CET 2023 Bjorn Andersson <quic_bjorande@quicinc.com> rpmsg: glink: smem: Wrap driver context
The Glink SMEM driver allocates a struct device and hangs two devres-allocated pipe objects thereon. To facilitate the move of interrupt and mailbox handling to the driver, introduce a wrapper object capturing the device, glink reference and remote processor id.
The type of the remoteproc reference is updated, as these are specifically targeting the SMEM implementation.
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/20230213155215.1237059-3-quic_bjorande@quicinc.com
|
/linux/drivers/remoteproc/ |
H A D | qcom_common.h | diff ab9fdd41d970c38ddc0fd59e5f8f37e8d966d454 Mon Feb 13 16:52:11 CET 2023 Bjorn Andersson <quic_bjorande@quicinc.com> rpmsg: glink: smem: Wrap driver context
The Glink SMEM driver allocates a struct device and hangs two devres-allocated pipe objects thereon. To facilitate the move of interrupt and mailbox handling to the driver, introduce a wrapper object capturing the device, glink reference and remote processor id.
The type of the remoteproc reference is updated, as these are specifically targeting the SMEM implementation.
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/20230213155215.1237059-3-quic_bjorande@quicinc.com
|