<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>28fc7c98 - nvmem: prefix all symbols with NVMEM_</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/qcom/Kconfig#28fc7c98</link>
        <description>nvmem: prefix all symbols with NVMEM_This unifies all NVMEM symbols. They follow one style now.Reviewed-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Link: https://lore.kernel.org/r/20220916122100.170016-8-srinivas.kandagatla@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Fri, 16 Sep 2022 12:20:54 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>9e5a4fb8 - thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/qcom/Kconfig#9e5a4fb8</link>
        <description>thermal/drivers/qcom/lmh: make QCOM_LMH depends on QCOM_SCMWithout QCOM_SCM, build failed, avoid like below:aarch64-linux-gnu-ld: Unexpected GOT/PLT entries detected!aarch64-linux-gnu-ld: Unexpected run-time procedure linkages detected!aarch64-linux-gnu-ld: drivers/thermal/qcom/lmh.o: in function `lmh_probe&apos;:/data/arm/workspace/kernel-build/linux/build/../drivers/thermal/qcom/lmh.c:141: undefined reference to `qcom_scm_lmh_dcvsh_available&apos;aarch64-linux-gnu-ld: /data/arm/workspace/kernel-build/linux/build/../drivers/thermal/qcom/lmh.c:144: undefined reference to `qcom_scm_lmh_dcvsh&apos;aarch64-linux-gnu-ld: /data/arm/workspace/kernel-build/linux/build/../drivers/thermal/qcom/lmh.c:149: undefined reference to `qcom_scm_lmh_dcvsh&apos;aarch64-linux-gnu-ld: /data/arm/workspace/kernel-build/linux/build/../drivers/thermal/qcom/lmh.c:154: undefined reference to `qcom_scm_lmh_dcvsh&apos;aarch64-linux-gnu-ld: /data/arm/workspace/kernel-build/linux/build/../drivers/thermal/qcom/lmh.c:159: undefined reference to `qcom_scm_lmh_dcvsh&apos;aarch64-linux-gnu-ld: /data/arm/workspace/kernel-build/linux/build/../drivers/thermal/qcom/lmh.c:166: undefined reference to `qcom_scm_lmh_profile_change&apos;aarch64-linux-gnu-ld: /data/arm/workspace/kernel-build/linux/build/../drivers/thermal/qcom/lmh.c:173: undefined reference to `qcom_scm_lmh_dcvsh&apos;aarch64-linux-gnu-ld: /data/arm/workspace/kernel-build/linux/build/../drivers/thermal/qcom/lmh.c:180: undefined reference to `qcom_scm_lmh_dcvsh&apos;aarch64-linux-gnu-ld: /data/arm/workspace/kernel-build/linux/build/../drivers/thermal/qcom/lmh.c:187: undefined reference to `qcom_scm_lmh_dcvsh&apos;make[1]: *** [/data/arm/workspace/kernel-build/linux/Makefile:1183: vmlinux] Error 1make[1]: Leaving directory &apos;/data/arm/workspace/kernel-build/linux/build&apos;make: *** [Makefile:219: __sub-make] Error 2make: Leaving directory &apos;/data/arm/workspace/kernel-build/linux&apos;Fixes: 53bca371cdf7 (&quot;thermal/drivers/qcom: Add support for LMh driver&quot;)Signed-off-by: Jackie Liu &lt;liuyun01@kylinos.cn&gt;Link: https://lore.kernel.org/r/20211009015853.3509559-1-liu.yun@linux.devSigned-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Sat, 09 Oct 2021 01:58:53 +0000</pubDate>
        <dc:creator>Jackie Liu &lt;liuyun01@kylinos.cn&gt;</dc:creator>
    </item>
<item>
        <title>53bca371 - thermal/drivers/qcom: Add support for LMh driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/qcom/Kconfig#53bca371</link>
        <description>thermal/drivers/qcom: Add support for LMh driverDriver enabling various pieces of Limits Management Hardware(LMh) for cpucluster0 and cpu cluster1 namely kick starting monitoring of temperature,current, battery current violations, enabling reliability algorithm andsetting up various temperature limits.The following has been explained in the cover letter. I am including thishere so that this remains in the commit message as well.LMh is a hardware infrastructure on some Qualcomm SoCs that can enforcetemperature and current limits as programmed by software for certain IPslike CPU. On many newer LMh is configured by firmware/TZ and no programmingis needed from the kernel side. But on certain SoCs like sdm845 thefirmware does not do a complete programming of the h/w. On such soc&apos;skernel software has to explicitly set up the temperature limits and turn onvarious monitoring and enforcing algorithms on the hardware.Tested-by: Steev Klimaszewski &lt;steev@kali.org&gt; # Lenovo Yoga C630Signed-off-by: Thara Gopinath &lt;thara.gopinath@linaro.org&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Link: https://lore.kernel.org/r/20210809191605.3742979-3-thara.gopinath@linaro.org

            List of files:
            /linux-6.15/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Mon, 09 Aug 2021 19:16:00 +0000</pubDate>
        <dc:creator>Thara Gopinath &lt;thara.gopinath@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ca66dca5 - thermal: qcom: add support for adc-tm5 PMIC thermal monitor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/qcom/Kconfig#ca66dca5</link>
        <description>thermal: qcom: add support for adc-tm5 PMIC thermal monitorAdd support for Thermal Monitoring part of PMIC5. This part is closelycoupled with ADC, using it&apos;s channels directly. ADC-TM supportgenerating interrupts on ADC value crossing low or high voltage bounds,which is used to support thermal trip points.Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Link: https://lore.kernel.org/r/20210205000118.493610-3-dmitry.baryshkov@linaro.org

            List of files:
            /linux-6.15/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Fri, 05 Feb 2021 00:01:18 +0000</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/qcom/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>e9cf125b - thermal/drivers/core: Remove depends on THERMAL in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/qcom/Kconfig#e9cf125b</link>
        <description>thermal/drivers/core: Remove depends on THERMAL in KconfigThe dependency on the THERMAL option to be set is already there implicitlyby the &quot;if THERMAL&quot; conditionnal option. The sub Kconfigs do not have tocheck against the THERMAL option as they are called from a Kconfig blockwhich is enabled by the conditionnal option.Remove the useless &quot;depends on THERMAL&quot; in the Kconfigs.Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Signed-off-by: Zhang Rui &lt;rui.zhang@intel.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Tue, 02 Apr 2019 16:12:48 +0000</pubDate>
        <dc:creator>Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>72e9baf9 - drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdir</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/qcom/Kconfig#72e9baf9</link>
        <description>drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdirThis cleans up the directory a bit allowing just one place to look forthermal related drivers for QCOM platforms instead of being scattered inthe root directory and the qcom/ subdirectory. Compile-tested withARCH=arm64 defconfig and the driver explicitly enabled with menuconfig.Signed-off-by: Amit Kucheria &lt;amit.kucheria@linaro.org&gt;Acked-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Signed-off-by: Zhang Rui &lt;rui.zhang@intel.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Fri, 07 Dec 2018 06:55:27 +0000</pubDate>
        <dc:creator>Amit Kucheria &lt;amit.kucheria@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>9066073c - thermal: qcom: tsens: Add a skeletal TSENS drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/qcom/Kconfig#9066073c</link>
        <description>thermal: qcom: tsens: Add a skeletal TSENS driversTSENS is Qualcomms&apos; thermal temperature sensor device. Itsupports reading temperatures from multiple thermal sensorspresent on various QCOM SoCs.Calibration data is generally read from a non-volatile memory(eeprom) device.Add a skeleton driver with all the necessary abstractions soa variety of qcom device families which support TSENS canadd driver extensions.Also add the required device tree bindings which can be usedto describe the TSENS device in DT.Signed-off-by: Rajendra Nayak &lt;rnayak@codeaurora.org&gt;Reviewed-by: Lina Iyer &lt;lina.iyer@linaro.org&gt;Signed-off-by: Eduardo Valentin &lt;edubezval@gmail.com&gt;Signed-off-by: Zhang Rui &lt;rui.zhang@intel.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/qcom/Kconfig</description>
        <pubDate>Thu, 05 May 2016 08:51:39 +0000</pubDate>
        <dc:creator>Rajendra Nayak &lt;rnayak@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
