<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>7aeffbf2 - pcmcia: remove unused pxa/sa1100 drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>b83deaa7 - ARM: pxa: move pcmcia board data into mach-pxa</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#b83deaa7</link>
        <description>ARM: pxa: move pcmcia board data into mach-pxaThe drivers/pcmcia/pxa2xx_*.c are essentially part of theboard files, but for historic reasons located in drivers/pcmcia.Move them into the same place as the actual board file to avoidlots of machine header inclusions.Cc: Marek Vasut &lt;marek.vasut@gmail.com&gt;Cc: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Cc: Jonathan Cameron &lt;jic23@cam.ac.uk&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Thu, 28 May 2020 20:57:40 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&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/Makefile#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/Makefile</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/Makefile#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/Makefile</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/Makefile#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/Makefile</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>bebdf98a - pcmcia: add MAX1600 library</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#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/Makefile</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>b51af865 - ARM: sa1100/shannon: convert to generic CF sockets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#b51af865</link>
        <description>ARM: sa1100/shannon: convert to generic CF socketsConvert shannon to use the generic CF socket support.Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Wed, 31 Aug 2016 07:49:48 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>80c799db - ARM: sa1100/nanoengine: convert to generic CF sockets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#80c799db</link>
        <description>ARM: sa1100/nanoengine: convert to generic CF socketsConvert nanoengine to use the generic CF socket support.Makefile fix from Arnd Bergmann &lt;arnd@arndb.de&gt;.Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Wed, 31 Aug 2016 07:49:48 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&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/Makefile#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/Makefile</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/Makefile#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/Makefile</description>
        <pubDate>Fri, 09 Mar 2018 15:20:26 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>780febd5 - ARM: sa1100/cerf: convert to generic CF sockets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#780febd5</link>
        <description>ARM: sa1100/cerf: convert to generic CF socketsConvert Cerf to use the generic CF socket support.Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Wed, 31 Aug 2016 07:49:47 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>29786e9b - ARM: sa1100/assabet: convert to generic CF sockets</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#29786e9b</link>
        <description>ARM: sa1100/assabet: convert to generic CF socketsConvert Assabet to use the generic CF socket support.Signed-off-by: Russell King &lt;rmk+kernel@armlinux.org.uk&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Wed, 31 Aug 2016 07:49:47 +0000</pubDate>
        <dc:creator>Russell King &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-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/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3d7a8278 - Revert &quot;pcmcia: add a new resource manager for non ISA systems&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#3d7a8278</link>
        <description>Revert &quot;pcmcia: add a new resource manager for non ISA systems&quot;This reverts commit 02b03846bb2befc558bfd0665749d6bb26f4c2f1.Alan writes:it seems there is a regression in there for some configuration of I/Obased devices. I&apos;ll take a look at it over the next couple of kernelreleases and see what is up then resubmit it with fixes.Reported-by: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Wed, 11 Mar 2015 13:21:23 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>02b03846 - pcmcia: add a new resource manager for non ISA systems</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#02b03846</link>
        <description>pcmcia: add a new resource manager for non ISA systemsOn a pure PCI platform we don&apos;t actually need all the complexity of thersrc_nonstatic manager, in fact we can just work directly with the pciallocators and avoid all the complexity (and code bloat).Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Wed, 10 Dec 2014 15:07:36 +0000</pubDate>
        <dc:creator>Alan Cox &lt;alan@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d8477126 - pcmcia: sa1100: H3100 and H3600 share a driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#d8477126</link>
        <description>pcmcia: sa1100: H3100 and H3600 share a driverWhen building a iPAQ H3100-only kernel with PCMCIA enabled,we get this build error:ERROR: &quot;pcmcia_h3600_init&quot; [drivers/pcmcia/sa1100_cs.ko] undefined!The defconfig normally works fine because it enables both H3100and H3600 support. This patch fixes the Makefile to build thedriver if at least one of the two machines are selected.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Thu, 05 Jun 2014 21:05:49 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>39eb56da - pcmcia: Remove m8xx_pcmcia driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#39eb56da</link>
        <description>pcmcia: Remove m8xx_pcmcia driverThis driver doesn&apos;t build, and apparently has not built sincearch/ppc was removed in 2008 (when mk_int_int_mask was removedfrom asm/irq.h, among other build errors).A few weeks ago I asked whether anyone was actively maintainingthis code, and got no positive response:http://patchwork.ozlabs.org/patch/352082/So, let&apos;s remove it.Signed-off-by: Scott Wood &lt;scottwood@freescale.com&gt;Cc: Vitaly Bordug &lt;vitb@kernel.crashing.org&gt;Cc: linux-pcmcia@lists.infradead.orgCc: Paul Bolle &lt;pebolle@tiscali.nl&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Sat, 21 Jun 2014 00:42:59 +0000</pubDate>
        <dc:creator>Scott Wood &lt;scottwood@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>95244306 - pcmcia: add driver for hx4700</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pcmcia/Makefile#95244306</link>
        <description>pcmcia: add driver for hx4700This patch adds support for the HP iPAQ hx4700 to the existingpxa2xx-pcmcia driver.Signed-off-by: Paul Parsons &lt;lost.distance@yahoo.com&gt;Cc: Philipp Zabel &lt;philipp.zabel@gmail.com&gt;Signed-off-by: Haojian Zhuang &lt;haojian.zhuang@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/pcmcia/Makefile</description>
        <pubDate>Sun, 06 May 2012 00:09:19 +0000</pubDate>
        <dc:creator>Paul Parsons &lt;lost.distance@yahoo.com&gt;</dc:creator>
    </item>
</channel>
</rss>
