Commit Graph

3 Commits

Author SHA1 Message Date
Santosh Mardi
3e84ab94dd drivers: soc: qcom: rimps_log: remove unused character while printing
Discard character printing in ipc log buf when get_next_logbuf()
returns count value less than the size argument.

Change-Id: I0ba388400c76c16da423a2ccb67d961ed31e87b4
Signed-off-by: Santosh Mardi <gsantosh@codeaurora.org>
2020-11-25 05:53:58 -08:00
Santosh Mardi
a4b0d927d8 drivers: soc: qcom: suppress platform driver bind / unbind feature
For rimps_log and qcom_rimps platform driver does not
support the manual bind / unbind feature through sysfs,
Suppress the bind / unbind calls using driver attribute.

Change-Id: I9734d62e19ef16b01039757a92ef2489baea91b3
Signed-off-by: Santosh Mardi <gsantosh@codeaurora.org>
2020-10-07 17:42:24 +05:30
Santosh Mardi
05133b02a8 drivers: soc: qcom: add initial support for rimps logging
Add initial support of rimps logging, this driver introduces
the infrastructure required to collect the logs received from
rimps and dump into ipc logging buffers.

Change-Id: Ic7b86fcf5935ada5fa5008774a9363faa40960ce
Signed-off-by: Santosh Mardi <gsantosh@codeaurora.org>
2020-09-12 06:21:04 -07:00