Patch "pinctrl: qcom: sdm845: Enable dual edge errata" has been added to the 5.15-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    pinctrl: qcom: sdm845: Enable dual edge errata

to the 5.15-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     pinctrl-qcom-sdm845-enable-dual-edge-errata.patch
and it can be found in the queue-5.15 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit f1c951732ed9d4633c66a16c751a498c4e61082e
Author: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
Date:   Mon Nov 1 22:41:15 2021 -0500

    pinctrl: qcom: sdm845: Enable dual edge errata
    
    [ Upstream commit 3a3a100473d2f6ebf9bdfe6efedd7e18de724388 ]
    
    It has been observed that dual edge triggered wakeirq GPIOs on SDM845
    doesn't trigger interrupts on the falling edge.
    
    Enabling wakeirq_dual_edge_errata for SDM845 indicates that the PDC in
    SDM845 suffers from the same problem described, and worked around, by
    Doug in 'c3c0c2e18d94 ("pinctrl: qcom: Handle broken/missing PDC dual
    edge IRQs on sc7180")', so enable the workaround for SDM845 as well.
    
    The specific problem seen without this is that gpio-keys does not detect
    the falling edge of the LID gpio on the Lenovo Yoga C630 and as such
    consistently reports the LID as closed.
    
    Fixes: e35a6ae0eb3a ("pinctrl/msm: Setup GPIO chip in hierarchy")
    Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
    Tested-By: Steev Klimaszewski <steev@xxxxxxxx>
    Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>
    Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20211102034115.1946036-1-bjorn.andersson@xxxxxxxxxx
    Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/pinctrl/qcom/pinctrl-sdm845.c b/drivers/pinctrl/qcom/pinctrl-sdm845.c
index c51793f6546f1..fdfd7b8f3a76d 100644
--- a/drivers/pinctrl/qcom/pinctrl-sdm845.c
+++ b/drivers/pinctrl/qcom/pinctrl-sdm845.c
@@ -1310,6 +1310,7 @@ static const struct msm_pinctrl_soc_data sdm845_pinctrl = {
 	.ngpios = 151,
 	.wakeirq_map = sdm845_pdc_map,
 	.nwakeirq_map = ARRAY_SIZE(sdm845_pdc_map),
+	.wakeirq_dual_edge_errata = true,
 };
 
 static const struct msm_pinctrl_soc_data sdm845_acpi_pinctrl = {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux