<?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>62458528 - drm: amd/acp: fix broken menu structure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/acp/Kconfig#62458528</link>
        <description>drm: amd/acp: fix broken menu structureFix the Kconfig dependencies so that the menu is presentedcorrectly by adding a dependency on DRM_AMDGPU to the &quot;menu&quot;Kconfig statement.  This makes a continuous dependency onDRM_AMDGPU in the DRM AMD menus and eliminates a broken menustructure.Fixes: a8fe58cec351 (&quot;drm/amd: add ACP driver support&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Cc: David (ChunMing) Zhou &lt;David1.Zhou@amd.com&gt;Cc: Maruthi Bayyavarapu &lt;maruthi.bayyavarapu@amd.com&gt;Cc: amd-gfx@lists.freedesktop.orgSigned-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/acp/Kconfig</description>
        <pubDate>Thu, 12 Mar 2020 05:42:52 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>ad808910 - drm/amdgpu: fix license on Kconfig and Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/acp/Kconfig#ad808910</link>
        <description>drm/amdgpu: fix license on Kconfig and Makefilesamdgpu is MIT licensed.Fixes: ec8f24b7faaf3d (&quot;treewide: Add SPDX license identifier - Makefile/Kconfig&quot;)Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/acp/Kconfig</description>
        <pubDate>Wed, 11 Dec 2019 15:09:03 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>4c50d6f6 - drm/amd: Fix Kconfig indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/acp/Kconfig#4c50d6f6</link>
        <description>drm/amd: Fix Kconfig indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:	$ sed -e &apos;s/^        /\t/&apos; -i */KconfigReviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/acp/Kconfig</description>
        <pubDate>Thu, 21 Nov 2019 13:29:30 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bd95c144 - drm/amdgpu: fix license on Kconfig and Makefiles</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/acp/Kconfig#bd95c144</link>
        <description>drm/amdgpu: fix license on Kconfig and Makefilesamdgpu is MIT licensed.Fixes: ec8f24b7faaf3d (&quot;treewide: Add SPDX license identifier - Makefile/Kconfig&quot;)Reviewed-by: Christian K&#246;nig &lt;christian.koenig@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/acp/Kconfig</description>
        <pubDate>Wed, 11 Dec 2019 15:09:03 +0000</pubDate>
        <dc:creator>Alex Deucher &lt;alexander.deucher@amd.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/gpu/drm/amd/acp/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/gpu/drm/amd/acp/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>425c452b - drm/amd: add Kconfig dependency for ACP on DRM_AMDGPU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/acp/Kconfig#425c452b</link>
        <description>drm/amd: add Kconfig dependency for ACP on DRM_AMDGPUThe DRM_AMD_ACP option doesn&apos;t have any dependencies and selectsMFD_CORE, which results in MFD_CORE=y.  Since the code is only calledfrom DRM_AMDGPU, it should depend on it.  Adding the dependency resultsin MFD_CORE being selected as a module again if amdgpu is also a module.Signed-off-by: Jeff Mahoney &lt;jeffm@suse.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/acp/Kconfig</description>
        <pubDate>Tue, 24 May 2016 17:47:44 +0000</pubDate>
        <dc:creator>Jeff Mahoney &lt;jeffm@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>4a8d224c - drm/amd: Beef up ACP Kconfig menu text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/acp/Kconfig#4a8d224c</link>
        <description>drm/amd: Beef up ACP Kconfig menu textThe current &quot;text&quot; needs a user to use a crystal ball in order to findout what this ACP thing is.Use the text from  a8fe58cec351 (&quot;drm/amd: add ACP driver support&quot;)to make it a bit more understandable to the rest of the world.Signed-off-by: Borislav Petkov &lt;bp@suse.de&gt;Cc: Alex Deucher &lt;alexander.deucher@amd.com&gt;Cc: Chunming Zhou &lt;david1.zhou@amd.com&gt;Cc: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;Cc: Maruthi Bayyavarapu &lt;maruthi.bayyavarapu@amd.com&gt;Cc: Murali Krishna Vemuri &lt;murali-krishna.vemuri@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/acp/Kconfig</description>
        <pubDate>Fri, 25 Mar 2016 11:27:42 +0000</pubDate>
        <dc:creator>Borislav Petkov &lt;bp@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>a6b91770 - drm/amd: Do not make DRM_AMD_ACP default to y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/acp/Kconfig#a6b91770</link>
        <description>drm/amd: Do not make DRM_AMD_ACP default to yBy default, not only this driver is enabled on all platforms, but alsogeneric PM Domains and Multi-Function Devices.Drop the &quot;default y&quot; to fix this.Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/acp/Kconfig</description>
        <pubDate>Wed, 24 Feb 2016 08:13:45 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>25030321 - drm/amd: add pm domain for ACP IP sub blocks</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/acp/Kconfig#25030321</link>
        <description>drm/amd: add pm domain for ACP IP sub blocksACP IP have internal DMA controller, DW I2S controller and DSPsas separate power tiles. DMA and I2S devices are added to genericpm domain, so that entire IP can be powered off/on at appropriatetimes. Unused DSPs are made to be powered off though they are poweredon during ACP pm domain power on sequence.Signed-off-by: Maruthi Bayyavarapu &lt;maruthi.bayyavarapu@amd.com&gt;Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/acp/Kconfig</description>
        <pubDate>Mon, 23 Nov 2015 15:37:30 +0000</pubDate>
        <dc:creator>Maruthi Srinivas Bayyavarapu &lt;Maruthi.Bayyavarapu@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>a8fe58ce - drm/amd: add ACP driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/amd/acp/Kconfig#a8fe58ce</link>
        <description>drm/amd: add ACP driver supportThis adds the ACP (Audio CoProcessor) IP driver and wiresit up to the amdgpu driver.  The ACP block provides the DMAengine for i2s based ALSA driver. This is required for audioon APUs that utilize an i2s codec.Reviewed-by: Jammy Zhou &lt;Jammy.Zhou@amd.com&gt;Reviewed-by: Maruthi Bayyavarapu &lt;maruthi.bayyavarapu@amd.com&gt;Reviewed-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;Reviewed-by: Murali Krishna Vemuri &lt;murali-krishna.vemuri@amd.com&gt;Signed-off-by: Maruthi Bayyavarapu &lt;maruthi.bayyavarapu@amd.com&gt;Signed-off-by: Chunming Zhou &lt;david1.zhou@amd.com&gt;Signed-off-by: Alex Deucher &lt;alexander.deucher@amd.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/amd/acp/Kconfig</description>
        <pubDate>Tue, 22 Sep 2015 21:05:20 +0000</pubDate>
        <dc:creator>Maruthi Bayyavarapu &lt;maruthi.bayyavarapu@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
