Re: [PATCH v2 2/2] soc: qcom: pmic_glink: Add support for subsystem restart (SSR)
From: Krzysztof Kozlowski
Date: Wed Jul 16 2025 - 04:36:01 EST
On Tue, Jul 15, 2025 at 05:40:04PM -0700, Anjelique Melendez wrote:
> @@ -333,6 +356,16 @@ static int pmic_glink_probe(struct platform_device *pdev)
> goto out_release_aux_devices;
> }
>
> + if (device_property_present(&pdev->dev, "qcom,subsys-restart")) {
> + pg->ssr_nb.notifier_call = pmic_glink_ssr_callback;
> + pg->ssr_handle = qcom_register_ssr_notifier(pg->data->ssr_name, &pg->ssr_nb);
... and that's srcu_notifier_chain_register, so clearly you described
Linux in your bindings which is obvious NAK.
Best regards,
Krzysztof