<?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>6828e402 - thermal/drivers/st: Remove syscfg based driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Makefile#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/Makefile</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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Makefile#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/Makefile</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>5a78ad6d - thermal: st: fix Makefile typo</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/st/Makefile#5a78ad6d</link>
        <description>thermal: st: fix Makefile typoWhen STM32_THERMAL is enabled, this overrides all previouslyenabled files in the same directory, as seen from this link failure:ERROR: &quot;st_thermal_pm_ops&quot; [drivers/thermal/st/st_thermal_syscfg.ko] undefined!ERROR: &quot;st_thermal_register&quot; [drivers/thermal/st/st_thermal_syscfg.ko] undefined!ERROR: &quot;st_thermal_unregister&quot; [drivers/thermal/st/st_thermal_syscfg.ko] undefined!The correct syntax in Makefile requires using += instead of :=.Fixes: 1d6931556073 (&quot;thermal: add stm32 thermal driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Signed-off-by: Eduardo Valentin &lt;edubezval@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/st/Makefile</description>
        <pubDate>Mon, 10 Dec 2018 21:57:27 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>
