<?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>0e439ba3 - cdx: add MSI support for CDX bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/cdx/controller/Kconfig#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/controller/Kconfig</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>b1c8ea3c - cdx: Replace custom mcdi logging with print_hex_dump_debug()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/cdx/controller/Kconfig#b1c8ea3c</link>
        <description>cdx: Replace custom mcdi logging with print_hex_dump_debug()Replace custom mcdi logging for send and receive requestswith dynamic debug method print_hex_dump_debug().Signed-off-by: Abhijit Gangurde &lt;abhijit.gangurde@amd.com&gt;Message-ID: &lt;20230613084318.27996-1-abhijit.gangurde@amd.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/cdx/controller/Kconfig</description>
        <pubDate>Tue, 13 Jun 2023 08:43:18 +0000</pubDate>
        <dc:creator>Abhijit Gangurde &lt;abhijit.gangurde@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>2a226927 - cdx: add rpmsg communication channel for CDX</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/cdx/controller/Kconfig#2a226927</link>
        <description>cdx: add rpmsg communication channel for CDXRPMsg is used as a transport communication channel. Thischange introduces RPMsg driver and integrates it with theCDX controller.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;Tested-by: Nikhil Agarwal &lt;nikhil.agarwal@amd.com&gt;Link: https://lore.kernel.org/r/20230313132636.31850-7-nipun.gupta@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/cdx/controller/Kconfig</description>
        <pubDate>Mon, 13 Mar 2023 13:26:35 +0000</pubDate>
        <dc:creator>Nipun Gupta &lt;nipun.gupta@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>8a7923df - cdx: add cdx controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/cdx/controller/Kconfig#8a7923df</link>
        <description>cdx: add cdx controllerCDX controller uses MCDI interface as a protocol tocommunicate with the RPU firmware and registers thedetected CDX devices on the CDX bus. It also usesRPMsg as the communication channel with the Firmware.Signed-off-by: Nipun Gupta &lt;nipun.gupta@amd.com&gt;Signed-off-by: Puneet Gupta &lt;puneet.gupta@amd.com&gt;Signed-off-by: Abhijit Gangurde &lt;abhijit.gangurde@amd.com&gt;Signed-off-by: Nikhil Agarwal &lt;nikhil.agarwal@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-6-nipun.gupta@amd.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/cdx/controller/Kconfig</description>
        <pubDate>Mon, 13 Mar 2023 13:26:34 +0000</pubDate>
        <dc:creator>Nipun Gupta &lt;nipun.gupta@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/controller/Kconfig#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/controller/Kconfig</description>
        <pubDate>Mon, 13 Mar 2023 13:26:33 +0000</pubDate>
        <dc:creator>Nipun Gupta &lt;nipun.gupta@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
