Re: [PATCH] Revert "gpio: qcom_pmic: add a quirk to skip GPIO configuration"

2024-10-02 Thread Caleb Connolly
On Mon, 09 Sep 2024 14:06:10 +0200, Caleb Connolly wrote: > This reverts commit 19f000b72b2fa7e4540f7cdb91287aff594239bd. > > The bug in writing was caused by a long-standing error in the SPMI > driver which has since been fixed - c2de620d64d4 ("spmi: msm: fix > version 5 support"). We can safel

Re: [PATCH] Revert "gpio: qcom_pmic: add a quirk to skip GPIO configuration"

2024-09-09 Thread Neil Armstrong
On 09/09/2024 14:06, Caleb Connolly wrote: This reverts commit 19f000b72b2fa7e4540f7cdb91287aff594239bd. The bug in writing was caused by a long-standing error in the SPMI driver which has since been fixed - c2de620d64d4 ("spmi: msm: fix version 5 support"). We can safely enable writing GPIO con

[PATCH] Revert "gpio: qcom_pmic: add a quirk to skip GPIO configuration"

2024-09-09 Thread Caleb Connolly
This reverts commit 19f000b72b2fa7e4540f7cdb91287aff594239bd. The bug in writing was caused by a long-standing error in the SPMI driver which has since been fixed - c2de620d64d4 ("spmi: msm: fix version 5 support"). We can safely enable writing GPIO configuration now. Signed-off-by: Caleb Connoll