<?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>acdbfa04 - pcmcia : make PCMCIA depend on HAS_IOMEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#acdbfa04</link>
        <description>pcmcia : make PCMCIA depend on HAS_IOMEMOn s390 systems (aka mainframes), it has classic channel devices fornetworking and permanent storage that are currently even more commonthan PCI devices. Hence it could have a fully functional s390 kernelwith CONFIG_PCI=n, then the relevant iomem mapping functions[including ioremap(), devm_ioremap(), etc.] are not available.Here let depend PCMCIA on HAS_IOMEM so that it won&apos;t be built tocause below compiling error if PCI is unset.------ld: drivers/pcmcia/cistpl.o: in function `set_cis_map&apos;:cistpl.c:(.text+0x1202): undefined reference to `ioremap&apos;ld: cistpl.c:(.text+0x13b0): undefined reference to `iounmap&apos;ld: cistpl.c:(.text+0x14a6): undefined reference to `iounmap&apos;ld: cistpl.c:(.text+0x1544): undefined reference to `ioremap&apos;ld: drivers/pcmcia/cistpl.o: in function `release_cis_mem&apos;:cistpl.c:(.text+0x3f14): undefined reference to `iounmap&apos;------Besides, many other Kconfig option, e.g IPWIRELESS, PCMCIA_PCNET,PCMCIA_FMVJ18X, PCMCIA_SMC91C92 which depends on PCMCIA also willcause compiling error if enabled.------ERROR: modpost: &quot;iounmap&quot; [drivers/tty/ipwireless/ipwireless.ko] undefined!ERROR: modpost: &quot;ioremap&quot; [drivers/tty/ipwireless/ipwireless.ko] undefined!ERROR: modpost: &quot;iounmap&quot; [drivers/net/ethernet/8390/pcnet_cs.ko] undefined!ERROR: modpost: &quot;ioremap&quot; [drivers/net/ethernet/8390/pcnet_cs.ko] undefined!ERROR: modpost: &quot;iounmap&quot; [drivers/net/ethernet/fujitsu/fmvj18x_cs.ko] undefined!ERROR: modpost: &quot;ioremap&quot; [drivers/net/ethernet/fujitsu/fmvj18x_cs.ko] undefined!ERROR: modpost: &quot;iounmap&quot; [drivers/net/ethernet/smsc/smc91c92_cs.ko] undefined!ERROR: modpost: &quot;ioremap&quot; [drivers/net/ethernet/smsc/smc91c92_cs.ko] undefined!ERROR: modpost: &quot;iounmap&quot; [drivers/net/ethernet/xircom/xirc2ps_cs.ko] undefined!ERROR: modpost: &quot;ioremap&quot; [drivers/net/ethernet/xircom/xirc2ps_cs.ko] undefined!ERROR: modpost: &quot;devm_ioremap&quot; [drivers/net/ethernet/altera/altera_tse.ko] undefined!ERROR: modpost: &quot;iounmap&quot; [drivers/net/arcnet/com90xx.ko] undefined!------Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202306211329.ticOJCSv-lkp@intel.com/Signed-off-by: Baoquan He &lt;bhe@redhat.com&gt;Reviewed-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Link: https://lore.kernel.org/r/20230707135852.24292-5-bhe@redhat.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Fri, 07 Jul 2023 13:58:48 +0000</pubDate>
        <dc:creator>Baoquan He &lt;bhe@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>34ff9e51 - pcmcia: add HAS_IOPORT dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#34ff9e51</link>
        <description>pcmcia: add HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will result in inb()/outb() and friendsnot being declared. Add dependencies for those drivers that use them.Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Link: https://lore.kernel.org/r/20230522105049.1467313-27-schnelle@linux.ibm.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Mon, 22 May 2023 10:50:31 +0000</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
<item>
        <title>7aeffbf2 - pcmcia: remove unused pxa/sa1100 drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#7aeffbf2</link>
        <description>pcmcia: remove unused pxa/sa1100 driversA number of boards got removed, so this code is now orphaned.Cc: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Acked-by: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Fri, 30 Sep 2022 14:23:21 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>15e74c6c - pcmcia: remove AT91RM9200 Compact Flash driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#15e74c6c</link>
        <description>pcmcia: remove AT91RM9200 Compact Flash driverAs noted by Arnd Bergmann, &quot;we used to have three drivers for the samehardware (pcmcia, pata and ide), and only the pcmcia driver remainedin the tree after drivers/ide/ was removed and pata_at91 did not getconverted to DT&quot;. &quot;There is no dts file in tree that actually declareseither of them, so chances are that nobody is actually using the CFslot on at91 any more.&quot;[1]On this rationale, remove the AT91RM9200 Compact Flash driver, whichalso assists in reaching &quot;the goal of stopping exporting OF-specificAPIs of gpiolib&quot;.[2][1] https://lore.kernel.org/lkml/68c63077-848b-45f5-8aca-ed995391f2b6@www.fastmail.com/[2] https://lore.kernel.org/lkml/Yy6d7TjqzUwGQnQa@penguin/Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Nicolas Ferre &lt;nicolas.ferre@microchip.com&gt;Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Sat, 24 Sep 2022 14:10:30 +0000</pubDate>
        <dc:creator>Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;</dc:creator>
    </item>
<item>
        <title>ae19e152 - pcmcia: remove VR41XX PCMCIA driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#ae19e152</link>
        <description>pcmcia: remove VR41XX PCMCIA driverCommit d3164e2f3b0a (&quot;MIPS: Remove VR41xx support&quot;) removed supportfor MIPS VR41xx platform, so remove exclusive drivers for thisplatform, too.Signed-off-by: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Fri, 15 Jul 2022 13:54:31 +0000</pubDate>
        <dc:creator>Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;</dc:creator>
    </item>
<item>
        <title>d87d44f7 - ARM: omap1: move CF chipselect setup to board file</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#d87d44f7</link>
        <description>ARM: omap1: move CF chipselect setup to board fileThere is only one board that uses the omap_cf driver, somoving the chipselect configuration there does not leadto code duplication but avoids the use of mach/tc.hin drivers.Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Mon, 05 Aug 2019 21:08:58 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>3928cf08 - pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#3928cf08</link>
        <description>pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boardsWhen the MIPS_ALCHEMY board selection is MIPS_XXS1500 instead ofMIPS_DB1XXX, the PCMCIA driver &apos;db1xxx_ss&apos; has build errors dueto missing DB1XXX symbols. The PCMCIA driver should be restrictedto MIPS_DB1XXX instead of MIPS_ALCHEMY to fix this build error.ERROR: modpost: &quot;bcsr_read&quot; [drivers/pcmcia/db1xxx_ss.ko] undefined!ERROR: modpost: &quot;bcsr_mod&quot; [drivers/pcmcia/db1xxx_ss.ko] undefined!Fixes: 42a4f17dc356 (&quot;MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMY&quot;)Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;Cc: Kees Cook &lt;keescook@chromium.org&gt;Cc: Thomas Bogendoerfer &lt;tsbogend@alpha.franken.de&gt;Cc: linux-mips@vger.kernel.orgAcked-by: Manuel Lauss &lt;manuel.lauss@gmail.com&gt;Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Sun, 23 Jan 2022 17:40:31 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>28f74201 - ARM: pxa: remove Intel Imote2 and Stargate 2 boards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#28f74201</link>
        <description>ARM: pxa: remove Intel Imote2 and Stargate 2 boardsI have no reason to believe these boards have any more users and Ihaven&apos;t tested them for several years.  Removing them may simplifyother changes to the various PXA boards people still care about.The recent conversion of pxa2xx_spi to GPIO descriptors for examplehad to update this board despite no one caring or testing.Great boards that got me started in kernel development, RIP!Signed-off-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Acked-by: Mark Brown &lt;broonie@kernel.org&gt;Acked-by: Daniel Mack &lt;daniel@zonque.org&gt;Cc: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;Cc: Haojian Zhuang &lt;haojian.zhuang@gmail.com&gt;Cc: soc@kernel.orgLink: https://lore.kernel.org/r/20220227134431.908998-1-jic23@kernel.org&apos;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Sun, 27 Feb 2022 13:44:31 +0000</pubDate>
        <dc:creator>Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>93e4d694 - pcmcia: clean up dead drivers for CompuLab CM-X255/CM-X270 boards</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#93e4d694</link>
        <description>pcmcia: clean up dead drivers for CompuLab CM-X255/CM-X270 boardsCommit 9d3239147d6d (&quot;ARM: pxa: remove Compulab pxa2xx boards&quot;) removesthe config MACH_ARMCORE in ./arch/arm/mach-pxa/Kconfig.Hence, ./scripts/checkkconfigsymbols.py warns on non-existing configs:MACH_ARMCOREReferencing files: drivers/pcmcia/Kconfig, drivers/pcmcia/MakefileClean up the dead remains of pcmcia drivers for Compulab pxa2xx boards.Signed-off-by: Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Mon, 16 Aug 2021 15:01:15 +0000</pubDate>
        <dc:creator>Lukas Bulwahn &lt;lukas.bulwahn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ea2c5ac8 - pcmcia: Remove NEC VRC4173 CARDU</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#ea2c5ac8</link>
        <description>pcmcia: Remove NEC VRC4173 CARDUThe driver was introduced in 2.6.11 in the pre-git times with commit&quot;[PATCH] mips: vR41xx updates&quot;. However, even back then, this driverwas not able to be compiled, as a number of udpates had been missingfrom this driver: It still provided a &quot;-&gt;get_io_map&quot; callback (removedfor v2.5.66) and a &quot;-&gt;inquire_socket&quot; callback and used socket_cap_t(removed for v2.5.72). Moreover, this driver failed to be brought andbe kept up to date; e.g. it still provides &apos;-&gt;register_callback&apos;,incompatible with a change committed for v2.6.14 incommit 7f316b033b36 (&quot;[PATCH] pcmcia: remove socket register_callback&quot;),and uses INIT_WORK() with three arguments which was removed incommit 65f27f38446e1 (&quot;WorkStruct: Pass the work_struct pointer insteadof context data&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Sebastian Andrzej Siewior &lt;bigeasy@linutronix.de&gt;[linux@dominikbrodowski.net: rewrite commit message]Signed-off-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Wed, 16 Sep 2020 08:16:29 +0000</pubDate>
        <dc:creator>Sebastian Andrzej Siewior &lt;bigeasy@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>264788c8 - pcmcia: at91_cf: remove platform data support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#264788c8</link>
        <description>pcmcia: at91_cf: remove platform data supportBoard file support has been removed for at91rm9200 back in 2014, make theCF driver DT only.Signed-off-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt;Link: https://lore.kernel.org/r/20200930184804.3127757-2-alexandre.belloni@bootlin.com

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Wed, 30 Sep 2020 18:48:03 +0000</pubDate>
        <dc:creator>Alexandre Belloni &lt;alexandre.belloni@bootlin.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/pcmcia/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/pcmcia/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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/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/pcmcia/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>f1f05ee1 - ARM: pxa/lubbock: switch PCMCIA to MAX1600 library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#f1f05ee1</link>
        <description>ARM: pxa/lubbock: switch PCMCIA to MAX1600 libraryAs Lubbock now provides GPIOs via gpiolib for controlling the socketpower, we can use the MAX1600 driver.  Switch Lubbock to use thisdriver, which simplifies the code.Acked-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Acked-by: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;Tested-by: Robert Jarzmik &lt;robert.jarzmik@free.fr&gt;Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Wed, 28 Nov 2018 13:57:23 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>34fdbe64 - ARM: pxa/mainstone: switch PCMCIA to MAX1600 library and gpiod APIs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#34fdbe64</link>
        <description>ARM: pxa/mainstone: switch PCMCIA to MAX1600 library and gpiod APIsConvert mainstone to use the MAX1600 library and gpiod APIs for socketstatus and control signals.Acked-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Wed, 28 Nov 2018 13:57:23 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>e2125d05 - ARM: sa1100/neponset: switch PCMCIA to MAX1600 library and gpiod APIs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#e2125d05</link>
        <description>ARM: sa1100/neponset: switch PCMCIA to MAX1600 library and gpiod APIsConvert Neponset to use the gpiod API to specify which GPIOs are usedfor PCMCIA, and use the MAX1600 power switch library for Neponset,simplifying the neponset pcmcia driver as a result.Acked-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Wed, 28 Nov 2018 13:57:23 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>bebdf98a - pcmcia: add MAX1600 library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#bebdf98a</link>
        <description>pcmcia: add MAX1600 libraryAdd a library for the MAX1600 PCMCIA power switch device.  This is adual-channel device, controlled via four GPIO signals per channel.Two signals control the Vcc output, and two control the Vpp output.Acked-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Wed, 28 Nov 2018 13:57:23 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>8fb71ef9 - pcmcia: allow PCMCIA support independent of the architecture</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#8fb71ef9</link>
        <description>pcmcia: allow PCMCIA support independent of the architectureThere is nothing architecture specific in the PCMCIA core, so allowbuilding it everywhere.  The actual host controllers will depend on ISA,PCI or a specific SOC.Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;Acked-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Acked-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Acked-by: Paul Burton &lt;paul.burton@mips.com&gt;Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Thu, 15 Nov 2018 19:05:35 +0000</pubDate>
        <dc:creator>Christoph Hellwig &lt;hch@lst.de&gt;</dc:creator>
    </item>
<item>
        <title>02741b8a - pcmcia: remove blackfin driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#02741b8a</link>
        <description>pcmcia: remove blackfin driverThe blackfin architecture is getting removed, so this one is nolonger needed either.Acked-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Acked-by: Aaron Wu &lt;aaron.wu@analog.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Fri, 09 Mar 2018 15:21:50 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>10a27a29 - pcmcia: remove m32r drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Kconfig#10a27a29</link>
        <description>pcmcia: remove m32r driversThe m32r architecture is getting removed, so these driversare no longer needed.Acked-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Kconfig</description>
        <pubDate>Fri, 09 Mar 2018 15:20:26 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
</channel>
</rss>
