<?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>6e65f5f5 - net: dsa: microchip: rename ksz8 series files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#6e65f5f5</link>
        <description>net: dsa: microchip: rename ksz8 series filesThe first KSZ8 series implementation was done for a KSZ8795 device butsince several other KSZ8 devices have been added. Rename these filesto adhere to the ksz8 naming convention as already used in mostfunctions and the existing ksz8.h; add an explanatory note.Signed-off-by: Pieter Van Trappen &lt;pieter.van.trappen@cern.ch&gt;Acked-by: Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Wed, 04 Sep 2024 06:27:40 +0000</pubDate>
        <dc:creator>Pieter Van Trappen &lt;pieter.van.trappen@cern.ch&gt;</dc:creator>
    </item>
<item>
        <title>a16efc61 - net: dsa: microchip: add support for different DCB app configurations</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#a16efc61</link>
        <description>net: dsa: microchip: add support for different DCB app configurationsAdd DCB support to configure app trust sources and default port priority.Following commands can be used for testing:dcb apptrust set dev lan1 order pcp dscpdcb app replace dev lan1 default-prio 3Since it is not possible to configure DSCP-Prio mapping per port, thispatch provide only ability to read switch global dscp-prio mapping andway to enable/disable app trust for DSCP.Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Acked-by: Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Fri, 03 May 2024 13:13:44 +0000</pubDate>
        <dc:creator>Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>562c6548 - net: dsa: microchip: ptp: fix up PTP dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#562c6548</link>
        <description>net: dsa: microchip: ptp: fix up PTP dependencyWhen NET_DSA_MICROCHIP_KSZ_COMMON is built-in but PTP is a loadablemodule, the ksz_ptp support still causes a link failure:ld.lld-16: error: undefined symbol: ptp_clock_index&gt;&gt;&gt; referenced by ksz_ptp.c&gt;&gt;&gt;               drivers/net/dsa/microchip/ksz_ptp.o:(ksz_get_ts_info) in archive vmlinux.aThis can happen if NET_DSA_MICROCHIP_KSZ8863_SMI is enabled, oreven if none of the KSZ9477_I2C/KSZ_SPI/KSZ8863_SMI ones are activebut only the common module is.The most straightforward way to address this is to move thedependency to NET_DSA_MICROCHIP_KSZ_PTP itself, which can nowonly be enabled if both PTP_1588_CLOCK support is reachablefrom NET_DSA_MICROCHIP_KSZ_COMMON. Alternatively, one could makeNET_DSA_MICROCHIP_KSZ_COMMON a hidden Kconfig symbol and extend thePTP_1588_CLOCK_OPTIONAL dependency to NET_DSA_MICROCHIP_KSZ8863_SMI aswell, but that is a little more fragile.Fixes: eac1ea20261e (&quot;net: dsa: microchip: ptp: add the posix clock support&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20230130131808.1084796-1-arnd@kernel.orgSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Mon, 30 Jan 2023 13:17:51 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>eac1ea20 - net: dsa: microchip: ptp: add the posix clock support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#eac1ea20</link>
        <description>net: dsa: microchip: ptp: add the posix clock supportThis patch implement routines (adjfine, adjtime, gettime and settime)for manipulating the chip&apos;s PTP clock. It registers the ptp capsto posix clock register.Signed-off-by: Christian Eggers &lt;ceggers@arri.de&gt;Co-developed-by: Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;Signed-off-by: Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;Reviewed-by: Vladimir Oltean &lt;olteanv@gmail.com&gt; # mostly apiReviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Reviewed-by: Jacob Keller &lt;jacob.e.keller@intel.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Tue, 10 Jan 2023 08:49:18 +0000</pubDate>
        <dc:creator>Christian Eggers &lt;ceggers@arri.de&gt;</dc:creator>
    </item>
<item>
        <title>d2be3204 - net: dsa: modularize DSA_TAG_PROTO_NONE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#d2be3204</link>
        <description>net: dsa: modularize DSA_TAG_PROTO_NONEThere is no reason that I can see why the no-op tagging protocol shouldbe registered manually, so make it a module and make all drivers whichhave any sort of reference to DSA_TAG_PROTO_NONE select it.Note that I don&apos;t know if ksz_get_tag_protocol() really needs this,or if it&apos;s just the logic which is poorly written. All switches seem tohave their own tagging protocol, and DSA_TAG_PROTO_NONE is just afallback that never gets used.Signed-off-by: Vladimir Oltean &lt;vladimir.oltean@nxp.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/microchip/Kconfig</description>
        <pubDate>Mon, 21 Nov 2022 13:55:40 +0000</pubDate>
        <dc:creator>Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>55ab6ffa - net: dsa: microchip: add DSA support for microchip LAN937x</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#55ab6ffa</link>
        <description>net: dsa: microchip: add DSA support for microchip LAN937xBasic DSA driver support for lan937x and the device will beconfigured through SPI interface.It adds the lan937x_dev_ops in ksz_common.c file and tries to reuse thefunctionality of ksz9477 series switch.drivers/net/dsa/microchip/ path is already part of MAINTAINERS &amp;the new files come under this path. Hence no update needed to theMAINTAINERSSigned-off-by: Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Fri, 01 Jul 2022 15:01:46 +0000</pubDate>
        <dc:creator>Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>4658f2fe - net: dsa: microchip: common ksz_spi_probe for ksz switches</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#4658f2fe</link>
        <description>net: dsa: microchip: common ksz_spi_probe for ksz switchesAs of now, there are two spi probes, one ksz8795_spi.c and otherksz9477_spi.c. This patch combines two files into single ksz_spi.c. Thedifference between the two are regmap config and struct ksz8. The regmapconfig is assigned based on the platform data. And struct ksz8 is leftuntouched, as it is used only ksz8795.c. It can be used for allother switches also in future.Signed-off-by: Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Wed, 22 Jun 2022 09:04:25 +0000</pubDate>
        <dc:creator>Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>07bca160 - net: dsa: microchip: common menuconfig for ksz series switch</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#07bca160</link>
        <description>net: dsa: microchip: common menuconfig for ksz series switchThis patch replaces the two different menuconfig for ksz9477 and ksz8795to single ksz_common. so that it can be extended for the other switchlike lan937x. And removes the export_symbols for the extern functions inthe ksz_common.h.Signed-off-by: Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Wed, 22 Jun 2022 09:04:22 +0000</pubDate>
        <dc:creator>Arun Ramadoss &lt;arun.ramadoss@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>60a36476 - net: dsa: microchip: Add Microchip KSZ8863 SMI based driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#60a36476</link>
        <description>net: dsa: microchip: Add Microchip KSZ8863 SMI based driver supportAdd KSZ88X3 driver support. We add support for the KXZ88X3 three portswitches using the Microchip SMI Interface. They are supported using theMDIO-Bitbang Interface.Signed-off-by: Michael Grzeschik &lt;m.grzeschik@pengutronix.de&gt;Signed-off-by: Oleksij Rempel &lt;o.rempel@pengutronix.de&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Tue, 27 Apr 2021 07:09:08 +0000</pubDate>
        <dc:creator>Michael Grzeschik &lt;m.grzeschik@pengutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>f772148e - net: dsa: ksz: Select KSZ protocol tag</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#f772148e</link>
        <description>net: dsa: ksz: Select KSZ protocol tagKSZ protocol tag is needed by the KSZ DSA drivers.Fixes: 0b9f9dfbfab4 (&quot;dsa: Allow tag drivers to be built as modules&quot;)Tested-by: Cristian Birsan &lt;cristian.birsan@microchip.com&gt;Signed-off-by: Codrin Ciubotariu &lt;codrin.ciubotariu@microchip.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&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/microchip/Kconfig</description>
        <pubDate>Tue, 31 Mar 2020 09:36:51 +0000</pubDate>
        <dc:creator>Codrin Ciubotariu &lt;codrin.ciubotariu@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>20e03777 - net: dsa: microchip: add KSZ9477 I2C driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#20e03777</link>
        <description>net: dsa: microchip: add KSZ9477 I2C driverAdd KSZ9477 I2C driver support.  The code ksz9477.c and ksz_common.c areused together to generate the I2C driver.Signed-off-by: Tristram Ha &lt;Tristram.Ha@microchip.com&gt;[george.mccollister@gmail.com: bring up to date, use ksz_common regmap macros]Signed-off-by: George McCollister &lt;george.mccollister@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Tue, 10 Sep 2019 13:18:34 +0000</pubDate>
        <dc:creator>Tristram Ha &lt;Tristram.Ha@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>267df70f - net: dsa: ksz: Drop NET_DSA_TAG_KSZ9477</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#267df70f</link>
        <description>net: dsa: ksz: Drop NET_DSA_TAG_KSZ9477This Kconfig option is unused, drop it.Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Andrew Lunn &lt;andrew@lunn.ch&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Cc: Tristram Ha &lt;Tristram.Ha@microchip.com&gt;Cc: Vivien Didelot &lt;vivien.didelot@gmail.com&gt;Cc: Woojung Huh &lt;woojung.huh@microchip.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Tue, 06 Aug 2019 13:06:09 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>e66f840c - net: dsa: ksz: Add Microchip KSZ8795 DSA driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#e66f840c</link>
        <description>net: dsa: ksz: Add Microchip KSZ8795 DSA driverAdd Microchip KSZ8795 DSA driver.Signed-off-by: Tristram Ha &lt;Tristram.Ha@microchip.com&gt;Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Andrew Lunn &lt;andrew@lunn.ch&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Cc: Tristram Ha &lt;Tristram.Ha@microchip.com&gt;Cc: Vivien Didelot &lt;vivien.didelot@gmail.com&gt;Cc: Woojung Huh &lt;woojung.huh@microchip.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Mon, 29 Jul 2019 17:49:47 +0000</pubDate>
        <dc:creator>Tristram Ha &lt;Tristram.Ha@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>46558d60 - net: dsa: microchip: Initial SPI regmap support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#46558d60</link>
        <description>net: dsa: microchip: Initial SPI regmap supportAdd basic SPI regmap support into the driver.Previous patches unconver that ksz_spi_write() is always ever calledwith len = 1, 2 or 4. We can thus drop the if (len &gt; SPI_TX_BUF_LEN)check and we can also drop the allocation of the txbuf which is partof the driver data and wastes 256 bytes for no reason. Regmap coversthe whole thing now.Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Andrew Lunn &lt;andrew@lunn.ch&gt;Cc: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Cc: Tristram Ha &lt;Tristram.Ha@microchip.com&gt;Cc: Woojung Huh &lt;Woojung.Huh@microchip.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Tue, 25 Jun 2019 23:43:45 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marex@denx.de&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/dsa/microchip/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/dsa/microchip/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>39d6b96f - net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#39d6b96f</link>
        <description>net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477Rename the tag Kconfig option and related macros in preparation foraddition of new KSZ family switches with different tag formats.Signed-off-by: Tristram Ha &lt;Tristram.Ha@microchip.com&gt;Signed-off-by: Marek Vasut &lt;marex@denx.de&gt;Cc: Vivien Didelot &lt;vivien.didelot@savoirfairelinux.com&gt;Cc: Woojung Huh &lt;woojung.huh@microchip.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&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/microchip/Kconfig</description>
        <pubDate>Sat, 15 Dec 2018 00:58:04 +0000</pubDate>
        <dc:creator>Tristram Ha &lt;Tristram.Ha@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>c2e86691 - net: dsa: microchip: break KSZ9477 DSA driver into two files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#c2e86691</link>
        <description>net: dsa: microchip: break KSZ9477 DSA driver into two filesBreak KSZ9477 DSA driver into two files in preparation to add more KSZswitch drivers.Add common functions in ksz_common.h so that other KSZ switch driverscan access code in ksz_common.c.Add ksz_spi.h for common functions used by KSZ switch SPI drivers.Signed-off-by: Tristram Ha &lt;Tristram.Ha@microchip.com&gt;Reviewed-by: Woojung Huh &lt;Woojung.Huh@microchip.com&gt;Reviewed-by: Pavel Machek &lt;pavel@ucw.cz&gt;Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Tue, 20 Nov 2018 23:55:09 +0000</pubDate>
        <dc:creator>Tristram Ha &lt;Tristram.Ha@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>74a7194f - net: dsa: microchip: rename ksz_spi.c to ksz9477_spi.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#74a7194f</link>
        <description>net: dsa: microchip: rename ksz_spi.c to ksz9477_spi.cRename ksz_spi.c to ksz9477_spi.c and update Kconfig in preparation to addmore KSZ switch drivers.Signed-off-by: Tristram Ha &lt;Tristram.Ha@microchip.com&gt;Reviewed-by: Woojung Huh &lt;Woojung.Huh@microchip.com&gt;Reviewed-by: Pavel Machek &lt;pavel@ucw.cz&gt;Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Tue, 20 Nov 2018 23:55:08 +0000</pubDate>
        <dc:creator>Tristram Ha &lt;Tristram.Ha@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>b987e98e - dsa: add DSA switch driver for Microchip KSZ9477</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/dsa/microchip/Kconfig#b987e98e</link>
        <description>dsa: add DSA switch driver for Microchip KSZ9477The KSZ9477 is a fully integrated layer 2, managed, 7 ports GigE switchwith numerous advanced features. 5 ports incorporate 10/100/1000 Mbps PHYs.The other 2 ports have interfaces that can be configured as SGMII, RGMII, MIIor RMII. Either of these may connect directly to a host processor orto an external PHY. The SGMII port may interface to a fiber optic transceiver.This driver currently supports vlan, fdb, mdb &amp; mirror dsa switch operations.Reviewed-by: Florian Fainelli &lt;f.fainelli@gmail.com&gt;Signed-off-by: Woojung Huh &lt;Woojung.Huh@microchip.com&gt;Reviewed-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/dsa/microchip/Kconfig</description>
        <pubDate>Wed, 31 May 2017 20:19:19 +0000</pubDate>
        <dc:creator>Woojung Huh &lt;Woojung.Huh@microchip.com&gt;</dc:creator>
    </item>
</channel>
</rss>
