<?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>d32c4e58 - spi: SPI_QPIC_SNAND should be tristate and depend on MTD</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#d32c4e58</link>
        <description>spi: SPI_QPIC_SNAND should be tristate and depend on MTDSPI_QPIC_SNAND is the only driver that selects MTD instead of dependingon it, which could lead to circular dependencies.  Moreover, asSPI_QPIC_SNAND is bool, this forces MTD (and various related symbols) tobe built-in, as can be seen in an allmodconfig kernel.Except for a missing semicolon, there is no reason why SPI_QPIC_SNANDcannot be tristate; all MODULE_*() boilerplate is already present.Hence make SPI_QPIC_SNAND tristate, let it depend on MTD, and add themissing semicolon.Fixes: 7304d1909080ef0c (&quot;spi: spi-qpic: add driver for QCOM SPI NAND flash Interface&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://patch.msgid.link/b63db431cbf35223a4400e44c296293d32c4543c.1742998909.git.geert+renesas@glider.beSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Wed, 26 Mar 2025 14:22:19 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>de16c322 - spi: sophgo: add SG2044 SPI NOR controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#de16c322</link>
        <description>spi: sophgo: add SG2044 SPI NOR controller driverAdd support for SG2044 SPI NOR controller in Sophgo SoC.Signed-off-by: Longbin Li &lt;looong.bin@gmail.com&gt;Link: https://patch.msgid.link/20250304083548.10101-3-looong.bin@gmail.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Tue, 04 Mar 2025 08:35:43 +0000</pubDate>
        <dc:creator>Longbin Li &lt;looong.bin@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7304d190 - spi: spi-qpic: add driver for QCOM SPI NAND flash Interface</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#7304d190</link>
        <description>spi: spi-qpic: add driver for QCOM SPI NAND flash InterfaceThis driver implements support for the SPI-NAND mode of QCOM NAND FlashInterface as a SPI-MEM controller with pipelined ECC capability.Co-developed-by: Sricharan Ramabadhran &lt;quic_srichara@quicinc.com&gt;Signed-off-by: Sricharan Ramabadhran &lt;quic_srichara@quicinc.com&gt;Co-developed-by: Varadarajan Narayanan &lt;quic_varada@quicinc.com&gt;Signed-off-by: Varadarajan Narayanan &lt;quic_varada@quicinc.com&gt;Signed-off-by: Md Sadre Alam &lt;quic_mdalam@quicinc.com&gt;Link: https://patch.msgid.link/20250224111414.2809669-3-quic_mdalam@quicinc.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Mon, 24 Feb 2025 11:14:14 +0000</pubDate>
        <dc:creator>Md Sadre Alam &lt;quic_mdalam@quicinc.com&gt;</dc:creator>
    </item>
<item>
        <title>79b8a705 - spi: stm32: Add OSPI driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#79b8a705</link>
        <description>spi: stm32: Add OSPI driverAdd STM32 OSPI driver, it supports :  - support sNOR / sNAND devices.  - Three functional modes: indirect, automatic-status polling,    memory-mapped.  - Single-, dual-, quad-, and octal-SPI communication.  - Dual-quad communication.  - Single data rate (SDR).  - DMA channel for indirect mode.Signed-off-by: Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;Link: https://patch.msgid.link/20250219080059.367045-3-patrice.chotard@foss.st.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Wed, 19 Feb 2025 08:00:53 +0000</pubDate>
        <dc:creator>Patrice Chotard &lt;patrice.chotard@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>5a19e198 - spi: axi-spi-engine: implement offload support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#5a19e198</link>
        <description>spi: axi-spi-engine: implement offload supportImplement SPI offload support for the AXI SPI Engine. Currently, thehardware only supports triggering offload transfers with a hardwaretrigger so attempting to use an offload message in the regular SPImessage queue will fail. Also, only allows streaming rx data to anexternal sink, so attempts to use a rx_buf in the offload message willfail.Reviewed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Reviewed-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Signed-off-by: David Lechner &lt;dlechner@baylibre.com&gt;Link: https://patch.msgid.link/20250207-dlech-mainline-spi-engine-offload-2-v8-7-e48a489be48c@baylibre.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Fri, 07 Feb 2025 20:09:04 +0000</pubDate>
        <dc:creator>David Lechner &lt;dlechner@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>ebb398ae - spi: offload-trigger: add PWM trigger driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#ebb398ae</link>
        <description>spi: offload-trigger: add PWM trigger driverAdd a new driver for a generic PWM trigger for SPI offloads.Reviewed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Reviewed-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Signed-off-by: David Lechner &lt;dlechner@baylibre.com&gt;Link: https://patch.msgid.link/20250207-dlech-mainline-spi-engine-offload-2-v8-4-e48a489be48c@baylibre.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Fri, 07 Feb 2025 20:09:01 +0000</pubDate>
        <dc:creator>David Lechner &lt;dlechner@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>8e02d188 - spi: add basic support for SPI offloading</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#8e02d188</link>
        <description>spi: add basic support for SPI offloadingAdd the basic infrastructure to support SPI offload providers andconsumers.SPI offloading is a feature that allows the SPI controller to performtransfers without any CPU intervention. This is useful, e.g. forhigh-speed data acquisition.SPI controllers with offload support need to implement the get_offloadand put_offload callbacks and can use the devm_spi_offload_alloc() toallocate offload instances.SPI peripheral drivers will call devm_spi_offload_get() to get areference to the matching offload instance. This offload instance canthen be attached to a SPI message to request offloading that message.It is expected that SPI controllers with offload support will check forthe offload instance in the SPI message in the ctlr-&gt;optimize_message()callback and handle it accordingly.CONFIG_SPI_OFFLOAD is intended to be a select-only option. Bothconsumer and provider drivers should `select SPI_OFFLOAD` in theirKconfig to ensure that the SPI core is built with offload support.Reviewed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;Reviewed-by: Nuno Sa &lt;nuno.sa@analog.com&gt;Signed-off-by: David Lechner &lt;dlechner@baylibre.com&gt;Link: https://patch.msgid.link/20250207-dlech-mainline-spi-engine-offload-2-v8-1-e48a489be48c@baylibre.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Fri, 07 Feb 2025 20:08:58 +0000</pubDate>
        <dc:creator>David Lechner &lt;dlechner@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>1a90aae3 - spi: spi-kspi2: Add KEBA SPI controller support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#1a90aae3</link>
        <description>spi: spi-kspi2: Add KEBA SPI controller supportThe KEBA SPI controller is found in the system FPGA of KEBA PLC devices.It is used to connect the SPI flash chip of the FPGA and some SPIdevices.It is a simple SPI controller with configurable speed. The hardwaresupports only single byte transfers. There are no FIFOs or interrupts.Signed-off-by: Gerhard Engleder &lt;eg@keba.com&gt;Link: https://patch.msgid.link/20241202194003.57679-1-gerhard@engleder-embedded.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Mon, 02 Dec 2024 19:40:03 +0000</pubDate>
        <dc:creator>Gerhard Engleder &lt;eg@keba.com&gt;</dc:creator>
    </item>
<item>
        <title>c36212b2 - spi: apple: Add driver for Apple SPI controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#c36212b2</link>
        <description>spi: apple: Add driver for Apple SPI controllerThis SPI controller is present in Apple SoCs such as the M1 (t8103) andM1 Pro/Max (t600x). It is a relatively straightforward design with two16-entry FIFOs, arbitrary transfer sizes (up to 2**32 - 1) and fullyconfigurable word size up to 32 bits. It supports one hardware CS linewhich can also be driven via the pinctrl/GPIO driver instead, ifdesired. TX and RX can be independently enabled.There are a surprising number of knobs for tweaking details of thetransfer, most of which we do not use right now. Hardware CS controlis available, but we haven&apos;t found a way to make it stay low acrossmultiple logical transfers, so we just use software CS control for now.There is also a shared DMA offload coprocessor that can be used to handlelarger transfers without requiring an IRQ every 8-16 words, but thatfeature depends on a bunch of scaffolding that isn&apos;t ready to beupstreamed yet, so leave it for later.The hardware shares some register bit definitions with spi-s3c24xx whichsuggests it has a shared legacy with Samsung SoCs, but it is toodifferent to warrant sharing a driver.Signed-off-by: Hector Martin &lt;marcan@marcan.st&gt;Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;Link: https://patch.msgid.link/20241106-asahi-spi-v5-2-e81a4f3a8e19@jannau.netSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Wed, 06 Nov 2024 07:54:01 +0000</pubDate>
        <dc:creator>Hector Martin &lt;marcan@marcan.st&gt;</dc:creator>
    </item>
<item>
        <title>42d20a6a - spi: spi-mem: Add Realtek SPI-NAND controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#42d20a6a</link>
        <description>spi: spi-mem: Add Realtek SPI-NAND controllerAdd a driver for the SPI-NAND controller on the RTL9300 family ofdevices.The controller supports* Serial/Dual/Quad data with* PIO and DMA data read/write operation* Configurable flash access timingThere is a separate ECC controller on the RTL9300 which isn&apos;t currentlysupported (instead we rely on the on-die ECC supported by most SPI-NANDchips).Signed-off-by: Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;Link: https://patch.msgid.link/20241015225434.3970360-4-chris.packham@alliedtelesis.co.nzSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Tue, 15 Oct 2024 22:54:34 +0000</pubDate>
        <dc:creator>Chris Packham &lt;chris.packham@alliedtelesis.co.nz&gt;</dc:creator>
    </item>
<item>
        <title>d58ecc54 - spi: cadence: Add 64BIT Kconfig dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#d58ecc54</link>
        <description>spi: cadence: Add 64BIT Kconfig dependencyxSPI block requires 64 bit operation for proper Marvell SDMA handling.Disallow bulding on targets without 64 bit support.Signed-off-by: Witold Sadowski &lt;wsadowski@marvell.com&gt;Link: https://patch.msgid.link/20240730131627.1874257-1-wsadowski@marvell.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Tue, 30 Jul 2024 13:16:26 +0000</pubDate>
        <dc:creator>Witold Sadowski &lt;wsadowski@marvell.com&gt;</dc:creator>
    </item>
<item>
        <title>8846739f - spi: add ch341a usb2spi driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#8846739f</link>
        <description>spi: add ch341a usb2spi driverAdd a driver for the QiHeng Electronics ch341a USB-to-SPI adapter.This driver is loosely based on the ch341a module from the flashrom project.Signed-off-by: Johannes Thumshirn &lt;jth@kernel.org&gt;Link: https://patch.msgid.link/20240708-spi-ch341a-v3-1-cf7f9b2c1e31@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Mon, 08 Jul 2024 15:49:28 +0000</pubDate>
        <dc:creator>Johannes Thumshirn &lt;jth@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2d069c11 - spi: pxa2xx: Remove outdated documentation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#2d069c11</link>
        <description>spi: pxa2xx: Remove outdated documentationThe documentation is referring to the legacy enumeration of the SPIhost controllers and target devices. It has nothing to do with themodern way, which is the only supported in kernel right now. Hence,remove outdated documentation file.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20240417110334.2671228-5-andriy.shevchenko@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Wed, 17 Apr 2024 10:54:31 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8ee46db1 - spi: bitbang: Add missing MODULE_DESCRIPTION()</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#8ee46db1</link>
        <description>spi: bitbang: Add missing MODULE_DESCRIPTION()The modpost script is not happy  WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/spi/spi-bitbang.obecause there is a missing module description.Add it to the module.While at it, update the terminology in Kconfig section to be in alignwith added description along with the code comments.Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://lore.kernel.org/r/20240502171518.2792895-1-andriy.shevchenko@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Thu, 02 May 2024 17:15:18 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a403997c - spi: airoha: add SPI-NAND Flash controller driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#a403997c</link>
        <description>spi: airoha: add SPI-NAND Flash controller driverIntroduce support for SPI-NAND driver of the Airoha NAND Flash Interfacefound on Airoha ARM SoCs.Tested-by: Rajeev Kumar &lt;Rajeev.Kumar@airoha.com&gt;Signed-off-by: Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;Reviewed-by: Andy Shevchenko &lt;andy@kernel.org&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://lore.kernel.org/r/6c9db20505b01a66807995374f2af475a23ce5b2.1714377864.git.lorenzo@kernel.orgSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Mon, 29 Apr 2024 08:13:10 +0000</pubDate>
        <dc:creator>Lorenzo Bianconi &lt;lorenzo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>439fbc97 - spi: cs42l43: Add bridged cs35l56 amplifiers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#439fbc97</link>
        <description>spi: cs42l43: Add bridged cs35l56 amplifiersOn some cs42l43 systems a couple of cs35l56 amplifiers are attachedto the cs42l43&apos;s SPI and I2S. On Windows the cs42l43 is controlledby a SDCA class driver and these two amplifiers are controlled byfirmware running on the cs42l43. However, under Linux the decisionwas made to interact with the cs42l43 directly, affording the usergreater control over the audio system. However, this has resultedin an issue where these two bridged cs35l56 amplifiers are notpopulated in ACPI and must be added manually.Check for the presence of the &quot;01fa-cirrus-sidecar-instances&quot; propertyin the SDCA extension unit&apos;s ACPI properties to confirm the presenceof these two amplifiers and if they exist add them manually onto theSPI bus.Reviewed-by: Andy Shevchenko &lt;andy@kernel.org&gt;Signed-off-by: Maciej Strozek &lt;mstrozek@opensource.cirrus.com&gt;Signed-off-by: Charles Keepax &lt;ckeepax@opensource.cirrus.com&gt;Link: https://lore.kernel.org/r/20240416100904.3738093-5-ckeepax@opensource.cirrus.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Tue, 16 Apr 2024 10:09:04 +0000</pubDate>
        <dc:creator>Maciej Strozek &lt;mstrozek@opensource.cirrus.com&gt;</dc:creator>
    </item>
<item>
        <title>708eafeb - spi: cadence-qspi: allow building for MIPS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#708eafeb</link>
        <description>spi: cadence-qspi: allow building for MIPSThe Cadence QSPI Controller driver is used on Mobileye EyeQ5 platform.Allow building on MIPS.Signed-off-by: Th&#233;o Lebrun &lt;theo.lebrun@bootlin.com&gt;Link: https://msgid.link/r/20240405-cdns-qspi-mbly-v2-3-956679866d6d@bootlin.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Fri, 05 Apr 2024 15:02:13 +0000</pubDate>
        <dc:creator>Th&#233;o Lebrun &lt;theo.lebrun@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>3af201a4 - spi: pxa2xx: Narrow the Kconfig option visibility</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#3af201a4</link>
        <description>spi: pxa2xx: Narrow the Kconfig option visibilityThe PCI || ACPI dependency is the historical part of the x86 support.Narrow the Kconfig option visibility by limiting this dependency to x86.The drop of x86 for PCI case had happened in the commit 2b49ebda39d6(&quot;spi/pxa2xx: allow building on a 64-bit kernel&quot;), while the ACPIwas specifically added for Intel Lynx Point in the commit a3496855d9f1(&quot;spi/pxa2xx: add support for Lynxpoint SPI controllers&quot;).Note that X86 covers both 32- and 64-bit variants.Suggested-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://msgid.link/r/20240327193138.2385910-2-andriy.shevchenko@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Wed, 27 Mar 2024 19:29:20 +0000</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8613dda6 - spi: Kconfig: cap[c]ability</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#8613dda6</link>
        <description>spi: Kconfig: cap[c]abilitySigned-off-by: Ahelenia Ziemia&#324;ska &lt;nabijaczleweli@nabijaczleweli.xyz&gt;Link: https://msgid.link/r/lq6gstev3sd7i4iw2btiq3gg7lhsraj5w74fkbp6lpbl6nkyff@tarta.nabijaczleweli.xyzSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Sun, 28 Jan 2024 05:53:19 +0000</pubDate>
        <dc:creator>Ahelenia Ziemia&#324;ska &lt;nabijaczleweli@nabijaczleweli.xyz&gt;</dc:creator>
    </item>
<item>
        <title>424a8166 - spi: spi-zynqmp-gqspi: fix driver kconfig dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/spi/Kconfig#424a8166</link>
        <description>spi: spi-zynqmp-gqspi: fix driver kconfig dependenciesZynqMP GQSPI driver no longer uses spi-master framework. It had beenconverted to use spi-mem framework. So remove driver dependency fromspi-master and replace it with spi-mem.Fixes: 1c26372e5aa9 (&quot;spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework&quot;)Signed-off-by: Amit Kumar Mahapatra &lt;amit.kumar-mahapatra@amd.com&gt;Signed-off-by: Radhey Shyam Pandey &lt;radhey.shyam.pandey@amd.com&gt;Link: https://lore.kernel.org/r/1699282435-884917-1-git-send-email-radhey.shyam.pandey@amd.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/spi/Kconfig</description>
        <pubDate>Mon, 06 Nov 2023 14:53:55 +0000</pubDate>
        <dc:creator>Amit Kumar Mahapatra &lt;amit.kumar-mahapatra@amd.com&gt;</dc:creator>
    </item>
</channel>
</rss>
