Commit Graph

4 Commits

Author SHA1 Message Date
Vivek Golani
89a11065bc soc: qcom: Enable remote notification for local close
Adding support for some user space clients that want
a notification to be sent to remote subsystem when a
local close call is made.

Change-Id: I5641ad649ad30b995093e11187f0a80a09ea39e7
Signed-off-by: Vivek Golani <vgolani@codeaurora.org>
2021-02-12 12:31:26 +05:30
Chris Lew
790be8ba3d rpmsg: glink: Update signals interface
Update the serial signal interface for rpmsg and glink to match the
android common kernel abi.

Change ABI whitelist to use renamed APIs for rpmsg_get/set_signals().

Change-Id: If531efa835b0bfb8405a5dfd265025b5c2754a61
Signed-off-by: Chris Lew <clew@codeaurora.org>
2020-07-22 17:26:51 -07:00
Jay Jayanna
78fae6cdf9 soc: qcom: glink_pkt: Fix minor version in device creation
'ret' was used to store the minor version obtained from
ida_simple_get. This was overwritten with the return value
of glink_pkt_parse_devicetree. Hence, saving the return
value in 'minor' and passing in this new variable, 'minor'
to create a glink_pkt device.

Change-Id: I5dff8e01e27501171146df782c93d110d6592047
Signed-off-by: Jay Jayanna <jayanna@codeaurora.org>
2020-01-23 08:56:52 -08:00
Jay Jayanna
23ad398aa7 soc: qcom: Add snapshot of GLINK_PKT Driver
This snapshot is taken as of msm-4.19 'commit <d2f41beab007i>
("Merge "msm: npu: Add bandwidth monitor support"")'.

Removed the debug mask as it is not used for debugging.

Change-Id: I1fb6dfa73dedd27594d6a5b66d2892d5436ec076
Signed-off-by: Jay Jayanna <jayanna@codeaurora.org>
2019-11-04 11:27:34 -08:00