<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c7984dc0 - pinctrl: qcom: Add test case for TLMM interrupt handling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#c7984dc0</link>
        <description>pinctrl: qcom: Add test case for TLMM interrupt handlingWhile looking at the X1E PDC GPIO interrupts it became clear that we&apos;relacking a convenient and accessible way to validate if the TLMMinterrupt code performing as expected.This introduces a kunit-based &quot;hack&quot; that relies on pin bias/pullconfiguration to tickle the interrupt logic in non-connected pins toallow us to evaluate that an expected number of interrupts aredelivered.The bias/pull configuration is done with mmio accesses directly from thetest code, to avoid having to programmatically acquire and drive thepinconf interface for the test pin. This limits the scalability of thecode to targets with a particular register layout, but serves our needsfor now.The pin to be used for testing is specified by the tester using the&quot;tlmm-test.gpio&quot; module parameter.Worth mentioning is that some of the test cases currently fails forGPIOs that is not backed by PDC (i.e. &quot;non-wakeup&quot; GPIOs), as lingeringlatched interrupt state is being delivered at IRQ request time.Signed-off-by: Bjorn Andersson &lt;bjorn.andersson@oss.qualcomm.com&gt;Link: https://lore.kernel.org/20250227-tlmm-test-v1-1-d18877b4a5db@oss.qualcomm.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Thu, 27 Feb 2025 20:39:30 +0000</pubDate>
        <dc:creator>Bjorn Andersson &lt;bjorn.andersson@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>ff5eb002 - pinctrl: qcom: Add MSM8917 tlmm pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#ff5eb002</link>
        <description>pinctrl: qcom: Add MSM8917 tlmm pinctrl driverIt is based on MSM8916 driver with the pinctrl definitions fromQualcomm&apos;s downstream MSM8917 driver.Signed-off-by: Otto Pfl&#252;ger &lt;otto.pflueger@abscue.de&gt;Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Signed-off-by: Barnab&#225;s Cz&#233;m&#225;n &lt;barnabas.czeman@mainlining.org&gt;Link: https://lore.kernel.org/20241215-msm8917-v9-3-bacaa26f3eef@mainlining.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Sun, 15 Dec 2024 11:14:58 +0000</pubDate>
        <dc:creator>Otto Pfl&#252;ger &lt;otto.pflueger@abscue.de&gt;</dc:creator>
    </item>
<item>
        <title>afe9803e - pinctrl: qcom: Add sm8750 pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#afe9803e</link>
        <description>pinctrl: qcom: Add sm8750 pinctrl driverAdd TLMM pinctrl driver to support pin configuration with pinctrlframework for sm8750 SoC.Signed-off-by: Melody Olvera &lt;quic_molvera@quicinc.com&gt;Reviewed-by: Bjorn Andersson &lt;andersson@kernel.org&gt;Link: https://lore.kernel.org/20241112002843.2804490-3-quic_molvera@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Tue, 12 Nov 2024 00:28:43 +0000</pubDate>
        <dc:creator>Melody Olvera &lt;quic_molvera@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>11138a5c - pinctrl: qcom: add support for TLMM on SAR2130P</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#11138a5c</link>
        <description>pinctrl: qcom: add support for TLMM on SAR2130PAdd driver for the pincontrol device as present on the QualcommSAR2130P platform. This is based on the msm-5.10 tree, tagKERNEL.PLATFORM.1.0.r4-00400-NEO.0.Co-developed-by: Mayank Grover &lt;groverm@codeaurora.org&gt;Signed-off-by: Mayank Grover &lt;groverm@codeaurora.org&gt;Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://lore.kernel.org/20241018-sar2130p-tlmm-v2-2-11a1d09a6e5f@linaro.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Fri, 18 Oct 2024 08:42:40 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>0c4cd2cc - pinctrl: qcom: add the tlmm driver for QCS8300 platforms</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#0c4cd2cc</link>
        <description>pinctrl: qcom: add the tlmm driver for QCS8300 platformsAdd support for QCS8300 TLMM configuration and control via thepinctrl framework.Signed-off-by: Jingyi Wang &lt;quic_jingyw@quicinc.com&gt;Link: https://lore.kernel.org/20241018-qcs8300_tlmm-v3-2-8b8d3957cf1a@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Fri, 18 Oct 2024 03:19:32 +0000</pubDate>
        <dc:creator>Jingyi Wang &lt;quic_jingyw@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>b698f36a - pinctrl: qcom: add the tlmm driver for QCS615 platform</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#b698f36a</link>
        <description>pinctrl: qcom: add the tlmm driver for QCS615 platformAdd support for QCS615 TLMM configuration and control via thepinctrl framework.Signed-off-by: Lijuan Gao &lt;quic_lijuang@quicinc.com&gt;Link: https://lore.kernel.org/20240920-add_qcs615_pinctrl_driver-v2-2-e03c42a9d055@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Fri, 20 Sep 2024 08:00:10 +0000</pubDate>
        <dc:creator>Lijuan Gao &lt;quic_lijuang@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>968e671e - pinctrl: qcom: Introduce IPQ5424 TLMM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#968e671e</link>
        <description>pinctrl: qcom: Introduce IPQ5424 TLMM driverThe IPQ5424 SoC comes with a TLMM block, like all other Qualcommplatforms, so add a driver for it.Co-developed-by: Varadarajan Narayanan &lt;quic_varada@quicinc.com&gt;Signed-off-by: Varadarajan Narayanan &lt;quic_varada@quicinc.com&gt;Signed-off-by: Sricharan Ramabadhran &lt;quic_srichara@quicinc.com&gt;Link: https://lore.kernel.org/20240927065244.3024604-6-quic_srichara@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Fri, 27 Sep 2024 06:52:40 +0000</pubDate>
        <dc:creator>Sricharan Ramabadhran &lt;quic_srichara@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>c2e5a25e - pinctrl: qcom: Introduce SM4250 LPI pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#c2e5a25e</link>
        <description>pinctrl: qcom: Introduce SM4250 LPI pinctrl driverAdd support for the pin controller block on SM4250 Low Power Island.Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Reviewed-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Link: https://lore.kernel.org/20240612-sm4250-lpi-v4-2-a0342e47e21b@linaro.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Sat, 22 Jun 2024 16:49:31 +0000</pubDate>
        <dc:creator>Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>fa7b1fe2 - pinctrl: qcom: sm4450: dd SM4450 pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#fa7b1fe2</link>
        <description>pinctrl: qcom: sm4450: dd SM4450 pinctrl driverAdd pinctrl driver for TLMM block found in SM4450 SoC.Can Guo helped out in reviewing the driver.Reviewed-by: Bjorn Andersson &lt;andersson@kernel.org&gt;Signed-off-by: Tengfei Fan &lt;quic_tengfan@quicinc.com&gt;Link: https://lore.kernel.org/r/20231212094900.12615-3-quic_tengfan@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Tue, 12 Dec 2023 09:49:00 +0000</pubDate>
        <dc:creator>Tengfei Fan &lt;quic_tengfan@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>05e4941d - pinctrl: qcom: Add X1E80100 pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#05e4941d</link>
        <description>pinctrl: qcom: Add X1E80100 pinctrl driverAdd initial pinctrl driver to support pin configuration with pinctrlframework for X1E80100 SoC.Co-developed-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Signed-off-by: Abel Vesa &lt;abel.vesa@linaro.org&gt;Signed-off-by: Rajendra Nayak &lt;quic_rjendra@quicinc.com&gt;Co-developed-by: Sibi Sankar &lt;quic_sibis@quicinc.com&gt;Signed-off-by: Sibi Sankar &lt;quic_sibis@quicinc.com&gt;Reviewed-by: Bjorn Andersson &lt;andersson@kernel.org&gt;Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Link: https://lore.kernel.org/r/20231117093921.31968-3-quic_sibis@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Fri, 17 Nov 2023 09:39:21 +0000</pubDate>
        <dc:creator>Rajendra Nayak &lt;quic_rjendra@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>22a4a9ed - pinctrl: qcom: Introduce the SM8650 Top Level Mode Multiplexer driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#22a4a9ed</link>
        <description>pinctrl: qcom: Introduce the SM8650 Top Level Mode Multiplexer driverAdd Top Level Mode Multiplexer (pinctrl) support for the SM8650 platform.Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20231106-topic-sm8650-upstream-tlmm-v3-3-0e179c368933@linaro.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Mon, 06 Nov 2023 08:32:32 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>c4e47673 - pinctrl: qcom: sm8650-lpass-lpi: add SM8650 LPASS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#c4e47673</link>
        <description>pinctrl: qcom: sm8650-lpass-lpi: add SM8650 LPASSAdd driver for the pin controller in Low Power Audio SubSystem (LPASS)of Qualcomm SM8650 SoC.Notable differences against SM8550 LPASS pin controller:1. Additional address space for slew rate thus driver uses   LPI_FLAG_SLEW_RATE_SAME_REG and sets slew rate via different   register.2. Two new pin mux functions: qca_swr_clk and qca_swr_dataSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Reviewed-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;Link: https://lore.kernel.org/r/20231027093615.140656-3-krzysztof.kozlowski@linaro.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Fri, 27 Oct 2023 09:36:15 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>1b1db9e0 - pinctrl: qcom: Introduce SM6115 LPI pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#1b1db9e0</link>
        <description>pinctrl: qcom: Introduce SM6115 LPI pinctrl driverAdd support for the pin controller block on SM6115&apos;s Low Power Island.Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;Link: https://lore.kernel.org/r/20230722-topic-6115_lpasstlmm-v2-2-d4883831a858@linaro.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Mon, 24 Jul 2023 11:39:57 +0000</pubDate>
        <dc:creator>Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>63f7c844 - pinctrl: qcom: Introduce SM6115 LPI pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#63f7c844</link>
        <description>pinctrl: qcom: Introduce SM6115 LPI pinctrl driverAdd support for the pin controller block on SM6115&apos;s Low Power Island.Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;Link: https://lore.kernel.org/r/20230722-topic-6115_lpasstlmm-v2-2-d4883831a858@linaro.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Mon, 24 Jul 2023 11:39:57 +0000</pubDate>
        <dc:creator>Konrad Dybcio &lt;konrad.dybcio@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>be9f6d56 - pinctrl: qcom: sm8350-lpass-lpi: add SM8350 LPASS TLMM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#be9f6d56</link>
        <description>pinctrl: qcom: sm8350-lpass-lpi: add SM8350 LPASS TLMMAdd driver for pin controller in Low Power Audio SubSystem (LPASS).  Thedriver is similar to SM8250 LPASS pin controller, with difference in onenew pin (gpio14) belonging to swr_tx_data.Link: https://lore.kernel.org/r/20230719192058.433517-2-krzysztof.kozlowski@linaro.orgSigned-off-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Wed, 19 Jul 2023 19:20:57 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>725d1c89 - pinctrl: qcom: Add IPQ5018 pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#725d1c89</link>
        <description>pinctrl: qcom: Add IPQ5018 pinctrl driverAdd pinctrl definitions for the TLMM of IPQ5018.Reviewed-by: Bjorn Andersson &lt;bjorn.andersson@linaro.org&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Co-developed-by: Nitheesh Sekar &lt;quic_nsekar@quicinc.com&gt;Signed-off-by: Nitheesh Sekar &lt;quic_nsekar@quicinc.com&gt;Co-developed-by: Varadarajan Narayanan &lt;quic_varada@quicinc.com&gt;Signed-off-by: Varadarajan Narayanan &lt;quic_varada@quicinc.com&gt;Signed-off-by: Sricharan Ramabadhran &lt;quic_srichara@quicinc.com&gt;Link: https://lore.kernel.org/r/20230608122152.3930377-5-quic_srichara@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Thu, 08 Jun 2023 12:21:48 +0000</pubDate>
        <dc:creator>Sricharan Ramabadhran &lt;quic_srichara@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>0f936752 - pinctrl: qcom: Add SDX75 pincontrol driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#0f936752</link>
        <description>pinctrl: qcom: Add SDX75 pincontrol driverAdd initial Qualcomm SDX75 pinctrl driver to support pin configurationwith pinctrl framework for SDX75 SoC.While at it, reordering the SDX65 entry.Signed-off-by: Rohit Agarwal &lt;quic_rohiagar@quicinc.com&gt;Reviewed-by: Bjorn Andersson &lt;andersson@kernel.org&gt;Link: https://lore.kernel.org/r/1684425432-10072-4-git-send-email-quic_rohiagar@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Thu, 18 May 2023 15:57:12 +0000</pubDate>
        <dc:creator>Rohit Agarwal &lt;quic_rohiagar@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>c74eef68 - pinctrl: qcom: Add IPQ9574 pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#c74eef68</link>
        <description>pinctrl: qcom: Add IPQ9574 pinctrl driverAdd pinctrl definitions for the TLMM of IPQ9574Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Co-developed-by: Anusha Rao &lt;quic_anusha@quicinc.com&gt;Signed-off-by: Anusha Rao &lt;quic_anusha@quicinc.com&gt;Signed-off-by: Devi Priya &lt;quic_devipriy@quicinc.com&gt;Link: https://lore.kernel.org/r/20230316072940.29137-5-quic_devipriy@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Thu, 16 Mar 2023 07:29:38 +0000</pubDate>
        <dc:creator>Devi Priya &lt;quic_devipriy@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>b915395c - pinctrl: qcom: Add SM7150 pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#b915395c</link>
        <description>pinctrl: qcom: Add SM7150 pinctrl driverAdd pinctrl driver for TLMM block found in SM7150 SoC.Signed-off-by: Danila Tikhonov &lt;danila@jiaxyga.com&gt;Link: https://lore.kernel.org/r/20230311212114.108870-3-danila@jiaxyga.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Sat, 11 Mar 2023 21:21:14 +0000</pubDate>
        <dc:creator>Danila Tikhonov &lt;danila@jiaxyga.com&gt;</dc:creator>
    </item>
<item>
        <title>75dc7e60 - pinctrl: qcom: Introduce IPQ5332 TLMM driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/qcom/Makefile#75dc7e60</link>
        <description>pinctrl: qcom: Introduce IPQ5332 TLMM driverThe IPQ5332 SoC comes with a TLMM block, like all other Qualcommplatforms, so add a driver for it.Signed-off-by: Kathiravan T &lt;quic_kathirav@quicinc.com&gt;Reviewed-by: Bjorn Andersson &lt;andersson@kernel.org&gt;Link: https://lore.kernel.org/r/20230206071217.29313-3-quic_kathirav@quicinc.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/qcom/Makefile</description>
        <pubDate>Mon, 06 Feb 2023 07:12:10 +0000</pubDate>
        <dc:creator>Kathiravan T &lt;quic_kathirav@quicinc.com&gt;</dc:creator>
    </item>
</channel>
</rss>
