<?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>6828e402 - thermal/drivers/st: Remove syscfg based driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Kconfig#6828e402</link>
        <description>thermal/drivers/st: Remove syscfg based driverThe syscfg based thermal driver is only supporting STiH415 STiH416 andSTiD127 platforms which are all no more supported.  We can thus safelyremove this driver since the remaining STi platform STiH407/STiH410and STiH418 are all using the memmap based thermal driver.Signed-off-by: Alain Volmat &lt;avolmat@me.com&gt;Link: https://lore.kernel.org/r/20230209091659.1409-7-avolmat@me.comSigned-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/st/Kconfig</description>
        <pubDate>Thu, 09 Feb 2023 09:16:54 +0000</pubDate>
        <dc:creator>Alain Volmat &lt;avolmat@me.com&gt;</dc:creator>
    </item>
<item>
        <title>c071cde0 - drivers: thermal: Kconfig: fix spelling mistake &quot;acces&quot; -&gt; &quot;access&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Kconfig#c071cde0</link>
        <description>drivers: thermal: Kconfig: fix spelling mistake &quot;acces&quot; -&gt; &quot;access&quot;There is a spelling mistake in the Kconfig text, fix it.Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;Signed-off-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Link: https://lore.kernel.org/r/20200810082739.48007-1-colin.king@canonical.com

            List of files:
            /linux-6.15/drivers/thermal/st/Kconfig</description>
        <pubDate>Mon, 10 Aug 2020 08:27:39 +0000</pubDate>
        <dc:creator>Colin Ian King &lt;colin.king@canonical.com&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/st/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/st/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>0f54aa5c - drivers: thermal: Kconfig: pedantic cleanups</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Kconfig#0f54aa5c</link>
        <description>drivers: thermal: Kconfig: pedantic cleanupsFormatting of Kconfig files doesn&apos;t look so pretty, so justtake damp cloth and clean it up.Signed-off-by: Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;Signed-off-by: Eduardo Valentin &lt;edubezval@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/st/Kconfig</description>
        <pubDate>Wed, 06 Mar 2019 22:05:24 +0000</pubDate>
        <dc:creator>Enrico Weigelt, metux IT consult &lt;info@metux.net&gt;</dc:creator>
    </item>
<item>
        <title>1d693155 - thermal: add stm32 thermal driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Kconfig#1d693155</link>
        <description>thermal: add stm32 thermal driverAdd support for DTS thermal sensor that can befound on some STM32 platforms.This driver is based on OF and works in interruptmode.It offers two temperature trip points:passive and critical. The first is intended forpassive cooling notification while the second isused for over-temperature reset.Signed-off-by: David Hernandez Sanchez &lt;david.hernandezsanchez@st.com&gt;Signed-off-by: Eduardo Valentin &lt;edubezval@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/st/Kconfig</description>
        <pubDate>Fri, 05 Oct 2018 10:08:46 +0000</pubDate>
        <dc:creator>David HERNANDEZ SANCHEZ &lt;david.hernandezsanchez@st.com&gt;</dc:creator>
    </item>
<item>
        <title>6ea95b50 - thermal: sti: Add support for ST&apos;s Memory Mapped based Thermal controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Kconfig#6ea95b50</link>
        <description>thermal: sti: Add support for ST&apos;s Memory Mapped based Thermal controllerThis is the traditional way of obtaining a device driver&apos;s registeraddress space.  The aim of this driver is to supply controller specificinformation to the ST Thermal Core.Signed-off-by: Ajit Pal Singh &lt;ajitpal.singh@st.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;Signed-off-by: Zhang Rui &lt;rui.zhang@intel.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/st/Kconfig</description>
        <pubDate>Thu, 05 Jun 2014 15:06:57 +0000</pubDate>
        <dc:creator>Lee Jones &lt;lee.jones@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>186bf549 - thermal: sti: Add support for ST&apos;s System Config Register based Thermal controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Kconfig#186bf549</link>
        <description>thermal: sti: Add support for ST&apos;s System Config Register based Thermal controllerSupply controller specific information to the ST Thermal Core.Signed-off-by: Ajit Pal Singh &lt;ajitpal.singh@st.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;Signed-off-by: Zhang Rui &lt;rui.zhang@intel.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/st/Kconfig</description>
        <pubDate>Thu, 05 Jun 2014 15:06:56 +0000</pubDate>
        <dc:creator>Lee Jones &lt;lee.jones@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>60aef7ce - thermal: sti: Introduce ST Thermal core code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Kconfig#60aef7ce</link>
        <description>thermal: sti: Introduce ST Thermal core codeThis core is shared by both ST&apos;s &apos;memory mapped&apos; and&apos;system configuration register&apos; based Thermal controllers.Signed-off-by: Ajit Pal Singh &lt;ajitpal.singh@st.com&gt;Signed-off-by: Lee Jones &lt;lee.jones@linaro.org&gt;Acked-by: Pavel Machek &lt;pavel@ucw.cz&gt;Signed-off-by: Zhang Rui &lt;rui.zhang@intel.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/st/Kconfig</description>
        <pubDate>Thu, 05 Jun 2014 15:06:55 +0000</pubDate>
        <dc:creator>Lee Jones &lt;lee.jones@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
