<?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>f4e026f4 - PCI: Fix typos</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#f4e026f4</link>
        <description>PCI: Fix typosFix typos and whitespace errors.Link: https://lore.kernel.org/r/20250307231715.438518-1-helgaas@kernel.orgSigned-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Fri, 07 Mar 2025 23:17:15 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>e434e54d - PCI: hotplug: Add OCTEON PCI hotplug controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#e434e54d</link>
        <description>PCI: hotplug: Add OCTEON PCI hotplug controller driverAdd a PCI hotplug controller driver for the OCTEON PCIe device. The OCTEONPCIe device is a multi-function device where function 0 serves as the PCIhotplug controller.There is an out-of-band management console interface to firmware running onfunction 0 whereby an administrator can disable functions to save power orenable them with one of several personalities (virtio-net, virtio-crypto,NVMe, etc) for the other functions.  Function 0 initiates hotplug eventshandled by this driver when the other functions are enabled or disabled.                 +--------------------------------+                 |           Root Port            |                 +--------------------------------+                                 |                                PCIe                                 |  +---------------------------------------------------------------+  |              OCTEON PCIe Multifunction Device                 |  +---------------------------------------------------------------+               |                    |              |            |               |                    |              |            |  +---------------------+  +----------------+  +-----+  +----------------+  |      Function 0     |  |   Function 1   |  | ... |  |   Function 7   |  | (Hotplug controller)|  | (Hotplug slot) |  |     |  | (Hotplug slot) |  +---------------------+  +----------------+  +-----+  +----------------+               |               |  +-------------------------+  |   Controller Firmware   |  +-------------------------+The hotplug controller driver enables hotplugging of non-controllerfunctions within the same device. During probing, the driver removesthe non-controller functions and registers them as PCI hotplug slots.These slots are added back by the driver, only upon request from thedevice firmware.The controller uses MSI-X interrupts to notify the host of hotplugevents initiated by the OCTEON firmware. Additionally, the driverallows users to enable or disable individual functions via sysfs slotentries, as provided by the PCI hotplug framework.Link: https://lore.kernel.org/r/20241111134523.2796699-1-sthotton@marvell.comCo-developed-by: Vamsi Attunuru &lt;vattunuru@marvell.com&gt;Signed-off-by: Vamsi Attunuru &lt;vattunuru@marvell.com&gt;Signed-off-by: Shijith Thotton &lt;sthotton@marvell.com&gt;[bhelgaas: use pci_info() when possible]Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Mon, 11 Nov 2024 13:45:11 +0000</pubDate>
        <dc:creator>Shijith Thotton &lt;sthotton@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>820f59ed - PCI: hotplug: Add Ampere Altra Attention Indicator extension driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#820f59ed</link>
        <description>PCI: hotplug: Add Ampere Altra Attention Indicator extension driverOn Ampere Altra, PCIe hotplug is handled through ACPI. A side interface isalso present to request system firmware control of the hotplug AttentionIndicators. Add an ACPI PCI Hotplug companion driver to support AttentionIndicator control.Link: https://lore.kernel.org/r/20230930002036.6491-2-scott@os.amperecomputing.comSigned-off-by: D Scott Phillips &lt;scott@os.amperecomputing.com&gt;[bhelgaas: mask domain to low 4 bits]Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Acked-by: &quot;Rafael J. Wysocki&quot; &lt;rafael@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Sat, 30 Sep 2023 00:20:36 +0000</pubDate>
        <dc:creator>D Scott Phillips &lt;scott@os.amperecomputing.com&gt;</dc:creator>
    </item>
<item>
        <title>e67ad935 - PCI: pciehp: Enable by default if USB4 enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#e67ad935</link>
        <description>PCI: pciehp: Enable by default if USB4 enabledThunderbolt/USB4 PCIe tunneling depends on native PCIe hotplug.  Enablepciehp by default if USB4 is enabled.[bhelgaas: squash, update subject, commit logs, tidy whitespace]Link: https://lore.kernel.org/r/20221115113857.35800-2-albert.zhou.50@gmail.comLink: https://lore.kernel.org/r/20221115113857.35800-3-albert.zhou.50@gmail.comSigned-off-by: Albert Zhou &lt;albert.zhou.50@gmail.com&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Reviewed-by: Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Tue, 15 Nov 2022 11:38:56 +0000</pubDate>
        <dc:creator>Albert Zhou &lt;albert.zhou.50@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>36533f35 - PCI: Fix indentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#36533f35</link>
        <description>PCI: Fix indentationAdjust indentation from spaces to tab (+optional two spaces) as incoding style with command like:  $ sed -e &apos;s/^        /\t/&apos; -i */Kconfig[bhelgaas: do same in vmd.c]Link: https://lore.kernel.org/r/20191120134036.14502-1-krzk@kernel.orgSigned-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Wed, 20 Nov 2019 13:40:36 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c7532b60 - PCI/hotplug: remove the sgi_hotplug driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#c7532b60</link>
        <description>PCI/hotplug: remove the sgi_hotplug driverThe SGI SN2 support is about to be removed.  Remove this driver thatdepends on the SN2 support.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Link: https://lkml.kernel.org/r/20190813072514.23299-6-hch@lst.deSigned-off-by: Tony Luck &lt;tony.luck@intel.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Tue, 13 Aug 2019 07:24:51 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>82280f7a - PCI: shpchp: Convert SHPC to be builtin only</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#82280f7a</link>
        <description>PCI: shpchp: Convert SHPC to be builtin onlyWe need to be able coordinate between SHPC and acpiphp to determine whichdriver handles hotplug of a given bridge.  Because acpiphp is already bool,convert SHPC to be bool as well.Suggested-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Signed-off-by: Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Reviewed-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Wed, 23 May 2018 22:29:38 +0000</pubDate>
        <dc:creator>Mika Westerberg &lt;mika.westerberg@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7328c8f4 - PCI: Add SPDX GPL-2.0 when no license was specified</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#7328c8f4</link>
        <description>PCI: Add SPDX GPL-2.0 when no license was specifiedb24413180f56 (&quot;License cleanup: add SPDX GPL-2.0 license identifier tofiles with no license&quot;) added SPDX GPL-2.0 to several PCI files thatpreviously contained no license information.Add SPDX GPL-2.0 to all other PCI files that did not contain any licenseinformation and hence were under the default GPL version 2 license of thekernel.Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Reviewed-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Fri, 26 Jan 2018 17:45:16 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>66725152 - PCI/hotplug: PowerPC PowerNV PCI hotplug driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#66725152</link>
        <description>PCI/hotplug: PowerPC PowerNV PCI hotplug driverThis adds standalone driver to support PCI hotplug for PowerPC PowerNVplatform that runs on top of skiboot firmware. The firmware identifieshotpluggable slots and marked their device tree node with proper&quot;ibm,slot-pluggable&quot; and &quot;ibm,reset-by-firmware&quot;. The driver scansdevice tree nodes to create/register PCI hotplug slot accordingly.The PCI slots are organized in fashion of tree, which means onePCI slot might have parent PCI slot and parent PCI slot possiblycontains multiple child PCI slots. At the plugging time, the parentPCI slot is populated before its children. The child PCI slots areremoved before their parent PCI slot can be removed from the system.If the skiboot firmware doesn&apos;t support slot status retrieval, the PCIslot device node shouldn&apos;t have property &quot;ibm,reset-by-firmware&quot;. Inthat case, none of valid PCI slots will be detected from device tree.The skiboot firmware doesn&apos;t export the capability to access attentionLEDs yet and it&apos;s something for TBD.Signed-off-by: Gavin Shan &lt;gwshan@linux.vnet.ibm.com&gt;Acked-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Fri, 20 May 2016 06:41:42 +0000</pubDate>
        <dc:creator>Gavin Shan &lt;gwshan@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>f7625980 - PCI: Fix whitespace, capitalization, and spelling errors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#f7625980</link>
        <description>PCI: Fix whitespace, capitalization, and spelling errorsFix whitespace, capitalization, and spelling errors.  No functional change.I know &quot;busses&quot; is not an error, but &quot;buses&quot; was more common, so I used itconsistently.Signed-off-by: Marta Rybczynska &lt;rybczynska@gmail.com&gt; (pci_reset_bridge_secondary_bus())Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Acked-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Thu, 14 Nov 2013 18:28:18 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>67f43f38 - s390/pci/hotplug: convert to be builtin only</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#67f43f38</link>
        <description>s390/pci/hotplug: convert to be builtin onlyConvert s390&apos; pci hotplug to be builtin only, with no module option.Suggested-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Signed-off-by: Sebastian Ott &lt;sebott@linux.vnet.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Thu, 29 Aug 2013 17:33:16 +0000</pubDate>
        <dc:creator>Sebastian Ott &lt;sebott@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>7cd29f4b - PCI: hotplug: Convert to be builtin only, not modular</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#7cd29f4b</link>
        <description>PCI: hotplug: Convert to be builtin only, not modularConvert CONFIG_HOTPLUG_PCI from tristate to bool.  This only affectsthe hotplug core; several of the hotplug drivers can still be modules.Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Acked-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;Acked-by: Yinghai Lu &lt;yinghai@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Wed, 24 Jul 2013 17:36:31 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>40b31360 - Finally eradicate CONFIG_HOTPLUG</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#40b31360</link>
        <description>Finally eradicate CONFIG_HOTPLUGEver since commit 45f035ab9b8f (&quot;CONFIG_HOTPLUG should be always on&quot;),it has been basically impossible to build a kernel with CONFIG_HOTPLUGturned off.  Remove all the remaining references to it.Cc: Russell King &lt;linux@arm.linux.org.uk&gt;Cc: Doug Thompson &lt;dougthompson@xmission.com&gt;Cc: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Cc: Steven Whitehouse &lt;swhiteho@redhat.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Pavel Machek &lt;pavel@ucw.cz&gt;Cc: &quot;Rafael J. Wysocki&quot; &lt;rjw@sisk.pl&gt;Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Acked-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;Acked-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Tue, 21 May 2013 03:49:35 +0000</pubDate>
        <dc:creator>Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;</dc:creator>
    </item>
<item>
        <title>6037a803 - PCI: acpiphp: Convert acpiphp to be builtin only, not modular</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#6037a803</link>
        <description>PCI: acpiphp: Convert acpiphp to be builtin only, not modularConvert acpiphp to be builtin only, with no module option.Previously, when HOTPLUG_PCI_ACPI=m, users could disable acpiphp byremoving the module or preventing it from loading.  That can&apos;t be doneif acpiphp is builtin statically, so this adds an &quot;acpiphp.disable&quot;kernel parameter.  If a user needs to use this parameter, it is a bug,and we want to hear about it.[bhelgaas: fold in acpiphp.disable here, remove documentation]Signed-off-by: Jiang Liu &lt;jiang.liu@huawei.com&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Fri, 12 Apr 2013 05:44:25 +0000</pubDate>
        <dc:creator>Jiang Liu &lt;liuj97@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7441b062 - s390/pci: PCI hotplug support via SCLP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#7441b062</link>
        <description>s390/pci: PCI hotplug support via SCLPAdd SCLP PCI configure/deconfigure and implement a PCI hotplugcontroller (s390_pci_hpc). The hotplug controller creates a slotfor every PCI function in stand-by or configured state. The PCIfunctions are named after the PCI function ID (fid). By writing tothe power attribute in /sys/bus/pci/slots/&lt;fid&gt;/power the PCI functionis moved to stand-by or configured state. If moved to the configuredstate the device is automatically scanned by the s390 PCI layer.Signed-off-by: Jan Glauber &lt;jang@linux.vnet.ibm.com&gt;Signed-off-by: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Thu, 29 Nov 2012 13:35:47 +0000</pubDate>
        <dc:creator>Jan Glauber &lt;jang@linux.vnet.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>c2b5acc3 - PCI: Remove the fakephp driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#c2b5acc3</link>
        <description>PCI: Remove the fakephp driverThe fakephp driver was scheduled for removal in 2011.Fakephp presented /sys/bus/pci/slots/.../power files for every PCIfunction.  Writing &quot;0&quot; to one of these files logically removed the devicefrom the system.  The PCI core now provides the same functionality with/sys/bus/pci/devices/.../remove.Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Fri, 24 Aug 2012 20:32:07 +0000</pubDate>
        <dc:creator>Bjorn Helgaas &lt;bhelgaas@google.com&gt;</dc:creator>
    </item>
<item>
        <title>268a03a4 - PCI: drivers/pci/slot.c should depend on CONFIG_SYSFS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#268a03a4</link>
        <description>PCI: drivers/pci/slot.c should depend on CONFIG_SYSFSThere is no way to interact with a physical PCI slot withoutsysfs, so encode the dependency and prevent this build error:	drivers/pci/slot.c: In function &apos;pci_hp_create_module_link&apos;:	drivers/pci/slot.c:327: error: &apos;module_kset&apos; undeclaredThis patch _should_ make pci-sysfs.o depend on CONFIG_SYSFS too,but we cannot (yet) because the PCI core merrily assumes theexistence of sysfs:	drivers/built-in.o: In function `pci_bus_add_device&apos;:	drivers/pci/bus.c:89: undefined reference to `pci_create_sysfs_dev_files&apos;	drivers/built-in.o: In function `pci_stop_dev&apos;:	drivers/pci/remove.c:24: undefined reference to `pci_remove_sysfs_dev_files&apos;So do the minimal bit for now and figure out how to untangle itlater.Reported-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Fix-suggested-by: Matthew Wilcox &lt;matthew@wil.cx&gt;Signed-off-by: Alex Chiang &lt;achiang@hp.com&gt;Signed-off-by: Jesse Barnes &lt;jbarnes@virtuousgeek.org&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Thu, 18 Jun 2009 01:03:57 +0000</pubDate>
        <dc:creator>Alex Chiang &lt;achiang@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>12a9da0f - PCI Hotplug: cpqphp: don&apos;t use pci_find_slot()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#12a9da0f</link>
        <description>PCI Hotplug: cpqphp: don&apos;t use pci_find_slot()Convert uses of pci_find_slot to modern API.In the conversion sites, we end up calling pci_dev_put() right away.This may seem like it misses the entire point of doing something likepci_get_bus_and_slot(), since we drop the reference so soon, but it turnsout we don&apos;t actually do much with the returned pci_dev.I plan on untangling cpqphp further, but clearly cpqphp never worried toomuch about a properly refcounted pci_dev anyway. For now, this conversionseems reasonable, as it gets rid of the last in-tree caller of pci_find_slot.Signed-off-by: Alex Chiang &lt;achiang@hp.com&gt;Signed-off-by: Jesse Barnes &lt;jbarnes@virtuousgeek.org&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Tue, 31 Mar 2009 15:24:17 +0000</pubDate>
        <dc:creator>Alex Chiang &lt;achiang@hp.com&gt;</dc:creator>
    </item>
<item>
        <title>3f3b902e - powerpc/pseries: The RPA PCI hotplug driver depends on EEH</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pci/hotplug/Kconfig#3f3b902e</link>
        <description>powerpc/pseries: The RPA PCI hotplug driver depends on EEHThe RPA PCI hotplug driver calls EEH routines, so should depend onEEH. Also PPC_PSERIES implies PPC64, so remove that.Signed-off-by: Michael Ellerman &lt;michael@ellerman.id.au&gt;Signed-off-by: Matthew Wilcox &lt;willy@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/pci/hotplug/Kconfig</description>
        <pubDate>Fri, 06 Mar 2009 03:39:14 +0000</pubDate>
        <dc:creator>Michael Ellerman &lt;michael@ellerman.id.au&gt;</dc:creator>
    </item>
</channel>
</rss>
