<?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>b6e53731 - spmi: Introduce device-managed functions</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Makefile#b6e53731</link>
        <description>spmi: Introduce device-managed functionsUtilize the managed resource (devres) framework and add the followingdevm_* helpers for the SPMI driver:- devm_spmi_controller_alloc()- devm_spmi_controller_add()[sboyd@kernel.org: Rename to spmi-devres for module niceness, slap onGPL module license]Signed-off-by: Fei Shao &lt;fshao@chromium.org&gt;Link: https://lore.kernel.org/r/20230824104101.4083400-2-fshao@chromium.orgReviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Signed-off-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Link: https://lore.kernel.org/r/20231206231733.4031901-4-sboyd@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/spmi/Makefile</description>
        <pubDate>Wed, 06 Dec 2023 23:17:26 +0000</pubDate>
        <dc:creator>Fei Shao &lt;fshao@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>b45b3cce - spmi: mediatek: Add support for MT6873/8192</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Makefile#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/Makefile</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/Makefile#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/Makefile</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/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/spmi/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>39ae93e3 - spmi: Add MSM PMIC Arbiter SPMI controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spmi/Makefile#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/Makefile</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/Makefile#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/Makefile</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>
