<?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 Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e01ee7c6 - dmaengine: Move AMD PTDMA driver to amd directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#e01ee7c6</link>
        <description>dmaengine: Move AMD PTDMA driver to amd directoryPTDMA driver is the AMD DMA driver, and newer AMD platforms support newerDMA engines. Hence, move the current drivers to the AMD directory. Thiswould also mean that future driver submissions to the AMD DMA driver willalso land in the AMD-specific directory.Reviewed-by: Raju Rangoju &lt;Raju.Rangoju@amd.com&gt;Signed-off-by: Basavaraj Natikar &lt;Basavaraj.Natikar@amd.com&gt;Link: https://lore.kernel.org/r/20241025095931.726018-2-Basavaraj.Natikar@amd.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Fri, 25 Oct 2024 09:59:26 +0000</pubDate>
        <dc:creator>Basavaraj Natikar &lt;Basavaraj.Natikar@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>8974f34d - dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#8974f34d</link>
        <description>dmaengine: loongson2-apb: Rename the prefix ls2x to loongson2Since commit e06c43231214 (&quot;dmaengine: Loongson1: Add Loongson-1 APB DMAdriver&quot;), the Loongson-1 dma controller was added.Unfortunately their naming has not been standardized, as CPUs belongingto the same Loongson family, we expect to standardize the naming forease of understanding.Signed-off-by: Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;Link: https://lore.kernel.org/r/20240924064241.2414629-1-zhoubinbin@loongson.cnSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Tue, 24 Sep 2024 06:42:41 +0000</pubDate>
        <dc:creator>Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>5d318b59 - dmaengine: Add dma router for pl08x in LPC32XX SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#5d318b59</link>
        <description>dmaengine: Add dma router for pl08x in LPC32XX SoCLPC32XX connects few of its peripherals to pl08x DMA thru a multiplexer,this driver allows to route a signal request line thru the multiplexer forgiven peripheral.Signed-off-by: Piotr Wojtaszczyk &lt;piotr.wojtaszczyk@timesys.com&gt;Link: https://lore.kernel.org/r/20240628152022.274405-1-piotr.wojtaszczyk@timesys.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Fri, 28 Jun 2024 15:20:19 +0000</pubDate>
        <dc:creator>Piotr Wojtaszczyk &lt;piotr.wojtaszczyk@timesys.com&gt;</dc:creator>
    </item>
<item>
        <title>e06c4323 - dmaengine: Loongson1: Add Loongson-1 APB DMA driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#e06c4323</link>
        <description>dmaengine: Loongson1: Add Loongson-1 APB DMA driverAdd APB DMA driver for Loongson-1 SoCs.Reviewed-by: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Signed-off-by: Keguang Zhang &lt;keguang.zhang@gmail.com&gt;Link: https://lore.kernel.org/r/20240809-loongson1-dma-v12-2-d9469a4a6b85@gmail.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Fri, 09 Aug 2024 10:30:59 +0000</pubDate>
        <dc:creator>Keguang Zhang &lt;keguang.zhang@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>73d5fc92 - dmaengine: amd: qdma: Add AMD QDMA driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#73d5fc92</link>
        <description>dmaengine: amd: qdma: Add AMD QDMA driverAdds driver to enable PCIe board which uses AMD QDMA (the Queue-basedDirect Memory Access) subsystem. For example, Xilinx Alveo V70 AIAccelerator devices.    https://www.xilinx.com/applications/data-center/v70.htmlThe QDMA subsystem is used in conjunction with the PCI Express IP blockto provide high performance data transfer between host memory and thecard&apos;s DMA subsystem.            +-------+       +-------+       +-----------+   PCIe     |       |       |       |       |           |   Tx/Rx    |       |       |       |  AXI  |           | &lt;=======&gt;  | PCIE  | &lt;===&gt; | QDMA  | &lt;====&gt;| User Logic|            |       |       |       |       |           |            +-------+       +-------+       +-----------+The primary mechanism to transfer data using the QDMA is for the QDMAengine to operate on instructions (descriptors) provided by the hostoperating system. Using the descriptors, the QDMA can move data in boththe Host to Card (H2C) direction, or the Card to Host (C2H) direction.The QDMA provides a per-queue basis option whether DMA traffic goesto an AXI4 memory map (MM) interface or to an AXI4-Stream interface.The hardware detail is provided by    https://docs.xilinx.com/r/en-US/pg302-qdmaImplements dmaengine APIs to support MM DMA transfers.- probe the available DMA channels- use dma_slave_map for channel lookup- use virtual channel to manage dmaengine tx descriptors- implement device_prep_slave_sg callback to handle host scatter gather  listSigned-off-by: Nishad Saraf &lt;nishads@amd.com&gt;Signed-off-by: Lizhi Hou &lt;lizhi.hou@amd.com&gt;Link: https://lore.kernel.org/r/20240819211948.688786-2-lizhi.hou@amd.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Mon, 19 Aug 2024 21:19:48 +0000</pubDate>
        <dc:creator>Nishad Saraf &lt;nishads@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>76178a2c - dmaengine: stm32: New directory for STM32 DMA controllers drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#76178a2c</link>
        <description>dmaengine: stm32: New directory for STM32 DMA controllers driversGather the STM32 DMA controllers under drivers/dma/stm32/Signed-off-by: Amelie Delaunay &lt;amelie.delaunay@foss.st.com&gt;Link: https://lore.kernel.org/r/20240531150712.2503554-3-amelie.delaunay@foss.st.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Fri, 31 May 2024 15:07:02 +0000</pubDate>
        <dc:creator>Amelie Delaunay &lt;amelie.delaunay@foss.st.com&gt;</dc:creator>
    </item>
<item>
        <title>11102d0c - dmaengine: fsl-edma: add trace event support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#11102d0c</link>
        <description>dmaengine: fsl-edma: add trace event supportImplement trace event support to enhance logging functionality forregister access and the transfer control descriptor (TCD) context.This will enable more comprehensive monitoring and analysis of systemactivitiesSigned-off-by: Frank Li &lt;Frank.Li@nxp.com&gt;Link: https://lore.kernel.org/r/20240425205947.3436501-1-Frank.Li@nxp.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Thu, 25 Apr 2024 20:59:45 +0000</pubDate>
        <dc:creator>Frank Li &lt;Frank.Li@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>71e7d3cb - dmaengine: ls2x-apb: New driver for the Loongson LS2X APB DMA controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#71e7d3cb</link>
        <description>dmaengine: ls2x-apb: New driver for the Loongson LS2X APB DMA controllerThe Loongson LS2X APB DMA controller is available on Loongson-2K chips.It is a single-channel, configurable DMA controller IP core based on theAXI bus, whose main function is to integrate DMA functionality on a chipdedicated to carrying data between memory and peripherals in APB bus(e.g. nand).Signed-off-by: Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;Signed-off-by: Yingkun Meng &lt;mengyingkun@loongson.cn&gt;Link: https://lore.kernel.org/r/8df2a0199434fba3535831082966c2442ecf1cae.1702365725.git.zhoubinbin@loongson.cnSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Mon, 18 Dec 2023 01:56:39 +0000</pubDate>
        <dc:creator>Binbin Zhou &lt;zhoubinbin@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>66aac8ea - dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#66aac8ea</link>
        <description>dmaengine: fsl-edma: clean up EXPORT_SYMBOL_GPL in fsl-edma-common.cExported functions in fsl-edma-common.c are only used withinfsl-edma.c and mcf-edma.c. Global export is unnecessary.This commit removes all EXPORT_SYMBOL_GPL in fsl-edma-common.c,and renames fsl-edma.c and mcf-edma.c to maintain the samefinal module names as before, thereby simplifying the codebase.Signed-off-by: Frank Li &lt;Frank.Li@nxp.com&gt;Reviewed-by: Peng Fan &lt;peng.fan@nxp.com&gt;Link: https://lore.kernel.org/r/20230821161617.2142561-3-Frank.Li@nxp.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Mon, 21 Aug 2023 16:16:07 +0000</pubDate>
        <dc:creator>Frank Li &lt;Frank.Li@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>f1de55ff - dmaengine: ipu: Remove the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#f1de55ff</link>
        <description>dmaengine: ipu: Remove the driverThe i.MX3 IPU driver does not support devicetree and i.MX has been convertedto a DT-only platform since kernel 5.10.As there is no user for this driver anymore, just remove it.Signed-off-by: Fabio Estevam &lt;festevam@denx.de&gt;Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20230729192945.1217206-1-festevam@gmail.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Sat, 29 Jul 2023 19:29:45 +0000</pubDate>
        <dc:creator>Fabio Estevam &lt;festevam@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>a7ddf74b - dmaengine: remove s3c24xx driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#a7ddf74b</link>
        <description>dmaengine: remove s3c24xx driverThe s3c24xx platform was removed and this driver is no longerneeded.Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Fri, 21 Oct 2022 20:27:47 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>25483ded - dmaengine: Revert &quot;dmaengine: remove s3c24xx driver&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#25483ded</link>
        <description>dmaengine: Revert &quot;dmaengine: remove s3c24xx driver&quot;This reverts cccc46ae3623 (&quot;dmaengine: remove s3c24xx driver&quot;) as itcauses regression due to missing headerSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Fri, 02 Dec 2022 11:41:44 +0000</pubDate>
        <dc:creator>Vinod Koul &lt;vkoul@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cccc46ae - dmaengine: remove s3c24xx driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#cccc46ae</link>
        <description>dmaengine: remove s3c24xx driverThe s3c24xx platform was removed and this driver is no longerneeded.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Link: https://lore.kernel.org/r/20221021203329.4143397-14-arnd@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Fri, 21 Oct 2022 20:27:47 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>cd0ab43e - dmaengine: remove iop-adma driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#cd0ab43e</link>
        <description>dmaengine: remove iop-adma driverThe iop32x platform was removed, so this driver is no longerneeded.Cc: Dan Williams &lt;dan.j.williams@intel.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Dan Williams &lt;dan.j.williams@intel.com&gt;Link: https://lore.kernel.org/r/20221019150410.3851944-10-arnd@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Wed, 19 Oct 2022 15:03:32 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>b127315d - dmaengine: apple-admac: Add Apple ADMAC driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#b127315d</link>
        <description>dmaengine: apple-admac: Add Apple ADMAC driverAdd driver for Audio DMA Controller present on Apple SoCs from the&quot;Apple Silicon&quot; family.Signed-off-by: Martin Povi&#353;er &lt;povik+lin@cutebit.org&gt;Link: https://lore.kernel.org/r/20220531213615.7822-3-povik+lin@cutebit.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Tue, 31 May 2022 21:36:14 +0000</pubDate>
        <dc:creator>Martin Povi&#353;er &lt;povik+lin@cutebit.org&gt;</dc:creator>
    </item>
<item>
        <title>ee170280 - dmaengine: tegra: Add tegra gpcdma driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#ee170280</link>
        <description>dmaengine: tegra: Add tegra gpcdma driverAdding GPC DMA controller driver for Tegra. The driver supports dmatransfers between memory to memory, IO peripheral to memory andmemory to IO peripheral.Co-developed-by: Pavan Kunapuli &lt;pkunapuli@nvidia.com&gt;Signed-off-by: Pavan Kunapuli &lt;pkunapuli@nvidia.com&gt;Co-developed-by: Rajesh Gumasta &lt;rgumasta@nvidia.com&gt;Signed-off-by: Rajesh Gumasta &lt;rgumasta@nvidia.com&gt;Signed-off-by: Akhil R &lt;akhilrajeev@nvidia.com&gt;Reviewed-by: Jon Hunter &lt;jonathanh@nvidia.com&gt;Reviewed-by: Dmitry Osipenko &lt;digetx@gmail.com&gt;Acked-by: Thierry Reding &lt;treding@nvidia.com&gt;Link: https://lore.kernel.org/r/20220225132044.14478-3-akhilrajeev@nvidia.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Fri, 25 Feb 2022 13:20:44 +0000</pubDate>
        <dc:creator>Akhil R &lt;akhilrajeev@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>fa5d823b - dmaengine: ptdma: Initial driver for the AMD PTDMA</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#fa5d823b</link>
        <description>dmaengine: ptdma: Initial driver for the AMD PTDMAAdd support for AMD PTDMA controller. It performs high-bandwidthmemory to memory and IO copy operation. Device commands are managedvia a circular queue of &apos;descriptors&apos;, each of which specifies sourceand destination addresses for copying a single buffer of data.Signed-off-by: Sanjay R Mehta &lt;sanju.mehta@amd.com&gt;Link: https://lore.kernel.org/r/1629208559-51964-2-git-send-email-Sanju.Mehta@amd.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Tue, 17 Aug 2021 13:55:57 +0000</pubDate>
        <dc:creator>Sanjay R Mehta &lt;sanju.mehta@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>d9e5481f - dmaengine: dsa: move dsa_bus_type out of idxd driver to standalone</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#d9e5481f</link>
        <description>dmaengine: dsa: move dsa_bus_type out of idxd driver to standaloneIn preparation for dsa_drv compat support to be built-in, move the buscode to its own compilation unit. A follow-on patch adds the compatimplementation. Recall that the compat implementation allows for thedeprecated / omnibus dsa_drv binding scheme rather than the idiomaticorganization of a full fledged bus driver per driver type.Reviewed-by: Dan Williams &lt;dan.j.williams@intel.com&gt;Signed-off-by: Dave Jiang &lt;dave.jiang@intel.com&gt;Link: https://lore.kernel.org/r/162637468142.744545.2811632736881720857.stgit@djiang5-desk3.ch.intel.comSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Thu, 15 Jul 2021 18:44:41 +0000</pubDate>
        <dc:creator>Dave Jiang &lt;dave.jiang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a033a74e - dmaengine: remove coh901318 driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#a033a74e</link>
        <description>dmaengine: remove coh901318 driverThe ST-Ericsson U300 platform is getting removed, so this driver is nolonger needed.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20210120131859.2056308-4-arnd@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 13:18:59 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>1c8963f8 - dmaengine: remove zte zx driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/dma/Makefile#1c8963f8</link>
        <description>dmaengine: remove zte zx driverThe zte zx platform is getting removed, so this driver is nolonger needed.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Cc: Jun Nie &lt;jun.nie@linaro.org&gt;Cc: Shawn Guo &lt;shawnguo@kernel.org&gt;Link: https://lore.kernel.org/r/20210120131859.2056308-3-arnd@kernel.orgSigned-off-by: Vinod Koul &lt;vkoul@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/dma/Makefile</description>
        <pubDate>Wed, 20 Jan 2021 13:18:58 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
</channel>
</rss>
