<?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>8bee6f00 - vfio/platform: Cleanup Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/reset/Kconfig#8bee6f00</link>
        <description>vfio/platform: Cleanup KconfigLike vfio-pci, there&apos;s also a base module here where vfio-amba depends onvfio-platform, when really it only needs vfio-platform-base.  Create asub-menu for platform drivers and a nested menu for reset drivers.  CleanupMakefile to make use of new CONFIG_VFIO_PLATFORM_BASE for building theshared modules and traversing reset modules.Reviewed-by: C&#233;dric Le Goater &lt;clg@redhat.com&gt;Reviewed-by: Eric Auger &lt;eric.auger@redhat.com&gt;Link: https://lore.kernel.org/r/20230614193948.477036-3-alex.williamson@redhat.comSigned-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/reset/Kconfig</description>
        <pubDate>Wed, 14 Jun 2023 19:39:47 +0000</pubDate>
        <dc:creator>Alex Williamson &lt;alex.williamson@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>85c94dcf - vfio: Use kconfig if XX/endif blocks instead of repeating &apos;depends on&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/reset/Kconfig#85c94dcf</link>
        <description>vfio: Use kconfig if XX/endif blocks instead of repeating &apos;depends on&apos;This results in less kconfig wordage and a simpler understanding of therequired &quot;depends on&quot; to create the menu structure.The next patch increases the nesting level a lot so this is a nicepreparatory simplification.Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;Reviewed-by: Christoph Hellwig &lt;hch@lst.de&gt;Signed-off-by: Yishai Hadas &lt;yishaih@nvidia.com&gt;Link: https://lore.kernel.org/r/20210826103912.128972-13-yishaih@nvidia.comSigned-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/reset/Kconfig</description>
        <pubDate>Thu, 26 Aug 2021 10:39:11 +0000</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.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/vfio/platform/reset/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/vfio/platform/reset/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>e2588341 - vfio: platform: reset: Add Broadcom FlexRM reset module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/reset/Kconfig#e2588341</link>
        <description>vfio: platform: reset: Add Broadcom FlexRM reset moduleThis patch adds Broadcom FlexRM low-level reset forVFIO platform.It will do the following:1. Disable/Deactivate each FlexRM ring2. Flush each FlexRM ringThe cleanup sequence for FlexRM rings is adapted fromBroadcom FlexRM mailbox driver.Signed-off-by: Anup Patel &lt;anup.patel@broadcom.com&gt;Reviewed-by: Oza Oza &lt;oza.oza@broadcom.com&gt;Reviewed-by: Scott Branden &lt;scott.branden@broadcom.com&gt;Reviewed-by: Eric Auger &lt;eric.auger@redhat.com&gt;Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/reset/Kconfig</description>
        <pubDate>Fri, 20 Oct 2017 17:43:24 +0000</pubDate>
        <dc:creator>Anup Patel &lt;anup.patel@broadcom.com&gt;</dc:creator>
    </item>
<item>
        <title>0990822c - VFIO: platform: reset: AMD xgbe reset module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/reset/Kconfig#0990822c</link>
        <description>VFIO: platform: reset: AMD xgbe reset moduleThis patch introduces a module that registers and implements a low-levelreset function for the AMD XGBE device.it performs the following actions:- reset the PHY- disable auto-negotiation- disable &amp; clear auto-negotiation IRQ- soft-reset the MACThose tiny pieces of code are inherited from the native xgbe driver.Signed-off-by: Eric Auger &lt;eric.auger@linaro.org&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/reset/Kconfig</description>
        <pubDate>Tue, 03 Nov 2015 18:20:57 +0000</pubDate>
        <dc:creator>Eric Auger &lt;eric.auger@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>713cc334 - VFIO: platform: Calxeda xgmac reset module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/vfio/platform/reset/Kconfig#713cc334</link>
        <description>VFIO: platform: Calxeda xgmac reset moduleThis patch introduces a module that registers and implements a basicreset function for the Calxeda xgmac device. This latter basically disablesinterrupts and stops DMA transfers.The reset function code is inherited from the native calxeda xgmac driver.Signed-off-by: Eric Auger &lt;eric.auger@linaro.org&gt;Acked-by: Baptiste Reynal &lt;b.reynal@virtualopensystems.com&gt;Tested-by: Baptiste Reynal &lt;b.reynal@virtualopensystems.com&gt;Signed-off-by: Alex Williamson &lt;alex.williamson@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/vfio/platform/reset/Kconfig</description>
        <pubDate>Mon, 15 Jun 2015 09:09:45 +0000</pubDate>
        <dc:creator>Eric Auger &lt;eric.auger@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
