<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mcb/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/mcb/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>73edc8f7 - mcb: Added support for LPC or non PCI based MCB carrier</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mcb/Kconfig#73edc8f7</link>
        <description>mcb: Added support for LPC or non PCI based MCB carrierAdd support for MCB bases FPGAs connected to the LPC ornon PCI Bus.This driver currently supports the SC24 board. The FPGAis connected to the LPC bus and is identified using the BIOSDMI string.Signed-off-by: Andreas Werner &lt;andreas.werner@men.de&gt;Signed-off-by: Johannes Thumshirn &lt;jthumshirn@suse.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mcb/Kconfig</description>
        <pubDate>Fri, 26 Aug 2016 07:34:57 +0000</pubDate>
        <dc:creator>Andreas Werner &lt;andreas.werner@men.de&gt;</dc:creator>
    </item>
<item>
        <title>07792c7e - drivers: mcb: Fix build error discovered by 0-day bot</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mcb/Kconfig#07792c7e</link>
        <description>drivers: mcb: Fix build error discovered by 0-day botMake mcb depend on HAS_IOMEM and mcb-pci depend on PCI. This fixes build errorsdiscovered by the 0-day kernel build testing system.Signed-off-by: Johannes Thumshirn &lt;johannes.thumshirn@men.de&gt;Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mcb/Kconfig</description>
        <pubDate>Sun, 09 Mar 2014 10:32:31 +0000</pubDate>
        <dc:creator>Johannes Thumshirn &lt;morbidrsa@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0db03f3f - drivers/mcb: do not set default Kconfig variable to modular</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mcb/Kconfig#0db03f3f</link>
        <description>drivers/mcb: do not set default Kconfig variable to modularCoverage builds found this build fail in ARM ebsa110_defconfig:drivers/mcb/mcb-parse.c: In function &apos;chameleon_parse_cells&apos;:drivers/mcb/mcb-parse.c:105:2: error: implicit declaration of function &apos;memcpy_fromio&apos; [-Werror=implicit-function-declaration]cc1: some warnings being treated as errorsmake[2]: *** [drivers/mcb/mcb-parse.o] Error 1A simple bisect will output this:3764e82e5150d87b205c10cd78a9c9ab86fbfa51 is the first bad commitcommit 3764e82e5150d87b205c10cd78a9c9ab86fbfa51Author: Johannes Thumshirn &lt;johannes.thumshirn@men.de&gt;Date:   Wed Feb 26 17:29:05 2014 +0100    drivers: Introduce MEN Chameleon BusThe above commit used &quot;default m&quot; which is wrong.  New driversshould never be globally enabled with &quot;default y/m&quot;.  Whetherthis driver makes sense to build on ARM is an independent issue.Here we delete the &quot;default m&quot; line, which is the equivalent of&quot;default n&quot;.Cc: Johannes Thumshirn &lt;johannes.thumshirn@men.de&gt;Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mcb/Kconfig</description>
        <pubDate>Thu, 06 Mar 2014 00:38:09 +0000</pubDate>
        <dc:creator>Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;</dc:creator>
    </item>
<item>
        <title>b71bb863 - mcb: Add PCI carrier for MEN Chameleon Bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mcb/Kconfig#b71bb863</link>
        <description>mcb: Add PCI carrier for MEN Chameleon BusAdd support for MCB over PCI devices. Both PCI attached on-board Chameleon FPGAsas well as CompactPCI based MCB carrier cards are supported with this driver.Signed-off-by: Johannes Thumshirn &lt;johannes.thumshirn@men.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mcb/Kconfig</description>
        <pubDate>Wed, 26 Feb 2014 16:29:06 +0000</pubDate>
        <dc:creator>Johannes Thumshirn &lt;johannes.thumshirn@men.de&gt;</dc:creator>
    </item>
<item>
        <title>3764e82e - drivers: Introduce MEN Chameleon Bus</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mcb/Kconfig#3764e82e</link>
        <description>drivers: Introduce MEN Chameleon BusThe MCB (MEN Chameleon Bus) is a Bus specific to MEN MikroelektronikFPGA based devices. It is used to identify MCB based IP-Cores withinan FPGA and provide the necessary framework for instantiating driversfor these devices.Signed-off-by: Johannes Thumshirn &lt;johannes.thumshirn@men.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/mcb/Kconfig</description>
        <pubDate>Wed, 26 Feb 2014 16:29:05 +0000</pubDate>
        <dc:creator>Johannes Thumshirn &lt;johannes.thumshirn@men.de&gt;</dc:creator>
    </item>
</channel>
</rss>
