Re: [PATCH v2 1/4] gpio: qcom: add direction functions for pwrkey

2023-01-20 Thread Alexey Minnekhanov
Hi! On 2023-01-19 20:18, Dzmitry Sankouski wrote: GPIO button driver requires direction functions to probe button gpio. Those functions are blank, since pwrkey gpio configured earlier not by u-boot. ... +/* + * Power button already configured as input by previous bootloader. + */ +static

Re: [PATCH v2 1/4] gpio: qcom: add direction functions for pwrkey

2023-01-19 Thread Sumit Garg
On Thu, 19 Jan 2023 at 22:48, Dzmitry Sankouski wrote: > > GPIO button driver requires direction functions to probe > button gpio. Those functions are blank, since pwrkey gpio > configured earlier not by u-boot. > > Signed-off-by: Dzmitry Sankouski > --- > Changes for v2: > - none > >

[PATCH v2 1/4] gpio: qcom: add direction functions for pwrkey

2023-01-19 Thread Dzmitry Sankouski
GPIO button driver requires direction functions to probe button gpio. Those functions are blank, since pwrkey gpio configured earlier not by u-boot. Signed-off-by: Dzmitry Sankouski --- Changes for v2: - none drivers/gpio/qcom_pmic_gpio.c | 15 +++ 1 file changed, 15 insertions(+)