<?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>176ce1b7 - sh: shmobile: convert to SPDX identifiers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile#176ce1b7</link>
        <description>sh: shmobile: convert to SPDX identifiersUpdate license to use SPDX-License-Identifier instead of verbose licensetext.Link: http://lkml.kernel.org/r/875zw8csxa.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;Reviewed-by: Simon Horman &lt;horms+renesas@verge.net.au&gt;Cc: Rich Felker &lt;dalias@libc.org&gt;Cc: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile</description>
        <pubDate>Fri, 28 Dec 2018 08:32:18 +0000</pubDate>
        <dc:creator>Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>62d3ba8b - sh: Kill off remaining private runtime PM bits.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile#62d3ba8b</link>
        <description>sh: Kill off remaining private runtime PM bits.This kills of the now unused runtime PM stub in favour of the genericone.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile</description>
        <pubDate>Fri, 18 Nov 2011 07:05:52 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>7fa4632d - sh: sh7723: use runtime PM implementation, common with arm/mach-shmobile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile#7fa4632d</link>
        <description>sh: sh7723: use runtime PM implementation, common with arm/mach-shmobileSwitch sh7723 to a runtime PM implementation, common with ARM-basedsh-mobile platforms.Signed-off-by: Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile</description>
        <pubDate>Thu, 17 Nov 2011 13:55:56 +0000</pubDate>
        <dc:creator>Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>6a06d5bf - sh: sh7722: use runtime PM implementation, common with arm/mach-shmobile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile#6a06d5bf</link>
        <description>sh: sh7722: use runtime PM implementation, common with arm/mach-shmobileSwitch sh7722 to a runtime PM implementation, common with ARM-basedsh-mobile platforms.Signed-off-by: Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile</description>
        <pubDate>Thu, 17 Nov 2011 13:55:52 +0000</pubDate>
        <dc:creator>Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>8cc88a55 - sh: sh7724: use runtime PM implementation, common with arm/mach-shmobile</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile#8cc88a55</link>
        <description>sh: sh7724: use runtime PM implementation, common with arm/mach-shmobileSwitch sh7724 to a runtime PM implementation, common with ARM-basedsh-mobile platforms.Signed-off-by: Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile</description>
        <pubDate>Thu, 17 Nov 2011 13:55:47 +0000</pubDate>
        <dc:creator>Guennadi Liakhovetski &lt;g.liakhovetski@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>6a93dde1 - sh: Runtime PM for SuperH Mobile platform bus devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile#6a93dde1</link>
        <description>sh: Runtime PM for SuperH Mobile platform bus devicesThis patch is V3 of the SuperH Mobile Runtime PM platform busimplentation matching Rafael&apos;s Runtime PM v16.The code gets invoked from the SuperH specific Runtime PMplatform bus functions that override the weak symbols for: - platform_pm_runtime_suspend() - platform_pm_runtime_resume() - platform_pm_runtime_idle()This Runtime PM implementation performs two levels of powermanagement. At the time of platform bus runtime suspend theclock to the device is stopped instantly. Later on if alldevices within the power domain has their clocks stoppedthen the device driver -&gt;runtime_suspend() callbacks areused to save hardware register state for each device.Device driver -&gt;runtime_suspend() calls are scheduled fromcpuidle context using platform_pm_runtime_suspend_idle().When all devices have been fully suspended the processoris allowed to enter deep sleep from cpuidle.The runtime resume operation turns on clocks and alsorestores registers if needed. It is worth noting that thedevices start in a suspended state and the device driveris responsible for calling runtime resume before accessingthe actual hardware.In this particular platform bus implementation runtimeresume is not allowed from interrupt context. Runtimesuspend is however allowed from interrupt context aslong as the synchronous functions are avoided.[ updated for v17 -- PFM. ]Signed-off-by: Magnus Damm &lt;damm@igel.co.jp&gt;Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile</description>
        <pubDate>Fri, 14 Aug 2009 10:48:16 +0000</pubDate>
        <dc:creator>Magnus Damm &lt;damm@igel.co.jp&gt;</dc:creator>
    </item>
<item>
        <title>7426394f - sh: cpuidle for SuperH Mobile using hwblk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile#7426394f</link>
        <description>sh: cpuidle for SuperH Mobile using hwblkThis patch adds cpuidle support for SuperH Mobile.The sleep mode selected by cpuidle is compared withthe mode selected by the hwblk sleep code and thebest allowed mode is entered.At this point &quot;Sleep mode&quot; and &quot;Sleep mode + SF&quot; aresupported. This code can easily be extended to support&quot;Software suspend mode&quot;, but the assembly code mustfirst be updated to avoid loosing interrupts.Also, update the code to only copy the assembly snippetinto internal memory once at bootup.Signed-off-by: Magnus Damm &lt;damm@igel.co.jp&gt;Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile</description>
        <pubDate>Fri, 03 Jul 2009 10:28:00 +0000</pubDate>
        <dc:creator>Magnus Damm &lt;damm@igel.co.jp&gt;</dc:creator>
    </item>
<item>
        <title>e9edb3fe - sh: Consolidate SH-Mobile CPU code in arch/sh/kernel/cpu/shmobile/.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile#e9edb3fe</link>
        <description>sh: Consolidate SH-Mobile CPU code in arch/sh/kernel/cpu/shmobile/.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/kernel/cpu/shmobile/Makefile</description>
        <pubDate>Mon, 16 Mar 2009 11:00:17 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
</channel>
</rss>
