mbox series

[0/2] soc: qcom: pmic_glink: fix client handling

Message ID 20240402-pmic-glink-fix-clients-v1-0-885440b81c65@linaro.org
Headers show
Series soc: qcom: pmic_glink: fix client handling | expand

Message

Dmitry Baryshkov April 2, 2024, 5:07 p.m. UTC
Fix two issues with the way the pmic_glink driver handles its clients.
First issue is mostly theoretical, while the second issue can easily be
reproduced if the drivers are built as modules.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
Dmitry Baryshkov (2):
      soc: qcom: pmic_glink: don't traverse clients list without a lock
      soc: qcom: pmic_glink: notify clients about the current state

 drivers/soc/qcom/pmic_glink.c | 7 +++++++
 1 file changed, 7 insertions(+)
---
base-commit: a6bd6c9333397f5a0e2667d4d82fef8c970108f2
change-id: 20240402-pmic-glink-fix-clients-5df0bab3e871

Best regards,