<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e86dda7bde8801d32ffe7d1570fe173cab14d1ba - Merge tag &apos;spi-v6.20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#e86dda7bde8801d32ffe7d1570fe173cab14d1ba</link>
        <description>Merge tag &apos;spi-v6.20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiPull spi updates from Mark Brown: &quot;The highlight here is that David Lechner has added support for  multi-lane SPI devices. Unlike the existing dual/quad SPI support this  is for devices (typically ADCs/DACs) which support multiple  independent data streams over multiple data lanes, instead of sending  one data stream N times as fast they simultaneously transfer N  different data streams.  This is very similar to the case where multiple devices are grouped  together but in this case it&apos;s a single device in a way that&apos;s visible  to software.  Otherwise there&apos;s been quite a bit of work on existing drivers, both  cleanup and feature improvement, and a reasonable collection of new  drivers.   - Support for multi-lane SPI devices   - Preparatory work for some memory mapped flash improvements that     will happen in the MTD subsystem   - Several conversions to fwnode APIs   - A bunch of cleanup and hardening work on the ST drivers   - Support for DMA mode on Renesas RZV2H and i.MX target mode   - Support for ATCSPI200, AXIADO AX300, NXP XPI and Renesas RZ/N1&quot;* tag &apos;spi-v6.20&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: (108 commits)  spi: tools: Add include folder to .gitignore  spi: cadence-qspi: Add support for the Renesas RZ/N1 controller  spi: cadence-qspi: Kill cqspi_jh7110_clk_init  spi: dt-bindings: cdns,qspi-nor: Add Renesas RZ/N1D400 to the list  spi: geni-qcom: Add target abort support  spi: geni-qcom: Drop unused msg parameter from timeout handlers  spi: geni-qcom: Fix abort sequence execution for serial engine errors  spi: geni-qcom: Improve target mode allocation by using proper allocation functions  spi: xilinx: use device property accessors.  dt-bindings: spi: Add binding for Faraday FTSSP010  spi: axi-spi-engine: support SPI_MULTI_LANE_MODE_STRIPE  spi: dt-bindings: adi,axi-spi-engine: add multi-lane support  spi: Documentation: add page on multi-lane support  spi: add multi_lane_mode field to struct spi_transfer  spi: support controllers with multiple data lanes  spi: dt-bindings: add spi-{tx,rx}-lane-map properties  spi: dt-bindings: change spi-{rx,tx}-bus-width to arrays  spi: dw: Remove not-going-to-be-supported code for Baikal SoC  spi: cadence-qspi: Use a default value for cdns,fifo-width  spi: cadence-qspi: Make sure write protection is disabled  ...

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Wed, 11 Feb 2026 18:43:43 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>da0a672268b34279aa999664860e6becc38f3f51 - spi: dw: Remove not-going-to-be-supported code for Baikal SoC</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#da0a672268b34279aa999664860e6becc38f3f51</link>
        <description>spi: dw: Remove not-going-to-be-supported code for Baikal SoCAs noticed in the discussion [1] the Baikal SoC and platformsare not going to be finalized, hence remove stale code.Link: https://lore.kernel.org/lkml/22b92ddf-6321-41b5-8073-f9c7064d3432@infradead.org/ [1]Signed-off-by: Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;Link: https://patch.msgid.link/20260127210541.4068379-1-andriy.shevchenko@linux.intel.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Tue, 27 Jan 2026 22:05:41 +0100</pubDate>
        <dc:creator>Andy Shevchenko &lt;andriy.shevchenko@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>26cbb4dd58ae1ca83319e73e9397b06a8ca961c6 - Axiado AX3000 SoC SPI DB controller driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#26cbb4dd58ae1ca83319e73e9397b06a8ca961c6</link>
        <description>Axiado AX3000 SoC SPI DB controller driverMerge series from Vladimir Moravcevic &lt;vmoravcevic@axiado.com&gt;:This series introduces new SPI controller driver for Axiado AX3000 SoCand its evaluation board.The SPI controller provides:- Full-duplex and half-duplex transfer support- Configurable clock polarity and phase- Interrupt-drivenFunctionality has been verified using the `jedec,spi-nor` interface toaccess onboard flash memory. This ensures compatibility with common NORflash devices used in boot and storage subsystem.Further improvements, including performance tuning and extended hardwarefeature support, will be submitted in follow-up patches.

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Tue, 13 Jan 2026 15:02:17 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e75a6b00ad7962a7ed1c9c777e9ab1eb29043ec8 - spi: axiado: Add driver for Axiado SPI DB controller</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#e75a6b00ad7962a7ed1c9c777e9ab1eb29043ec8</link>
        <description>spi: axiado: Add driver for Axiado SPI DB controllerThe Axiado SPI controller is present in AX3000 SoC and Evaluation Board.This controller is operating in Host only mode.Co-developed-by: Prasad Bolisetty &lt;pbolisetty@axiado.com&gt;Signed-off-by: Prasad Bolisetty &lt;pbolisetty@axiado.com&gt;Signed-off-by: Vladimir Moravcevic &lt;vmoravcevic@axiado.com&gt;Link: https://patch.msgid.link/20260107-axiado-ax3000-soc-spi-db-controller-driver-v3-2-726e70cf19ad@axiado.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Thu, 08 Jan 2026 08:44:38 +0100</pubDate>
        <dc:creator>Vladimir Moravcevic &lt;vmoravcevic@axiado.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>65ccce35fa7a3b52713bd128fd211a80afc08abd - spi: atcspi200: Add support for Andes ATCSPI200 SPI</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#65ccce35fa7a3b52713bd128fd211a80afc08abd</link>
        <description>spi: atcspi200: Add support for Andes ATCSPI200 SPIMerge series from CL Wang &lt;cl634@andestech.com&gt;:This series adds support for the Andes ATCSPI200 SPI controller.

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Thu, 18 Dec 2025 10:53:54 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8a3eb50d579c852d3502334e7afa6da6efe0e578 - Add support for NXP XSPI</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#8a3eb50d579c852d3502334e7afa6da6efe0e578</link>
        <description>Add support for NXP XSPIMerge series from Haibo Chen &lt;haibo.chen@nxp.com&gt;:XSPI is a flexible SPI host controller which supports up to2 external devices (2 CS). It support Single/Dual/Quad/Octalmode data transfer.The difference between XSPI and Flexspi is XSPI supportmultiple independent execution environments (EENVs) for HWvirtualization with some limitations. Each EENV has its owninterrupt and its own set of programming registers that existsin a specific offset range in the XSPI memory map.The main environment (EENV0) address space contains all of theregisters for controlling EENV0 plus all of the general XSPIcontrol and programming registers. The register mnemonics forthe user environments (EENV1 to EENV4) have &quot;_SUB_n&quot; appendedto the mnemonic for the corresponding main-environment register.Current driver based on EENV0, which means system already giveEENV0 right to linux.This driver use SPI memory interface of the SPI framework to issueflash memory operations. Tested this driver with mtd_debug andUBIFS on NXP i.MX943 EVK board which has one MT35XU512ABA spi norflash. NOw this driver has the following key features:- Support up to OCT DDR mode- Support AHB read- Support IP read and IP write- Support two CS

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Thu, 18 Dec 2025 09:22:00 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>34e3815ea4597131d4324a4aa243d2201e672005 - spi: atcspi200: Add ATCSPI200 SPI controller driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#34e3815ea4597131d4324a4aa243d2201e672005</link>
        <description>spi: atcspi200: Add ATCSPI200 SPI controller driverAdd driver for the Andes ATCSPI200 SPI controller.Signed-off-by: CL Wang &lt;cl634@andestech.com&gt;Link: https://patch.msgid.link/20251215132349.513843-3-cl634@andestech.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 14:23:48 +0100</pubDate>
        <dc:creator>CL Wang &lt;cl634@andestech.com&gt;</dc:creator>
    </item>
<item>
        <title>29c8c00d9f9db5fb659b6f05f9e8964afc13f3e2 - spi: add driver for NXP XSPI controller</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#29c8c00d9f9db5fb659b6f05f9e8964afc13f3e2</link>
        <description>spi: add driver for NXP XSPI controllerAdd driver support for NXP XSPI controller.XSPI is a flexible SPI host controller which supports up to2 external devices (2 CS). It support Single/Dual/Quad/Octalmode data transfer.The difference between XSPI and Flexspi:1.the register layout is total different.2.XSPI support multiple independent execution environments(EENVs) for HW virtualization with some limitations. Each EENVhas its own interrupt and its own set of programming registersthat exists in a specific offset range in the XSPI memory map.The main environment (EENV0) address space contains all of theregisters for controlling EENV0 plus all of the general XSPIcontrol and programming registers. The register mnemonics forthe user environments (EENV1 to EENV4) have &quot;_SUB_n&quot; appendedto the mnemonic for the corresponding main-environment register.Current driver based on EENV0, which means system already giveEENV0 right to linux.This driver use SPI memory interface of the SPI framework toissue flash memory operations. Tested this driver with UBIFSand mtd_debug on NXP i.MX943 EVK board which has one spi norMT35XU512ABA flash. Now this driver has the following keyfeatures:- Support up to OCT DDR mode- Support AHB read- Support IP read and IP write- Support two CSReviewed-by: Frank Li &lt;Frank.Li@nxp.com&gt;Signed-off-by: Haibo Chen &lt;haibo.chen@nxp.com&gt;Link: https://patch.msgid.link/20251216-xspi-v7-2-282525220979@nxp.comSigned-off-by: Mark Brown &lt;broonie@kernel.org&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Tue, 16 Dec 2025 04:20:14 +0100</pubDate>
        <dc:creator>Haibo Chen &lt;haibo.chen@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>ec439c38013550420aecc15988ae6acb670838c1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#ec439c38013550420aecc15988ae6acb670838c1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Cross-merge BPF and other fixes after downstream PR.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Wed, 17 Dec 2025 06:29:38 +0100</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/spi/Makefile#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/drivers/spi/Makefile</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
