<?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>9f3c35bf - PCI: mobiveil: Sort Kconfig entries by vendor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/controller/mobiveil/Kconfig#9f3c35bf</link>
        <description>PCI: mobiveil: Sort Kconfig entries by vendorSort Kconfig entries by vendor so they appear in alphabetical order inmenuconfig.Link: https://lore.kernel.org/r/20230418174336.145585-8-helgaas@kernel.orgSigned-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/controller/mobiveil/Kconfig</description>
        <pubDate>Tue, 18 Apr 2023 17:43:36 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>80c170d7 - PCI: Use consistent controller Kconfig menu entry language</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/controller/mobiveil/Kconfig#80c170d7</link>
        <description>PCI: Use consistent controller Kconfig menu entry languageUse &quot;PCIe controller&quot; consistently instead of &quot;host bridge&quot;, &quot;bus driver&quot;,etc.  Annotate with &quot;(host mode)&quot; or &quot;(endpoint mode)&quot; as needed.Link: https://lore.kernel.org/r/20230418174336.145585-5-helgaas@kernel.orgSigned-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/controller/mobiveil/Kconfig</description>
        <pubDate>Tue, 18 Apr 2023 17:43:33 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>a474d3fb - PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAIN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/controller/mobiveil/Kconfig#a474d3fb</link>
        <description>PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINWhat a zoo:     PCI_MSI	select GENERIC_MSI_IRQ     PCI_MSI_IRQ_DOMAIN     	def_bool y	depends on PCI_MSI	select GENERIC_MSI_IRQ_DOMAINErgo PCI_MSI enables PCI_MSI_IRQ_DOMAIN which in turn selectsGENERIC_MSI_IRQ_DOMAIN. So all the dependencies on PCI_MSI_IRQ_DOMAIN arejust an indirection to PCI_MSI.Match the reality and just admit that PCI_MSI requiresGENERIC_MSI_IRQ_DOMAIN.Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Reviewed-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;Acked-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Link: https://lore.kernel.org/r/20221111122014.467556921@linutronix.de

            List of files:
            /linux-6.15/drivers/pci/controller/mobiveil/Kconfig</description>
        <pubDate>Fri, 11 Nov 2022 13:54:38 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>021a90fe - PCI: mobiveil: Improve PCIE_LAYERSCAPE_GEN4 dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/controller/mobiveil/Kconfig#021a90fe</link>
        <description>PCI: mobiveil: Improve PCIE_LAYERSCAPE_GEN4 dependencies  - Drop the dependency on PCI, as this is implied by the dependency on    PCI_MSI_IRQ_DOMAIN,  - Drop the dependencies on OF and ARM64, as the driver compiles fine    without OF and/or on other architectures,  - The Freescale Layerscape PCIe Gen4 controller is present only on    Freescale Layerscape SoCs.  Hence depend on ARCH_LAYERSCAPE, to    prevent asking the user about this driver when configuring a kernel    without Freescale Layerscape support, unless compile-testing.Link: https://lore.kernel.org/r/20210208142301.413582-1-geert+renesas@glider.beSigned-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Signed-off-by: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;

            List of files:
            /linux-6.15/drivers/pci/controller/mobiveil/Kconfig</description>
        <pubDate>Mon, 08 Feb 2021 14:23:01 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>863bba34 - PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLAT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/controller/mobiveil/Kconfig#863bba34</link>
        <description>PCI: mobiveil: Fix unmet dependency warning for PCIE_MOBIVEIL_PLATFix the following warning by adding the dependency PCI_MSI_IRQ_DOMAINto PCIE_MOBIVEIL_PLAT.WARNING: unmet direct dependencies detected for PCIE_MOBIVEIL_HOST  Depends on [n]: PCI [=y] &amp;&amp; PCI_MSI_IRQ_DOMAIN [=n]  Selected by [y]:  - PCIE_MOBIVEIL_PLAT [=y] &amp;&amp; PCI [=y] &amp;&amp; (ARCH_ZYNQMP || COMPILE_TEST [=y]) &amp;&amp; OF [=y]Signed-off-by: Hou Zhiqiang &lt;Zhiqiang.Hou@nxp.com&gt;Signed-off-by: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;

            List of files:
            /linux-6.15/drivers/pci/controller/mobiveil/Kconfig</description>
        <pubDate>Wed, 18 Mar 2020 09:33:12 +0000</pubDate>
        <dc:creator>Hou Zhiqiang &lt;Zhiqiang.Hou@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>d29ad70a - PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/controller/mobiveil/Kconfig#d29ad70a</link>
        <description>PCI: mobiveil: Add PCIe Gen4 RC driver for Layerscape SoCsAdd a PCI host controller driver for Layerscape SoCs integratingthe Mobiveil GPEX IP.Signed-off-by: Hou Zhiqiang &lt;Zhiqiang.Hou@nxp.com&gt;[lorenzo.pieralisi@arm.com: updated commit log]Signed-off-by: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Reviewed-by: Minghuan Lian &lt;Minghuan.Lian@nxp.com&gt;Reviewed-by: Andrew Murray &lt;amurray@thegoodpenguin.co.uk&gt;

            List of files:
            /linux-6.15/drivers/pci/controller/mobiveil/Kconfig</description>
        <pubDate>Thu, 13 Feb 2020 04:06:42 +0000</pubDate>
        <dc:creator>Hou Zhiqiang &lt;Zhiqiang.Hou@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>03bdc388 - PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/controller/mobiveil/Kconfig#03bdc388</link>
        <description>PCI: mobiveil: Modularize the Mobiveil PCIe Host Bridge IP driverModularize the Mobiveil PCIe host driver according to the abstraction ofRoot Complex and Endpoint and move it into a new directory in order tomake it easier to reuse the driver functions to add new host drivers forsystems integrating the Mobiveil PCIe GPEX IP.Signed-off-by: Hou Zhiqiang &lt;Zhiqiang.Hou@nxp.com&gt;[lorenzo.pieralisi@arm.com: updated commit log]Signed-off-by: Lorenzo Pieralisi &lt;lorenzo.pieralisi@arm.com&gt;Reviewed-by: Andrew Murray &lt;andrew.murray@arm.com&gt;

            List of files:
            /linux-6.15/drivers/pci/controller/mobiveil/Kconfig</description>
        <pubDate>Thu, 13 Feb 2020 04:06:35 +0000</pubDate>
        <dc:creator>Hou Zhiqiang &lt;Zhiqiang.Hou@nxp.com&gt;</dc:creator>
    </item>
</channel>
</rss>
