2020-01-10 19:31:54

by Elliot Berman

[permalink] [raw]
Subject: [RFC] ARM PSCI: Add support for vendor-specific SYSTEM_RESET2

This patch adds support for vendor-specific SYSTEM_RESET2 to support
Qualcomm target use cases of rebooting into a RAM dump download mode. I'm
working on the client driver to use the proposed psci_system_reset2()
function but wanted to get this RFC going for PSCI driver changes.


Elliot Berman (1):
drivers: firmware: psci: Add function to support SYSTEM_RESET2

drivers/firmware/psci/psci.c | 16 +++++++++++++++-
include/linux/psci.h | 3 +++
include/uapi/linux/psci.h | 8 ++++++++
3 files changed, 26 insertions(+), 1 deletion(-)

--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


2020-01-13 10:13:36

by Sudeep Holla

[permalink] [raw]
Subject: Re: [RFC] ARM PSCI: Add support for vendor-specific SYSTEM_RESET2

On Fri, Jan 10, 2020 at 11:29:11AM -0800, Elliot Berman wrote:
> This patch adds support for vendor-specific SYSTEM_RESET2 to support
> Qualcomm target use cases of rebooting into a RAM dump download mode. I'm
> working on the client driver to use the proposed psci_system_reset2()
> function but wanted to get this RFC going for PSCI driver changes.
>

Please post along with the client driver to understand the context better.
It saves time trying to understand when reviewing and also avoid asking
lots of questions which the client driver might answer :)

--
Regards,
Sudeep