<?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>b45b3cce - spmi: mediatek: Add support for MT6873/8192</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#b45b3cce</link>
        <description>spmi: mediatek: Add support for MT6873/8192Add spmi support for MT6873/8192.Refine indent in spmi-mtk-pmif.c.Link: https://lore.kernel.org/r/20211119034613.32489-4-james.lo@mediatek.comAcked-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Signed-off-by: James Lo &lt;james.lo@mediatek.com&gt;Signed-off-by: Hsin-Hsiung Wang &lt;hsin-hsiung.wang@mediatek.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20211216190812.1574801-5-sboyd@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Thu, 16 Dec 2021 19:08:10 +0000</pubDate>
        <dc:creator>James Lo &lt;james.lo@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>e562cf3a - spmi: hisi-spmi-controller: move driver from staging</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#e562cf3a</link>
        <description>spmi: hisi-spmi-controller: move driver from stagingThe Hisilicon 6421v600 SPMI driver is ready for mainstream.So, move it from staging.Acked-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&gt;Link: https://lore.kernel.org/r/35b9f9169889c1f4d51eff8bf2035450c9e02576.1624606660.git.mchehab+huawei@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Fri, 25 Jun 2021 07:45:54 +0000</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab+huawei@kernel.org&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/spmi/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/spmi/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>760a160e - spmi: pmic-arb: select IRQ_DOMAIN_HIERARCHY in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#760a160e</link>
        <description>spmi: pmic-arb: select IRQ_DOMAIN_HIERARCHY in KconfigSelect IRQ_DOMAIN_HIERARCHY for pmic-arb in Kconfig since this driveruses the version 2 IRQ interfaces. IRQ_DOMAIN_HIERARCHY selectsIRQ_DOMAIN, so it can be removed from here.Signed-off-by: Brian Masney &lt;masneyb@onstation.org&gt;Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt; # build-testedSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Thu, 14 Feb 2019 01:36:39 +0000</pubDate>
        <dc:creator>Brian Masney &lt;masneyb@onstation.org&gt;</dc:creator>
    </item>
<item>
        <title>d719b76c - spmi: Select IRQ_DOMAIN instead of depend on it</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#d719b76c</link>
        <description>spmi: Select IRQ_DOMAIN instead of depend on itIRQ_DOMAIN is a hidden config option, so depending on it doesn&apos;tmake any sense. Select the config option because it&apos;s required tocompile this driver.Signed-off-by: Stephen Boyd &lt;sboyd@codeaurora.org&gt;Reviewed-by: Andy Gross &lt;agross@codeaurora.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Tue, 16 Jun 2015 18:37:16 +0000</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>61a590fa - spmi: Add dependency on HAS_IOMEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#61a590fa</link>
        <description>spmi: Add dependency on HAS_IOMEMNot all architectures have io memory.Fixes:drivers/built-in.o: In function `spmi_pmic_arb_probe&apos;:spmi-pmic-arb.c:(.text+0x1ed399): undefined reference to `devm_ioremap_resource&apos;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Mon, 04 May 2015 19:00:46 +0000</pubDate>
        <dc:creator>Richard Weinberger &lt;richard@nod.at&gt;</dc:creator>
    </item>
<item>
        <title>149cb911 - spmi: pmic_arb: remove ARM build time dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#149cb911</link>
        <description>spmi: pmic_arb: remove ARM build time dependencyQualcomm PMIC arbiter driver already depends on ARCH_QCOM,which could be either ARM or ARM64. New version of the PMICarbiter controller is available on 64 bit platforms.Remove ARM dependency to allow driver to be build for 64 bitplatforms.Signed-off-by: Ivan T. Ivanov &lt;ivan.ivanov@linaro.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Wed, 01 Apr 2015 07:46:19 +0000</pubDate>
        <dc:creator>Ivan T. Ivanov &lt;ivan.ivanov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>2415fc67 - spmi: pmic_arb: make selectable on ARCH_QCOM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#2415fc67</link>
        <description>spmi: pmic_arb: make selectable on ARCH_QCOMWith the split of Qualcomm MSM support into legacy and multiplatform,the SPMI PMIC arb driver is only relevant on the multiplatform supportedSoCs. Switch the Kconfig depends to ARCH_QCOM.Acked-by: Kumar Gala &lt;galak@codeaurora.org&gt;Signed-off-by: Josh Cartwright &lt;joshc@codeaurora.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Mon, 03 Mar 2014 16:49:43 +0000</pubDate>
        <dc:creator>Josh Cartwright &lt;joshc@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>67b563f1 - spmi: pmic_arb: add support for interrupt handling</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#67b563f1</link>
        <description>spmi: pmic_arb: add support for interrupt handlingThe Qualcomm PMIC Arbiter, in addition to being a basic SPMI controller,also implements interrupt handling for slave devices.  Note, this isoutside the scope of SPMI, as SPMI leaves interrupt handling completelyunspecified.Extend the driver to provide a irq_chip implementation and chained irqhandling which allows for these interrupts to be used.Cc: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Josh Cartwright &lt;joshc@codeaurora.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Wed, 12 Feb 2014 19:44:25 +0000</pubDate>
        <dc:creator>Josh Cartwright &lt;joshc@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>39ae93e3 - spmi: Add MSM PMIC Arbiter SPMI controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#39ae93e3</link>
        <description>spmi: Add MSM PMIC Arbiter SPMI controllerQualcomm&apos;s PMIC Arbiter SPMI controller functions as a bus master andis used to communication with one or more PMIC (slave) devices on theSPMI bus.  The PMIC Arbiter is actually a hardware wrapper around theSPMI controller that provides concurrent and autonomous PMIC accessto various entities that need to communicate with the PMIC.The SPMI controller hardware handles all of the SPMI bus activity (busarbitration, sequence start condition, transmission of frames, etc).This software driver uses the PMIC Arbiter register interface toinitiate command sequences on the SPMI bus.  The status register isread to determine when the command sequence has completed and whetheror not it completed successfully.Signed-off-by: Kenneth Heitke &lt;kheitke@codeaurora.org&gt;Signed-off-by: Josh Cartwright &lt;joshc@codeaurora.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Wed, 12 Feb 2014 19:44:24 +0000</pubDate>
        <dc:creator>Kenneth Heitke &lt;kheitke@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>5a86bf34 - spmi: Linux driver framework for SPMI</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Kconfig#5a86bf34</link>
        <description>spmi: Linux driver framework for SPMISystem Power Management Interface (SPMI) is a specificationdeveloped by the MIPI (Mobile Industry Process Interface) Allianceoptimized for the real time control of Power Management ICs (PMIC).SPMI is a two-wire serial interface that supports up to 4 masterdevices and up to 16 logical slaves.The framework supports message APIs, multiple busses (1 controllerper bus) and multiple clients/slave devices per controller.Signed-off-by: Kenneth Heitke &lt;kheitke@codeaurora.org&gt;Signed-off-by: Michael Bohan &lt;mbohan@codeaurora.org&gt;Signed-off-by: Josh Cartwright &lt;joshc@codeaurora.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Kconfig</description>
        <pubDate>Wed, 12 Feb 2014 19:44:22 +0000</pubDate>
        <dc:creator>Kenneth Heitke &lt;kheitke@codeaurora.org&gt;</dc:creator>
    </item>
</channel>
</rss>
