<?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>ceb8bf2c - module: Convert default symbol namespace to string literal</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/cdx/Makefile#ceb8bf2c</link>
        <description>module: Convert default symbol namespace to string literalCommit cdd30ebb1b9f (&quot;module: Convert symbol namespace to stringliteral&quot;) only converted MODULE_IMPORT_NS() and EXPORT_SYMBOL_NS(),leaving DEFAULT_SYMBOL_NAMESPACE as a macro expansion.This commit converts DEFAULT_SYMBOL_NAMESPACE in the same way to avoidannoyance for the default namespace as well.Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;Reviewed-by: Uwe Kleine-K&#246;nig &lt;u.kleine-koenig@baylibre.com&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/cdx/Makefile</description>
        <pubDate>Tue, 03 Dec 2024 10:21:07 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0e439ba3 - cdx: add MSI support for CDX bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/cdx/Makefile#0e439ba3</link>
        <description>cdx: add MSI support for CDX busAdd CDX-MSI domain per CDX controller with gic-its domain asa parent, to support MSI for CDX devices. CDX devices allocateMSIs from the CDX domain. Also, introduce APIs to alloc and freeIRQs for CDX domain.In CDX subsystem firmware is a controller for all devices andtheir configuration. CDX bus controller sends all the write_msi_msgcommands to firmware running on RPU and the firmware interfaces withactual devices to pass this information to devicesSince, CDX controller is the only way to communicate with the Firmwarefor MSI write info, CDX domain per controller required in contrast tohaving a CDX domain per device.Co-developed-by: Nikhil Agarwal &lt;nikhil.agarwal@amd.com&gt;Signed-off-by: Nikhil Agarwal &lt;nikhil.agarwal@amd.com&gt;Co-developed-by: Abhijit Gangurde &lt;abhijit.gangurde@amd.com&gt;Signed-off-by: Abhijit Gangurde &lt;abhijit.gangurde@amd.com&gt;Signed-off-by: Nipun Gupta &lt;nipun.gupta@amd.com&gt;Reviewed-by: Pieter Jansen van Vuuren &lt;pieter.jansen-van-vuuren@amd.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Tested-by: Nikhil Agarwal &lt;nikhil.agarwal@amd.com&gt;Link: https://lore.kernel.org/r/20240226082816.100872-1-nipun.gupta@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/cdx/Makefile</description>
        <pubDate>Mon, 26 Feb 2024 08:28:16 +0000</pubDate>
        <dc:creator>Nipun Gupta &lt;nipun.gupta@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>e3ed12f3 - cdx: Create symbol namespaces for cdx subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/cdx/Makefile#e3ed12f3</link>
        <description>cdx: Create symbol namespaces for cdx subsystemCreate CDX_BUS and CDX_BUS_CONTROLLER symbol namespace for cdx bussubsystem. CDX controller modules are required to import symbols fromCDX_BUS_CONTROLLER namespace and other than controller modules toimport from CDX_BUS namespace.Signed-off-by: Abhijit Gangurde &lt;abhijit.gangurde@amd.com&gt;Link: https://lore.kernel.org/r/20231017160505.10640-4-abhijit.gangurde@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/cdx/Makefile</description>
        <pubDate>Tue, 17 Oct 2023 16:05:01 +0000</pubDate>
        <dc:creator>Abhijit Gangurde &lt;abhijit.gangurde@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>eb96b740 - cdx: add MCDI protocol interface for firmware interaction</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/cdx/Makefile#eb96b740</link>
        <description>cdx: add MCDI protocol interface for firmware interactionThe MCDI (Management CPU Driver Interface) is used as aprotocol to communicate with the RPU firmware. It haspre-defined set of messages for different message exchangesbetween APU and RPU.Signed-off-by: Puneet Gupta &lt;puneet.gupta@amd.com&gt;Signed-off-by: Nipun Gupta &lt;nipun.gupta@amd.com&gt;Signed-off-by: Tarak Reddy &lt;tarak.reddy@amd.com&gt;Reviewed-by: Pieter Jansen van Vuuren &lt;pieter.jansen-van-vuuren@amd.com&gt;Tested-by: Nikhil Agarwal &lt;nikhil.agarwal@amd.com&gt;Link: https://lore.kernel.org/r/20230313132636.31850-5-nipun.gupta@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/cdx/Makefile</description>
        <pubDate>Mon, 13 Mar 2023 13:26:33 +0000</pubDate>
        <dc:creator>Nipun Gupta &lt;nipun.gupta@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>2959ab24 - cdx: add the cdx bus driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/cdx/Makefile#2959ab24</link>
        <description>cdx: add the cdx bus driverIntroduce AMD CDX bus, which provides a mechanism for scanningand probing CDX devices. These devices are memory mapped onsystem bus for Application Processors(APUs).CDX devices can be changed dynamically in the Fabric and CDXbus interacts with CDX controller to rescan the bus andrediscover the devices.Signed-off-by: Nipun Gupta &lt;nipun.gupta@amd.com&gt;Reviewed-by: Pieter Jansen van Vuuren &lt;pieter.jansen-van-vuuren@amd.com&gt;Tested-by: Nikhil Agarwal &lt;nikhil.agarwal@amd.com&gt;Link: https://lore.kernel.org/r/20230313132636.31850-2-nipun.gupta@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/cdx/Makefile</description>
        <pubDate>Mon, 13 Mar 2023 13:26:30 +0000</pubDate>
        <dc:creator>Nipun Gupta &lt;nipun.gupta@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
