<?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>37a826d8 - net: dsa: qca8k: add CONFIG_LEDS_TRIGGERS dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/qca/Kconfig#37a826d8</link>
        <description>net: dsa: qca8k: add CONFIG_LEDS_TRIGGERS dependencyWithout LED triggers, the driver now fails to build:drivers/net/dsa/qca/qca8k-leds.c: In function &apos;qca8k_parse_port_leds&apos;:drivers/net/dsa/qca/qca8k-leds.c:403:31: error: &apos;struct led_classdev&apos; has no member named &apos;hw_control_is_supported&apos;  403 |                 port_led-&gt;cdev.hw_control_is_supported = qca8k_cled_hw_control_is_supported;      |                               ^There is a mix of &apos;depends on&apos; and &apos;select&apos; for LEDS_TRIGGERS, so it&apos;snot clear what we should use here, but in general using &apos;depends on&apos;causes fewer problems, so use that.Fixes: e0256648c831a (&quot;net: dsa: qca8k: implement hw_control ops&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/qca/Kconfig</description>
        <pubDate>Thu, 01 Jun 2023 21:31:04 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>33c1af8e - net: dsa: qca8k: fix LEDS_CLASS dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/qca/Kconfig#33c1af8e</link>
        <description>net: dsa: qca8k: fix LEDS_CLASS dependencyWith LEDS_CLASS=m, a built-in qca8k driver fails to link:arm-linux-gnueabi-ld: drivers/net/dsa/qca/qca8k-leds.o: in function `qca8k_setup_led_ctrl&apos;:qca8k-leds.c:(.text+0x1ea): undefined reference to `devm_led_classdev_register_ext&apos;Change the dependency to avoid the broken configuration.Fixes: 1e264f9d2918 (&quot;net: dsa: qca8k: add LEDs basic support&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://lore.kernel.org/r/20230420213639.2243388-1-arnd@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/qca/Kconfig</description>
        <pubDate>Thu, 20 Apr 2023 21:36:31 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>1e264f9d - net: dsa: qca8k: add LEDs basic support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/qca/Kconfig#1e264f9d</link>
        <description>net: dsa: qca8k: add LEDs basic supportAdd LEDs basic support for qca8k Switch Family by adding basicbrightness_set() support.Since these LEDs refelect port status, the default label is set to&quot;:port&quot;. DT binding should describe the color and function of theLEDs using standard LEDs api.Each LED always have the device name as prefix. The device name iscomposed from the mii bus id and the PHY addr resulting in examplenames like:- qca8k-0.0:00:amber:lan- qca8k-0.0:00:white:lan- qca8k-0.0:01:amber:lan- qca8k-0.0:01:white:lanThese LEDs supports only blocking variant of the brightness_set()function since they can sleep during access of the switch leds to setthe brightness.While at it add to the qca8k header file each mode defined by the SwitchDocumentation for future use.Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/qca/Kconfig</description>
        <pubDate>Mon, 17 Apr 2023 15:17:24 +0000</pubDate>
        <dc:creator>Christian Marangi &lt;ansuelsmth@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4bbaf764 - net: dsa: qca8k: move driver to qca dir</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/qca/Kconfig#4bbaf764</link>
        <description>net: dsa: qca8k: move driver to qca dirMove qca8k driver to qca dir in preparation for code split andintroduction of ipq4019 switch based on qca8k.Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/qca/Kconfig</description>
        <pubDate>Wed, 13 Jul 2022 20:53:50 +0000</pubDate>
        <dc:creator>Christian Marangi &lt;ansuelsmth@gmail.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/dsa/qca/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/dsa/qca/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>ec6698c2 - net: dsa: add support for Atheros AR9331 built-in switch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/qca/Kconfig#ec6698c2</link>
        <description>net: dsa: add support for Atheros AR9331 built-in switchProvide basic support for Atheros AR9331 built-in switch. So far itworks as port multiplexer without any hardware offloading support.Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Reviewed-by: Vivien Didelot &lt;vivien.didelot@gmail.com&gt;Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/qca/Kconfig</description>
        <pubDate>Wed, 18 Dec 2019 08:02:15 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
