Commit Graph

2 Commits

Author SHA1 Message Date
Amir Samuelov
90355b6ee4 spcom: move SPCOM_MAX_CHANNELS define to uapi/linux/spcom.h
Move SPCOM_MAX_CHANNELS to common H file to make sure that kernel spcom
driver and user space spcomlib library are synced.

Change-Id: I5e19f8def7de755fa89b6a5c67e9d3372f8433f1
Signed-off-by: Amir Samuelov <amirs@codeaurora.org>
2017-08-13 08:35:44 -07:00
Kineret Berger
5bb47425a4 soc: qcom: add secure processor communication (spcom) driver
This driver supports communication with secure processor subsystem
over glink transport layer.
The communication is based on using shared memory and interrupts.
This driver exposes interface to both kernel and user space.

Change-Id: I21ad3bac5d1b0cc7a4da616040c81f117c655435
Signed-off-by: Kineret Berger <kberger@codeaurora.org>
2017-02-13 00:18:30 -08:00