<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sh/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/sh/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>6e54d8d2 - sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sh/Kconfig#6e54d8d2</link>
        <description>sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/Signed-off-by: Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;Acked-by: Paul Mundt &lt;lethal@linux-sh.org&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Simon Horman &lt;horms+renesas@verge.net.au&gt;

            List of files:
            /linux-6.15/drivers/sh/Kconfig</description>
        <pubDate>Sat, 15 Dec 2012 22:51:19 +0000</pubDate>
        <dc:creator>Laurent Pinchart &lt;laurent.pinchart+renesas@ideasonboard.com&gt;</dc:creator>
    </item>
<item>
        <title>afae021a - sh: pfc: Shuffle PFC support core.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sh/Kconfig#afae021a</link>
        <description>sh: pfc: Shuffle PFC support core.This follows the intc/clk changes and shuffles the PFC support code underits own directory. This will facilitate better code sharing, and allow usto trim down the exported interface by quite a margin.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/drivers/sh/Kconfig</description>
        <pubDate>Tue, 10 Jul 2012 02:49:30 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>b16b2a26 - sh: pfc: Make gpio chip support optional where possible.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sh/Kconfig#b16b2a26</link>
        <description>sh: pfc: Make gpio chip support optional where possible.This implements some Kconfig knobs for ensuring that the PFC gpio chipcan be disabled or built as a module in the cases where it&apos;s optional, orforcibly enabled in cases where it&apos;s not.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/drivers/sh/Kconfig</description>
        <pubDate>Wed, 20 Jun 2012 09:17:56 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>2be6bb0c - sh: intc: Split up the INTC code.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sh/Kconfig#2be6bb0c</link>
        <description>sh: intc: Split up the INTC code.This splits up the sh intc core in to something more vaguely resemblinga subsystem. Most of the functionality was alread fairly wellcompartmentalized, and there were only a handful of interdependenciesthat needed to be resolved in the process.This also serves as future-proofing for the genirq and sparseirq rework,which will make some of the split out functionality wholly generic,allowing things to be killed off in place with minimal migration pain.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/drivers/sh/Kconfig</description>
        <pubDate>Tue, 05 Oct 2010 13:10:30 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>44629f57 - sh: intc: Implement reverse mapping for IRQs to per-controller IDs.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sh/Kconfig#44629f57</link>
        <description>sh: intc: Implement reverse mapping for IRQs to per-controller IDs.This implements a scheme roughly analogous to the PowerPC virtual tohardware IRQ mapping, which we use for IRQ to per-controller ID mapping.This makes it possible for drivers to use the IDs directly for lookupinstead of hardcoding the vector.The main motivation for this work is as a building block for dynamicallyallocating virtual IRQs for demuxing INTC events sharing a single INTEVTin addition to a common masking source.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/drivers/sh/Kconfig</description>
        <pubDate>Thu, 23 Sep 2010 11:09:38 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>f9d885c3 - sh: Support IRQ balancing for SH-X3 proto cores, too.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sh/Kconfig#f9d885c3</link>
        <description>sh: Support IRQ balancing for SH-X3 proto cores, too.This adds in hardware IRQ auto-distribution support for SH-X3 proto CPUs,following the SH7786 support.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/drivers/sh/Kconfig</description>
        <pubDate>Fri, 01 Oct 2010 16:04:30 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>dc825b17 - sh: intc: IRQ auto-distribution support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sh/Kconfig#dc825b17</link>
        <description>sh: intc: IRQ auto-distribution support.This implements support for hardware-managed IRQ balancing as implementedby SH-X3 cores (presently only hooked up for SH7786, but can probably becarried over to other SH-X3 cores, too).CPUs need to specify their distribution register along with the maskdefinitions, as these follow the same format. Peripheral IRQs that don&apos;topt out of balancing will be automatically distributed at the whim of thehardware block, while each CPU needs to verify whether it is handling theIRQ or not, especially before clearing the mask.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/drivers/sh/Kconfig</description>
        <pubDate>Thu, 15 Apr 2010 04:13:52 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>43b8774d - sh: intc: userimask support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/sh/Kconfig#43b8774d</link>
        <description>sh: intc: userimask support.This adds support for hardware-assisted userspace irq masking forspecial priority levels. Due to the SR.IMASK interactivity, only someplatforms implement this in hardware (including but not limited toSH-4A interrupt controllers, and ARM-based SH-Mobile CPUs). Each CPUneeds to wire this up on its own, for now only SH7786 is wired up as anexample.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/drivers/sh/Kconfig</description>
        <pubDate>Tue, 13 Apr 2010 05:43:03 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
</channel>
</rss>
