[PATCH V1 0/2] *** Update is_enabled flag to be consistent ***

From: fenglinw
Date: Fri Oct 13 2017 - 02:16:25 EST


From: Fenglin Wu <fenglinw@xxxxxxxxxxxxxx>

Currently, is_enabled flag is always set to true in pmic_gpio_populate()
regardless of the hardware real time status. This is not correct and it
gives the wrong information for the GPIOs which are disabled initially
in hardware. Add two patches to fix this: One is set the is_enabled flag
via reading the REG_EN_CTL register then its value can reflect the corrent
initial hardware enable state; Another is set is_enable flag in
pmic_gpio_set_mux() so that any disabled GPIO could be enabled right after
setting pinmux.

Fenglin Wu (2):
pinctrl: qcom: spmi-gpio: Read REG_EN_CTL to get initial enable state
pinctrl: qcom: spmi-gpio: Set is_enabled flag in set_mux()

drivers/pinctrl/qcom/pinctrl-spmi-gpio.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

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