<?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>925ddf07 - net: altera-tse: make ALTERA_TSE depend on HAS_IOMEM</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/altera/Kconfig#925ddf07</link>
        <description>net: altera-tse: make ALTERA_TSE depend on HAS_IOMEMOn s390 systems (aka mainframes), it has classic channel devices fornetworking and permanent storage that are currently even more common thanPCI devices.  Hence it could have a fully functional s390 kernel withCONFIG_PCI=n, then the relevant iomem mapping functions [includingioremap(), devm_ioremap(), etc.] are not available.Here let ALTERA_TSE depend on HAS_IOMEM so that it won&apos;t be built to causebelow compiling error if PCI is unset:------ERROR: modpost: &quot;devm_ioremap&quot; [drivers/net/ethernet/altera/altera_tse.ko] undefined!------Link: https://lkml.kernel.org/r/20230707135852.24292-6-bhe@redhat.comReported-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;Cc: Joyce Ooi &lt;joyce.ooi@intel.com&gt;Cc: &quot;David S. Miller&quot; &lt;davem@davemloft.net&gt;Cc: Eric Dumazet &lt;edumazet@google.com&gt;Cc: Jakub Kicinski &lt;kuba@kernel.org&gt;Cc: Paolo Abeni &lt;pabeni@redhat.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/altera/Kconfig</description>
        <pubDate>Fri, 07 Jul 2023 13:58:49 +0000</pubDate>
        <dc:creator>Baoquan He &lt;bhe@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>fae555f5 - net: altera_tse: Use the correct Kconfig option for the PCS_LYNX dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/altera/Kconfig#fae555f5</link>
        <description>net: altera_tse: Use the correct Kconfig option for the PCS_LYNX dependencyUse the correct Kconfig dependency for altera_tse as PCS_ALTERA_TSE wasreplaced by PCS_LYNX.Fixes: db48abbaa18e (&quot;net: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx&quot;)Signed-off-by: Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;Reviewed-by: Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/altera/Kconfig</description>
        <pubDate>Wed, 07 Jun 2023 13:59:38 +0000</pubDate>
        <dc:creator>Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>db48abba - net: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/altera/Kconfig#db48abba</link>
        <description>net: ethernet: altera-tse: Convert to mdio-regmap and use PCS LynxThe newly introduced regmap-based MDIO driver allows for an easy mappingof an mdiodevice onto the memory-mapped TSE PCS, which is actually aLynx PCS.Convert Altera TSE to use this PCS instead of the pcs-altera-tse, whichis nothing more than a memory-mapped Lynx PCS.Signed-off-by: Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;Reviewed-by: Simon Horman &lt;simon.horman@corigine.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/altera/Kconfig</description>
        <pubDate>Thu, 01 Jun 2023 14:14:52 +0000</pubDate>
        <dc:creator>Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>fef29982 - net: altera: tse: convert to phylink</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/altera/Kconfig#fef29982</link>
        <description>net: altera: tse: convert to phylinkConvert the Altera Triple Speed Ethernet Controller to phylink.This controller supports MII, GMII and RGMII with its MAC, andSGMII + 1000BaseX through a small embedded PCS.The PCS itself has a register set very similar to what is found in atypical 802.3 ethernet PHY, but this register set memory-mapped insteadof lying on an mdio bus.Signed-off-by: Maxime Chevallier &lt;maxime.chevallier@bootlin.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/altera/Kconfig</description>
        <pubDate>Fri, 02 Sep 2022 08:32:04 +0000</pubDate>
        <dc:creator>Maxime Chevallier &lt;maxime.chevallier@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/net/ethernet/altera/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/net/ethernet/altera/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/net/ethernet/altera/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/net/ethernet/altera/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>9d4619c4 - Altera TSE: ALTERA_TSE should depend on HAS_DMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/altera/Kconfig#9d4619c4</link>
        <description>Altera TSE: ALTERA_TSE should depend on HAS_DMAIf NO_DMA=y:drivers/built-in.o: In function `altera_tse_probe&apos;:altera_tse_main.c:(.text+0x25ec2e): undefined reference to `dma_set_mask&apos;altera_tse_main.c:(.text+0x25ec78): undefined reference to `dma_supported&apos;altera_tse_main.c:(.text+0x25ecb6): undefined reference to `dma_supported&apos;drivers/built-in.o: In function `sgdma_async_read&apos;:altera_sgdma.c:(.text+0x25f620): undefined reference to `dma_sync_single_for_cpu&apos;drivers/built-in.o: In function `sgdma_uninitialize&apos;:(.text+0x25f678): undefined reference to `dma_unmap_single&apos;drivers/built-in.o: In function `sgdma_uninitialize&apos;:(.text+0x25f696): undefined reference to `dma_unmap_single&apos;drivers/built-in.o: In function `sgdma_initialize&apos;:(.text+0x25f6f0): undefined reference to `dma_map_single&apos;drivers/built-in.o: In function `sgdma_initialize&apos;:(.text+0x25f702): undefined reference to `dma_mapping_error&apos;drivers/built-in.o: In function `sgdma_tx_buffer&apos;:(.text+0x25f92a): undefined reference to `dma_sync_single_for_cpu&apos;drivers/built-in.o: In function `sgdma_rx_status&apos;:(.text+0x25fa24): undefined reference to `dma_sync_single_for_cpu&apos;make[3]: *** [vmlinux] Error 1Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Acked-by: Vince Bridgers &lt;vbridgers2013@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/altera/Kconfig</description>
        <pubDate>Fri, 02 May 2014 04:29:21 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;</dc:creator>
    </item>
<item>
        <title>ed33ef64 - Altera TSE: Add Altera Ethernet Driver Makefile and Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/altera/Kconfig#ed33ef64</link>
        <description>Altera TSE: Add Altera Ethernet Driver Makefile and KconfigThis patch adds the Altera Triple Speed Ethernet Makfile andKconfig file.Signed-off-by: Vince Bridgers &lt;vbridgers2013@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/altera/Kconfig</description>
        <pubDate>Mon, 17 Mar 2014 22:52:39 +0000</pubDate>
        <dc:creator>Vince Bridgers &lt;vbridgers2013@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
