summaryrefslogtreecommitdiff
path: root/drivers/remoteproc/qcom_sysmon.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-20remoteproc: Remove redundant dev_err()/dev_err_probe()Pan Chuang1-2/+0
2026-07-01remoteproc: qcom: pas: Add late attach support for subsystemsJingyi Wang1-0/+19
2026-04-17Merge tag 'rproc-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-1/+1
2026-03-15remoteproc: sysmon: Use the unified QMI service ID instead of defining it loc...Daniel Lezcano1-1/+1
2026-03-04remoteproc: sysmon: Correct subsys_name_len type in QMI requestBjorn Andersson1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-03-22remoteproc: sysmon: Update qcom_add_sysmon_subdev() commentDan Carpenter1-1/+1
2023-07-15remoteproc: Explicitly include correct DT includesRob Herring1-1/+0
2022-12-28remoteproc: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-12-06remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()Gaosheng Cui1-1/+4
2022-12-06remoteproc: sysmon: Make QMI message rules constJeff Johnson1-4/+4
2022-07-18remoteproc: sysmon: Send sysmon state only for running rprocsSiddharth Gupta1-2/+4
2022-07-18remoteproc: sysmon: Wait for SSCTL service to come upSibi Sankar1-0/+10
2020-12-04remoteproc: sysmon: fix shutdown_acked stateArnd Bergmann1-5/+2
2020-11-25remoteproc: sysmon: Improve error messagesBjorn Andersson1-6/+6
2020-11-25remoteproc: sysmon: Expose the shutdown resultBjorn Andersson1-19/+63
2020-11-25remoteproc: sysmon: Ensure remote notification orderingBjorn Andersson1-4/+21
2020-11-23remoteproc: qcom_sysmon: Constify qmi_indication_handlerRikard Falkeborn1-1/+1
2020-07-15remoteproc: qcom_sysmon: Solve function header bitrot issuesLee Jones1-2/+2
2020-04-20remoteproc: sysmon: Inform current rproc about all active rprocsSiddharth Gupta1-0/+25
2020-04-20remoteproc: sysmon: Add notifications for eventsSiddharth Gupta1-0/+37
2020-04-20remoteproc: sysmon: Add ability to send type of notificationSiddharth Gupta1-17/+37
2019-12-18remoteproc: qcom: Remove unneeded semicolonMa Feng1-1/+1
2019-01-21remoteproc: qcom: Wait for shutdown-ack/ind on sysmon shutdownSibi Sankar1-1/+41
2019-01-21remoteproc: qcom: Add shutdown-ack irqSibi Sankar1-2/+37
2019-01-14remoteproc/qcom_sysmon.c: Remove duplicate headerBrajeswar Ghosh1-1/+0
2018-06-26remoteproc: Make client initialize ops in rproc_subdevBjorn Andersson1-1/+4
2018-02-12remoteproc: qcom: Introduce sysmonBjorn Andersson1-0/+579