<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/samsung/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/samsung/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>3b6a1a80 - thermal: samsung: core: Exynos TMU rework to use device tree for configuration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/samsung/Makefile#3b6a1a80</link>
        <description>thermal: samsung: core: Exynos TMU rework to use device tree for configurationThis patch brings support for providing configuration via device tree.Previously this data has been hardcoded in the exynos_tmu_data.c file.Such approach was not scalable and very often required copying the wholedata.Signed-off-by: Lukasz Majewski &lt;l.majewski@samsung.com&gt;Signed-off-by: Eduardo Valentin &lt;edubezval@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/samsung/Makefile</description>
        <pubDate>Fri, 23 Jan 2015 12:10:08 +0000</pubDate>
        <dc:creator>Lukasz Majewski &lt;l.majewski@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>e6b7991e - thermal: exynos: Bifurcate exynos tmu driver and configuration data</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/samsung/Makefile#e6b7991e</link>
        <description>thermal: exynos: Bifurcate exynos tmu driver and configuration dataThis code splits the exynos tmu driver code into SOC specific data parts.This will simplify adding new SOC specific data to the same TMU controller.Acked-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;Acked-by: Jonghwa Lee &lt;jonghwa3.lee@samsung.com&gt;Acked-by: Eduardo Valentin &lt;eduardo.valentin@ti.com&gt;Signed-off-by: Amit Daniel Kachhap &lt;amit.daniel@samsung.com&gt;Signed-off-by: Eduardo Valentin &lt;eduardo.valentin@ti.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/samsung/Makefile</description>
        <pubDate>Mon, 24 Jun 2013 10:50:28 +0000</pubDate>
        <dc:creator>Amit Daniel Kachhap &lt;amit.daniel@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>59dfa54c - thermal: exynos: Rename exynos_thermal.c to exynos_tmu.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/samsung/Makefile#59dfa54c</link>
        <description>thermal: exynos: Rename exynos_thermal.c to exynos_tmu.cThis patch renames exynos_thermal.c to exynos_tmu.c. This change is needed asthis file now just contains exynos tmu driver related codes and thermal zoneor cpufreq cooling registration related changes are not there anymore.Acked-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;Acked-by: Jonghwa Lee &lt;jonghwa3.lee@samsung.com&gt;Acked-by: Eduardo Valentin &lt;eduardo.valentin@ti.com&gt;Signed-off-by: Amit Daniel Kachhap &lt;amit.daniel@samsung.com&gt;Signed-off-by: Eduardo Valentin &lt;eduardo.valentin@ti.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/samsung/Makefile</description>
        <pubDate>Mon, 24 Jun 2013 10:50:26 +0000</pubDate>
        <dc:creator>Amit Daniel Kachhap &lt;amit.daniel@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>1b678641 - thermal: exynos: Bifurcate exynos thermal common and tmu controller code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/samsung/Makefile#1b678641</link>
        <description>thermal: exynos: Bifurcate exynos thermal common and tmu controller codeThis code bifurcates exynos thermal implementation into common and sensorspecific parts. The common thermal code interacts with core thermal layer andcore cpufreq cooling parts and is independent of SOC specific driver. Thischange is needed to cleanly add support for new TMU sensors.Acked-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;Acked-by: Jonghwa Lee &lt;jonghwa3.lee@samsung.com&gt;Acked-by: Eduardo Valentin &lt;eduardo.valentin@ti.com&gt;Signed-off-by: Amit Daniel Kachhap &lt;amit.daniel@samsung.com&gt;Signed-off-by: Eduardo Valentin &lt;eduardo.valentin@ti.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/samsung/Makefile</description>
        <pubDate>Mon, 24 Jun 2013 10:50:25 +0000</pubDate>
        <dc:creator>Amit Daniel Kachhap &lt;amit.daniel@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>c6821378 - thermal: exynos: Moving exynos thermal files into samsung directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/thermal/samsung/Makefile#c6821378</link>
        <description>thermal: exynos: Moving exynos thermal files into samsung directoryThis movement of files is done for easy maintenance and adding morenew sensor&apos;s support for exynos platform easily . This will also help inbifurcating exynos common, sensor driver and sensor data related parts.Acked-by: Kukjin Kim &lt;kgene.kim@samsung.com&gt;Acked-by: Jonghwa Lee &lt;jonghwa3.lee@samsung.com&gt;Acked-by: Eduardo Valentin &lt;eduardo.valentin@ti.com&gt;Signed-off-by: Amit Daniel Kachhap &lt;amit.daniel@samsung.com&gt;Signed-off-by: Eduardo Valentin &lt;eduardo.valentin@ti.com&gt;

            List of files:
            /linux-6.15/drivers/thermal/samsung/Makefile</description>
        <pubDate>Mon, 24 Jun 2013 10:50:22 +0000</pubDate>
        <dc:creator>Amit Daniel Kachhap &lt;amit.daniel@samsung.com&gt;</dc:creator>
    </item>
</channel>
</rss>
