<?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>2dfb2835 - pmdomain: amlogic: Move Kconfig options to the pmdomain subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#2dfb2835</link>
        <description>pmdomain: amlogic: Move Kconfig options to the pmdomain subsystemThe Kconfig options belongs closer to the corresponding implementations,hence let&apos;s move them from the soc subsystem to the pmdomain subsystem.Cc: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Cc: Kevin Hilman &lt;khilman@baylibre.com&gt;Cc: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Cc: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Cc: &lt;linux-amlogic@lists.infradead.org&gt;Acked-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Mon, 11 Sep 2023 21:38:08 +0000</pubDate>
        <dc:creator>Ulf Hansson &lt;ulf.hansson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>d9da1785 - soc: meson: enable building drivers as modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#d9da1785</link>
        <description>soc: meson: enable building drivers as modulesEnable SoC drivers for 64-bit Amlogic SoCs to be built as modules.Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Mon, 19 Oct 2020 22:46:49 +0000</pubDate>
        <dc:creator>Kevin Hilman &lt;khilman@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>5d2fc13b - soc: amlogic: socinfo: build for specific arch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#5d2fc13b</link>
        <description>soc: amlogic: socinfo: build for specific archThe MX driver only supports 32-bit ARM SoCs and the GX driver onlysupports 64-bit SoCs.  Only build for the right architecture.Reviewed-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Reviewed-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Mon, 19 Oct 2020 22:46:48 +0000</pubDate>
        <dc:creator>Kevin Hilman &lt;khilman@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>9ef7a792 - soc: amlogic: fix compile failure with MESON_SECURE_PM_DOMAINS &amp; !MESON_SM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#9ef7a792</link>
        <description>soc: amlogic: fix compile failure with MESON_SECURE_PM_DOMAINS &amp; !MESON_SMWhen MESON_SECURE_PM_DOMAINS &amp; !MESON_SM, there will be compile failure:.../meson-secure-pwrc.o: In function `meson_secure_pwrc_on&apos;:.../meson-secure-pwrc.c:76: undefined reference to `meson_sm_call&apos;Fix this by adding depends on MESON_SM for MESON_SECURE_PM_DOMAINS.Fixes: b3dde5013e13 (&quot;soc: amlogic: Add support for Secure power domains controller&quot;)Reported-by: Stephen Rothwell&lt;sfr@canb.auug.org.au&gt;Reported-by: patchwork-bot+linux-amlogic&lt;patchwork-bot+linux-amlogic@kernel.org&gt;Reported-by: kbuild test robot &lt;lkp@intel.com&gt;Signed-off-by: Jianxin Pan &lt;jianxin.pan@amlogic.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Tested-by: Stephen Rothwell&lt;sfr@canb.auug.org.au&gt;Link: https://lore.kernel.org/r/1581955933-69832-1-git-send-email-jianxin.pan@amlogic.com

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Mon, 17 Feb 2020 16:12:13 +0000</pubDate>
        <dc:creator>Jianxin Pan &lt;jianxin.pan@amlogic.com&gt;</dc:creator>
    </item>
<item>
        <title>b3dde501 - soc: amlogic: Add support for Secure power domains controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#b3dde501</link>
        <description>soc: amlogic: Add support for Secure power domains controllerAdd support for the Amlogic Secure Power controller. In A1/C1 series, powercontrol registers are in secure domain, and should be accessed by smc.Signed-off-by: Jianxin Pan &lt;jianxin.pan@amlogic.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Link: https://lore.kernel.org/r/1579087831-94965-4-git-send-email-jianxin.pan@amlogic.com

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Wed, 15 Jan 2020 11:30:30 +0000</pubDate>
        <dc:creator>Jianxin Pan &lt;jianxin.pan@amlogic.com&gt;</dc:creator>
    </item>
<item>
        <title>eef3c2ba - soc: amlogic: Add support for Everything-Else power domains controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#eef3c2ba</link>
        <description>soc: amlogic: Add support for Everything-Else power domains controllerAdd support for the General Purpose Amlogic Everything-Else Power controller,with the first support for G12A and SM1 SoCs dedicated to the VPU, PCIe,USB, NNA, GE2D and Ethernet Power Domains.Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Reviewed-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Tested-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Fri, 23 Aug 2019 09:04:15 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;narmstrong@baylibre.com&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/soc/amlogic/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/soc/amlogic/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>f56c0627 - soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#f56c0627</link>
        <description>soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependencyThis patchs adds a missing dependency on REGMAP_MMIO.This cause the following build failure on SPARC:drivers/soc/amlogic/meson-clk-measure.o: In function `meson_msr_probe&apos;:meson-clk-measure.c:(.text+0xc4): undefined reference to `__devm_regmap_init_mmio_clk&apos;Signed-off-by: Corentin Labbe &lt;clabbe@baylibre.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Mon, 10 Dec 2018 19:45:55 +0000</pubDate>
        <dc:creator>Corentin Labbe &lt;clabbe@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>2b45ebef - soc: amlogic: Add Meson Clock Measure driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#2b45ebef</link>
        <description>soc: amlogic: Add Meson Clock Measure driverThe Amlogic Meson SoCs embeds a clock measurer IP to measure the internalclock paths frequencies.The precision is determined by stepping into the duration until the counteroverflows.The debugfs slows a pretty summary and each clock can be measuredindividually aswell.Cc: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Reviewed-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Tested-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Sun, 18 Nov 2018 13:50:23 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;narmstrong@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>d4983983 - soc: amlogic: add meson-canvas driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#d4983983</link>
        <description>soc: amlogic: add meson-canvas driverAmlogic SoCs have a repository of 256 canvas which they use todescribe pixel buffers.They contain metadata like width, height, block mode, endianness [..]Many IPs within those SoCs like vdec/vpu rely on those canvas to read/writepixels.Reviewed-by: Jerome Brunet &lt;jbrunet@baylibre.com&gt;Tested-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Signed-off-by: Maxime Jourdan &lt;mjourdan@baylibre.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Thu, 23 Aug 2018 11:49:53 +0000</pubDate>
        <dc:creator>Maxime Jourdan &lt;mjourdan@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>30f3b067 - soc: amlogic: gx pm domain: add PM and OF dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#30f3b067</link>
        <description>soc: amlogic: gx pm domain: add PM and OF dependenciesThe new driver introduces harmless warnings:warning: (PM_RMOBILE &amp;&amp; ARCH_RCAR_GEN1 &amp;&amp; ARCH_RCAR_GEN2 &amp;&amp; ARCH_R7S72100 &amp;&amp; MESON_GX_PM_DOMAINS) selects PM_GENERIC_DOMAINS which has unmet direct dependencies (PM)warning: (MESON_GX_PM_DOMAINS) selects PM_GENERIC_DOMAINS_OF which has unmet direct dependencies (PM_GENERIC_DOMAINS &amp;&amp; OF)This adds CONFIG_OF and CONFIG_PM dependencies to ensure itwill only be enabled in valid configurations.Fixes: 75fcb5ca4b46 (&quot;soc: amlogic: add Meson GX VPU Domains driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Thu, 02 Nov 2017 22:39:54 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>75fcb5ca - soc: amlogic: add Meson GX VPU Domains driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#75fcb5ca</link>
        <description>soc: amlogic: add Meson GX VPU Domains driverThe Video Processing Unit needs a specific Power Domain powering schemethis driver handles this as a PM Power Domain driver.Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Sat, 28 Oct 2017 16:40:16 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;narmstrong@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>5e68c0fc - soc: amlogic: Add Meson6/Meson8/Meson8b/Meson8m2 SoC Information driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#5e68c0fc</link>
        <description>soc: amlogic: Add Meson6/Meson8/Meson8b/Meson8m2 SoC Information driverAmlogic SoCs have an information register which contains the SoC typeand revision information.This patchs adds support for decoding those registers and exposing theresulting information via the SoC bus infrastructure.Signed-off-by: Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Sat, 23 Sep 2017 14:14:02 +0000</pubDate>
        <dc:creator>Martin Blumenstingl &lt;martin.blumenstingl@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>a9daaba2 - soc: Add Amlogic SoC Information driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/amlogic/Kconfig#a9daaba2</link>
        <description>soc: Add Amlogic SoC Information driverAmlogic SoCs have a SoC information register for SoC type, package type andrevision information.This patchs adds support for this register decoding and exposing with theSoC bus infrastructure.Signed-off-by: Neil Armstrong &lt;narmstrong@baylibre.com&gt;Signed-off-by: Kevin Hilman &lt;khilman@baylibre.com&gt;

            List of files:
            /linux-6.15/drivers/soc/amlogic/Kconfig</description>
        <pubDate>Fri, 23 Jun 2017 08:28:18 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;narmstrong@baylibre.com&gt;</dc:creator>
    </item>
</channel>
</rss>
