<?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>6c13d75b - net: dsa: hellcreek: Add missing TAPRIO dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/hirschmann/Kconfig#6c13d75b</link>
        <description>net: dsa: hellcreek: Add missing TAPRIO dependencyAdd missing dependency to TAPRIO to avoid build failures such as:|ERROR: modpost: &quot;taprio_offload_get&quot; [drivers/net/dsa/hirschmann/hellcreek_sw.ko] undefined!|ERROR: modpost: &quot;taprio_offload_free&quot; [drivers/net/dsa/hirschmann/hellcreek_sw.ko] undefined!Fixes: 24dfc6eb39b2 (&quot;net: dsa: hellcreek: Add TAPRIO offloading support&quot;)Reported-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Kurt Kanzenbach &lt;kurt@linutronix.de&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Randy Dunlap &lt;rdunlap@infradead.org&gt; # build-testedLink: https://lore.kernel.org/r/20210128163338.22665-1-kurt@linutronix.deSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/hirschmann/Kconfig</description>
        <pubDate>Thu, 28 Jan 2021 16:33:38 +0000</pubDate>
        <dc:creator>Kurt Kanzenbach &lt;kurt@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>7f847db3 - net: dsa: fix led_classdev build errors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/hirschmann/Kconfig#7f847db3</link>
        <description>net: dsa: fix led_classdev build errorsFix build errors when LEDS_CLASS=m and NET_DSA_HIRSCHMANN_HELLCREEK=y.This limits the latter to =m when LEDS_CLASS=m.microblaze-linux-ld: drivers/net/dsa/hirschmann/hellcreek_ptp.o: in function `hellcreek_ptp_setup&apos;:(.text+0xf80): undefined reference to `led_classdev_register_ext&apos;microblaze-linux-ld: (.text+0xf94): undefined reference to `led_classdev_register_ext&apos;microblaze-linux-ld: drivers/net/dsa/hirschmann/hellcreek_ptp.o: in function `hellcreek_ptp_free&apos;:(.text+0x1018): undefined reference to `led_classdev_unregister&apos;microblaze-linux-ld: (.text+0x1024): undefined reference to `led_classdev_unregister&apos;Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Link: lore.kernel.org/r/202101060655.iUvMJqS2-lkp@intel.comCc: Kurt Kanzenbach &lt;kurt@linutronix.de&gt;Link: https://lore.kernel.org/r/20210106021815.31796-1-rdunlap@infradead.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/hirschmann/Kconfig</description>
        <pubDate>Wed, 06 Jan 2021 02:18:15 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>ddd56dfe - net: dsa: hellcreek: Add PTP clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/hirschmann/Kconfig#ddd56dfe</link>
        <description>net: dsa: hellcreek: Add PTP clock supportThe switch has internal PTP hardware clocks. Add support for it. There are threeclocks: * Synchronized * Syntonized * Free runningCurrently the synchronized clock is exported to user space which is a gooddefault for the beginning. The free running clock might be exported latere.g. for implementing 802.1AS-2011/2020 Time Aware Bridges (TAB). The switchalso supports cross time stamping for that purpose.The implementation adds support setting/getting the time as well as offset andfrequency adjustments. However, the clock only holds a partial timeofdaytimestamp. This is why we track the seconds completely in software (see overflowwork and last_ts).Furthermore, add the PTP multicast addresses into the FDB to forward thatpackages only to the CPU port where they are processed by a PTP program.Signed-off-by: Kamil Alkhouri &lt;kamil.alkhouri@hs-offenburg.de&gt;Signed-off-by: Kurt Kanzenbach &lt;kurt@linutronix.de&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/hirschmann/Kconfig</description>
        <pubDate>Tue, 03 Nov 2020 07:10:57 +0000</pubDate>
        <dc:creator>Kamil Alkhouri &lt;kamil.alkhouri@hs-offenburg.de&gt;</dc:creator>
    </item>
<item>
        <title>e4b27ebc - net: dsa: Add DSA driver for Hirschmann Hellcreek switches</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/hirschmann/Kconfig#e4b27ebc</link>
        <description>net: dsa: Add DSA driver for Hirschmann Hellcreek switchesAdd a basic DSA driver for Hirschmann Hellcreek switches. Those switches areimplementing features needed for Time Sensitive Networking (TSN) such as supportfor the Time Precision Protocol and various shapers like the Time Aware Shaper.This driver includes basic support for networking: * VLAN handling * FDB handling * Port statistics * STP * PhylinkSigned-off-by: Kurt Kanzenbach &lt;kurt@linutronix.de&gt;Reviewed-by: Vladimir Oltean &lt;olteanv@gmail.com&gt;Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/hirschmann/Kconfig</description>
        <pubDate>Tue, 03 Nov 2020 07:10:56 +0000</pubDate>
        <dc:creator>Kurt Kanzenbach &lt;kurt@linutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
