<?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>9b50fe11 - misc: keba: Add hardware dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/keba/Kconfig#9b50fe11</link>
        <description>misc: keba: Add hardware dependencyOnly propose KEBA CP500 drivers on architectures where the deviceexists, unless build-testing.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Cc: Gerhard Engleder &lt;eg@keba.com&gt;Link: https://lore.kernel.org/r/20241104142217.1dad57cf@endymion.delvareSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/keba/Kconfig</description>
        <pubDate>Mon, 04 Nov 2024 13:22:17 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c3c3a3e2 - misc: keba: Fix missing I2C dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/keba/Kconfig#c3c3a3e2</link>
        <description>misc: keba: Fix missing I2C dependencyKernel test robot reported a build error on csky:drivers/misc/keba/cp500.c:287:(.text+0x1c0): undefined reference to `i2c_verify_client&apos;Add I2C dependency to fix build error.Fixes: 794848300103 (&quot;misc: keba: Add SPI controller device&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202410130817.NXBCxx4q-lkp@intel.com/Signed-off-by: Gerhard Engleder &lt;eg@keba.com&gt;Link: https://lore.kernel.org/r/20241016182751.10457-1-gerhard@engleder-embedded.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/keba/Kconfig</description>
        <pubDate>Wed, 16 Oct 2024 18:27:51 +0000</pubDate>
        <dc:creator>Gerhard Engleder &lt;eg@keba.com&gt;</dc:creator>
    </item>
<item>
        <title>366898e7 - misc: keba: Add LAN9252 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/keba/Kconfig#366898e7</link>
        <description>misc: keba: Add LAN9252 driverKEBA CP500 devices use the LAN9252 controller for EtherCATcommunication. For a stable Ethernet link the PHY registers of thecontroller need to be configured correctly. This driver configures thesePHY registers as required.Signed-off-by: Gerhard Engleder &lt;eg@keba.com&gt;Link: https://lore.kernel.org/r/20241011191257.19702-5-gerhard@engleder-embedded.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/keba/Kconfig</description>
        <pubDate>Fri, 11 Oct 2024 19:12:53 +0000</pubDate>
        <dc:creator>Gerhard Engleder &lt;eg@keba.com&gt;</dc:creator>
    </item>
<item>
        <title>e56af94b - misc: keba: Fix missing AUXILIARY_BUS dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/keba/Kconfig#e56af94b</link>
        <description>misc: keba: Fix missing AUXILIARY_BUS dependencyThe cp500 driver creates auxiliary devices. Kernel configs withoutCONFIG_AUXILIARY_BUS lead to warnings like this:cp500.c: undefined reference to `auxiliary_device_init&apos;cp500.c: undefined reference to `__auxiliary_device_add&apos;Add missing dependency to AUXILIARY_BUS to KEBA_CP500 Kconfig.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202407081327.2DR4Ltu9-lkp@intel.com/Fixes: a1944676767e (&quot;misc: keba: Add basic KEBA CP500 system FPGA support&quot;)Signed-off-by: Gerhard Engleder &lt;eg@keba.com&gt;Link: https://lore.kernel.org/r/20240708180049.12713-1-gerhard@engleder-embedded.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/keba/Kconfig</description>
        <pubDate>Mon, 08 Jul 2024 18:00:49 +0000</pubDate>
        <dc:creator>Gerhard Engleder &lt;eg@keba.com&gt;</dc:creator>
    </item>
<item>
        <title>a1944676 - misc: keba: Add basic KEBA CP500 system FPGA support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/misc/keba/Kconfig#a1944676</link>
        <description>misc: keba: Add basic KEBA CP500 system FPGA supportThe KEBA CP500 system FPGA is a PCIe device, which consists of multipleIP cores. Every IP core has its own auxiliary driver. The cp500 driverregisters an auxiliary device for each device and the correspondingdrivers are loaded by the Linux driver infrastructure.Currently 3 variants of this device exists. Every variant has its ownPCI device ID, which is used to determine the list of available IPcores. In this first version only the auxiliary device for the I2Ccontroller is registered.Besides the auxiliary device registration some other basic functions ofthe FPGA are implemented; e.g, FPGA version sysfs file, keep FPGAconfiguration on reset sysfs file, error message for errors on theinternal AXI bus of the FPGA.Signed-off-by: Gerhard Engleder &lt;eg@keba.com&gt;Link: https://lore.kernel.org/r/20240630194740.7137-2-gerhard@engleder-embedded.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/misc/keba/Kconfig</description>
        <pubDate>Sun, 30 Jun 2024 19:47:39 +0000</pubDate>
        <dc:creator>Gerhard Engleder &lt;eg@keba.com&gt;</dc:creator>
    </item>
</channel>
</rss>
