Re: [PATCH v2 09/32] gpio: qcom_pmic: add a quirk to skip GPIO configuration

2023-12-21 Thread Caleb Connolly
On 21/12/2023 16:19, Neil Armstrong wrote: > On 19/12/2023 17:04, Caleb Connolly wrote: >> Some platforms hard reset when attempting to configure PMIC GPIOs. Add >> support for quirks specified in match data with a single quirk to skip >> this configuration. We rely on the GPIO already be config

Re: [PATCH v2 09/32] gpio: qcom_pmic: add a quirk to skip GPIO configuration

2023-12-21 Thread Neil Armstrong
On 19/12/2023 17:04, Caleb Connolly wrote: Some platforms hard reset when attempting to configure PMIC GPIOs. Add support for quirks specified in match data with a single quirk to skip this configuration. We rely on the GPIO already be configured correctly, which is always the case for volume up

[PATCH v2 09/32] gpio: qcom_pmic: add a quirk to skip GPIO configuration

2023-12-19 Thread Caleb Connolly
Some platforms hard reset when attempting to configure PMIC GPIOs. Add support for quirks specified in match data with a single quirk to skip this configuration. We rely on the GPIO already be configured correctly, which is always the case for volume up (the only current user of these GPIOs). Sign