<?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>addf8977 - ieee802154: Fix build error</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#addf8977</link>
        <description>ieee802154: Fix build errorIf REGMAP_SPI is m and IEEE802154_MCR20A is y,	mcr20a.c:(.text+0x3ed6c5b): undefined reference to `__devm_regmap_init_spi&apos;	ld: mcr20a.c:(.text+0x3ed6cb5): undefined reference to `__devm_regmap_init_spi&apos;Select REGMAP_SPI for IEEE802154_MCR20A to fix it.Fixes: 8c6ad9cc5157 (&quot;ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver&quot;)Signed-off-by: Jinjie Ruan &lt;ruanjinjie@huawei.com&gt;Link: https://lore.kernel.org/20240909131740.1296608-1-ruanjinjie@huawei.comSigned-off-by: Stefan Schmidt &lt;stefan@datenfreihafen.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Mon, 09 Sep 2024 13:17:40 +0000</pubDate>
        <dc:creator>Jinjie Ruan &lt;ruanjinjie@huawei.com&gt;</dc:creator>
    </item>
<item>
        <title>6ec9630b - net: ieee802154: at86rf230: Forward Tx trac errors</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#6ec9630b</link>
        <description>net: ieee802154: at86rf230: Forward Tx trac errorsCommit 493bc90a9683 (&quot;at86rf230: add debugfs support&quot;) brought tracsupport as part of a debugfs feature, in order to add some testingcapabilities involving ack handling.As we want to collect trac errors but do not need the debugfs featureanymore, let&apos;s partially revert this commit, keeping the Tx trachandling part which still makes sense. This allows to always return thetrac error directly to the core with the recently introducedieee802154_xmit_error() helper.Suggested-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Acked-by: Alexander Aring &lt;aahringo@redhat.com&gt;Link: https://lore.kernel.org/r/20220407100903.1695973-8-miquel.raynal@bootlin.comSigned-off-by: Stefan Schmidt &lt;stefan@datenfreihafen.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Thu, 07 Apr 2022 10:09:00 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@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/ieee802154/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/ieee802154/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>5421cf84 - drivers: net: Fix Kconfig indentation, continued</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#5421cf84</link>
        <description>drivers: net: Fix Kconfig indentation, continuedAdjust indentation from spaces to tab (+optional two spaces) as incoding style.  This fixes various indentation mixups (seven spaces,tab+one space, etc).Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Thu, 21 Nov 2019 13:28:28 +0000</pubDate>
        <dc:creator>Krzysztof Kozlowski &lt;krzk@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/ieee802154/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/ieee802154/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>f25da51f - ieee802154: hwsim: add replacement for fakelb</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#f25da51f</link>
        <description>ieee802154: hwsim: add replacement for fakelbThis patch adds a new virtual driver mac802154_hwsim which is based onthe fakelb driver.The fakelb driver will get deprecated and hopefully removed someday.The main reason for doing this step is to rename the driver tomac802154_hwsim to have a similar naming scheme as mac80211_hwsim,which is more popular in the 802.11 wireless word and the idea is thesame behind this driver.The new features of this driver are to have knowledge about connectededges, which can be changed during runtime. This offers a testingenvironment for routing protocols e.g. RPL.The default behaviour is still as fakelb: two radios connected to eachother. New added radios during runtime will not be connected to otherwpan_hwsim instances.The netlink api is not namespace aware on purpose, only the registeredwpan_phy&apos;s can be moved to namespaces. The physical layer according towiresless &quot;air&quot; communication can be handled across namespaces.Furthermore the edges can be weighted with the LQI value according IEEE802.15.4 which offers additional handling to mark bad or good connectionindicators to other connected virtual phys.Signed-off-by: Alexander Aring &lt;aring@mojatatu.com&gt;Signed-off-by: Stefan Schmidt &lt;stefan@datenfreihafen.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Sat, 14 Jul 2018 16:33:05 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;aring@mojatatu.com&gt;</dc:creator>
    </item>
<item>
        <title>8c6ad9cc - ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#8c6ad9cc</link>
        <description>ieee802154: Add NXP MCR20A IEEE 802.15.4 transceiver driverThe MCR20AVHM transceiver (or MCR20A) is a low power,high-performance 2.4 GHz, IEEE 802.15.4 compliant transceiver.This driver implements a subset of ieee802154_ops.It has no support for CSMA due to lack of hardware support.It has currently no support for its proprietary Dual-PAN feature.https://www.nxp.com/docs/en/reference-manual/MCR20RM.pdfSigned-off-by: Xue Liu &lt;liuxuenetmail@gmail.com&gt;Signed-off-by: Stefan Schmidt &lt;stefan@osg.samsung.com&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Tue, 20 Feb 2018 11:55:58 +0000</pubDate>
        <dc:creator>Xue Liu &lt;liuxuenetmail@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>eee6044f - ieee802154: don&apos;t select COMMON_CLK</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#eee6044f</link>
        <description>ieee802154: don&apos;t select COMMON_CLKA device driver must not select the COMMON_CLK subsystem, as that conflictswith platforms that provide a legacy implementation of the clk API:drivers/clk/clk.o: In function `clk_enable&apos;:clk.c:(.text.clk_enable+0x0): multiple definition of `clk_enable&apos;arch/arm/mach-sa1100/clock.o:clock.c:(.text.clk_enable+0x0): first defined heredrivers/clk/clk.o: In function `clk_round_rate&apos;:clk.c:(.text.clk_round_rate+0x0): multiple definition of `clk_round_rate&apos;arch/arm/mach-sa1100/clock.o:clock.c:(.text.clk_round_rate+0x0): first defined heredrivers/clk/clk.o: In function `clk_get_parent&apos;:clk.c:(.text.clk_get_parent+0x0): multiple definition of `clk_get_parent&apos;arch/arm/mach-sa1100/clock.o:clock.c:(.text.clk_get_parent+0x0): first defined heredrivers/clk/clk.o: In function `clk_get_rate&apos;:clk.c:(.text.clk_get_rate+0x0): multiple definition of `clk_get_rate&apos;This changes the &apos;select&apos; into &apos;depends on&apos;, as all other similar drivers do.Fixes: d931acd575d6 (&quot;ieee802154: Add CA8210 IEEE 802.15.4 device driver&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Wed, 19 Apr 2017 17:32:25 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>ded845a7 - ieee802154: Add CA8210 IEEE 802.15.4 device driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#ded845a7</link>
        <description>ieee802154: Add CA8210 IEEE 802.15.4 device driverAdd driver source and config for softMAC implementation of Cascoda&apos;s CA8210IEEE 802.15.4 transceiver device. The driver mimics a common PHY-onlyimplementation despite the CA8210 being a hardMAC device which exposes a SAPinterface to the fully integrated MAC.The chip is a modem-only device with an integrated processor which runs the802.15.4 MAC. The chip communicates via full-duplex SPI with additional pinsfor NIRQ and NRESET. The chip can also output its 16MHz clock to a GPIO with aconfigurable divider.The driver can be configured to implement a debugfs node that provides accessto the SAP-based API to drive mechanisms not currently supported by thestandard kernel interface.Signed-off-by: Harry Morris &lt;h.morris@cascoda.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Tue, 28 Mar 2017 12:08:58 +0000</pubDate>
        <dc:creator>Harry Morris &lt;harrymorris12@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7302b9d9 - ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#7302b9d9</link>
        <description>ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154This driver has been sitting in the linux-zigbee[2] repository for a longtime. We updated it from time to time and made it available via ourgithub kernel repository. The Linux MAC802.15.4 support has improved a lotsince then. Thanks to all! So it&#8217;s finally time to upstream this driver.The ADF7242 requires an add-on firmware for the automatic IEEE 802.15.4operating modes. The firmware file is currently made available on theADF7242 wiki page here [1][1] http://wiki.analog.com/resources/tools-software/linux-drivers/networking-mac802154/adf7242[2] http://sourceforge.net/p/linux-zigbee/kernel/ci/devel/tree/drivers/ieee802154/adf7242.cSigned-off-by: Michael Hennerich &lt;michael.hennerich@analog.com&gt;Reviewed-by: Stefan Schmidt &lt;stefan@osg.samsung.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Fri, 11 Dec 2015 10:17:15 +0000</pubDate>
        <dc:creator>Michael Hennerich &lt;michael.hennerich@analog.com&gt;</dc:creator>
    </item>
<item>
        <title>b0156792 - mrf24j40: add regmap support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#b0156792</link>
        <description>mrf24j40: add regmap supportThis patch introduce regmap support for short and long address space ofmrf24j40. It&apos;s only possible to use regmap_read/write/update_bits forlong address range. This is because I added lowlevel bus operationbecause the write operation need to set the 12th bit to mark a registerwrite, but regmap only supports to set bits for register write access inthe first byte. We use other regmap register functions thanread/write/update_bits, so this should be fine.Reviewed-by: Stefan Schmidt &lt;stefan@osg.samsung.com&gt;Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Mon, 21 Sep 2015 09:24:30 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>493bc90a - at86rf230: add debugfs support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#493bc90a</link>
        <description>at86rf230: add debugfs supportThis patch introduce debugfs support for collect trac status stats. Toclear the stats ifdown the interface of at86rf230 and start theinterface again.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Reviewed-by: Stefan Schmidt &lt;stefan@osg.samsung.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Thu, 27 Aug 2015 19:49:19 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7490b008 - ieee802154: add support for atusb transceiver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#7490b008</link>
        <description>ieee802154: add support for atusb transceiverThis patch adds support for the atusb transceiver.The current driver supports basic functionality only. Possible furthertasks would be to sync functionality with the at86rf230 driver, becausethe atusb use internally an at86rf231 transceiver. Some of thesefeatures need a firmware update like AACK and ARET handling.I did small changes to this driver to work with xmit_async callback andsetting of a random extended perm address.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Cc: Werner Almesberger &lt;werner@almesberger.net&gt;Cc: Stefan Schmidt &lt;s.schmidt@samsung.com&gt;Cc: Richard Sharpe &lt;realrichardsharpe@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Sun, 17 May 2015 19:44:57 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>36426484 - ieee802154: remove fakehard driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#36426484</link>
        <description>ieee802154: remove fakehard driverThis patch removes the not functional fakehard driver. We don&apos;t supportHardMAC 802.15.4 drivers right now.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Sat, 25 Oct 2014 15:16:33 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f76014f7 - at86rf230: add regmap support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#f76014f7</link>
        <description>at86rf230: add regmap supportThis patch adds regmap support for the at86rf230 driver and drop thelowlevel spi access functions and use the regmap access functions.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Wed, 02 Jul 2014 22:20:44 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b5bf6224 - ieee802154: cc2520: add driver to kernel build system</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#b5bf6224</link>
        <description>ieee802154: cc2520: add driver to kernel build systemSigned-off-by: Varka Bhadram &lt;varkab@cdac.in&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Fri, 20 Jun 2014 12:17:16 +0000</pubDate>
        <dc:creator>Varka Bhadram &lt;varkab@cdac.in&gt;</dc:creator>
    </item>
<item>
        <title>48d5dbaf - ieee802154: at86rf230: add support for rf233 chip</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#48d5dbaf</link>
        <description>ieee802154: at86rf230: add support for rf233 chipThe rf233 and rf231 are sufficiently similar that we can treatrf233 like rf231.rf233 is missing some features that rf231 has, but we don&apos;t currentlymake use of them so there&apos;s nothing to handle differently yet.Should we add support in the future for rf231 *_NOCLK or SLEEP states,or PAD_IO drive strength, exceptions will need to be made for rf233.Signed-off-by: Thomas Stilwell &lt;stilwellt@openlabs.co&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Tue, 11 Mar 2014 00:29:25 +0000</pubDate>
        <dc:creator>Thomas Stilwell &lt;stilwellt@openlabs.co&gt;</dc:creator>
    </item>
<item>
        <title>6092c79f - ieee802154: fix whitespace issues in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#6092c79f</link>
        <description>ieee802154: fix whitespace issues in KconfigThis patch fixes some whitespace issues in Kconfig files of IEEE802.15.4 subsytem.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Tue, 04 Mar 2014 18:01:18 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9aa69bc3 - at86rf230: add help and 212 to Kconfig menu entry</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#9aa69bc3</link>
        <description>at86rf230: add help and 212 to Kconfig menu entrySince commit 8fad346f366a72978ea942abd06bd501ebd39c22(ieee802154: add basic support for RF212 to at86rf230 driver)we support at86rf212 as well.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Tue, 04 Mar 2014 18:01:17 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3731a334 - ieee802154: MRF24J40 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ieee802154/Kconfig#3731a334</link>
        <description>ieee802154: MRF24J40 driverDriver for the Microchip MRF24J40 802.15.4 WPAN module.Signed-off-by: Alan Ott &lt;alan@signal11.us&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ieee802154/Kconfig</description>
        <pubDate>Sun, 02 Sep 2012 15:44:13 +0000</pubDate>
        <dc:creator>Alan Ott &lt;alan@signal11.us&gt;</dc:creator>
    </item>
</channel>
</rss>
