<?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>ff4a7481 - sh: drivers: convert to SPDX identifiers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/drivers/dma/Makefile#ff4a7481</link>
        <description>sh: drivers: convert to SPDX identifiersUpdate license to use SPDX-License-Identifier instead of verbose licensetext.As original license mentioned, it is GPL-2.0 in SPDX.Then, MODULE_LICENSE() should be &quot;GPL v2&quot; instead of &quot;GPL&quot;.See ${LINUX}/include/linux/module.h	&quot;GPL&quot;		[GNU Public License v2 or later]	&quot;GPL v2&quot;	[GNU Public License v2]Link: http://lkml.kernel.org/r/87h8fsct0a.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;Reviewed-by: Simon Horman &lt;horms+renesas@verge.net.au&gt;Cc: Rich Felker &lt;dalias@libc.org&gt;Cc: Yoshinori Sato &lt;ysato@users.sourceforge.jp&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;

            List of files:
            /linux-6.15/arch/sh/drivers/dma/Makefile</description>
        <pubDate>Fri, 28 Dec 2018 08:31:49 +0000</pubDate>
        <dc:creator>Kuninori Morimoto &lt;kuninori.morimoto.gx@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>d8902adc - dmaengine: sh: Add Support SuperH DMA Engine driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/drivers/dma/Makefile#d8902adc</link>
        <description>dmaengine: sh: Add Support SuperH DMA Engine driverThis supported all DMA channels, and it was tested in SH7722,SH7780, SH7785 and SH7763.This can not use with SH DMA API.Signed-off-by: Nobuhiro Iwamatsu &lt;iwamatsu.nobuhiro@renesas.com&gt;Reviewed-by: Matt Fleming &lt;matt@console-pimps.org&gt;Acked-by: Maciej Sosnowski &lt;maciej.sosnowski@intel.com&gt;Acked-by: Paul Mundt &lt;lethal@linux-sh.org&gt;Signed-off-by: Dan Williams &lt;dan.j.williams@intel.com&gt;

            List of files:
            /linux-6.15/arch/sh/drivers/dma/Makefile</description>
        <pubDate>Mon, 07 Sep 2009 03:26:23 +0000</pubDate>
        <dc:creator>Nobuhiro Iwamatsu &lt;iwamatsu.nobuhiro@renesas.com&gt;</dc:creator>
    </item>
<item>
        <title>40f49e7e - sh: dma: Make G2 DMA configurable.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/drivers/dma/Makefile#40f49e7e</link>
        <description>sh: dma: Make G2 DMA configurable.Follow the PVR2 DMAC change for G2 DMA.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/drivers/dma/Makefile</description>
        <pubDate>Tue, 17 Mar 2009 03:47:56 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>da62e71d - sh: dma: Make PVR2 DMA configurable.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/drivers/dma/Makefile#da62e71d</link>
        <description>sh: dma: Make PVR2 DMA configurable.With arch/sh/drivers/dma/ always being built, the Dreamcast DMA enginesare being unconditionally built in, regardless of whether the DMA API isenabled or not. This is a regression from previous behaviour, but thereis not much advantage in building them all in unconditionally regardless.Add a new config option to make it optional, and update the only user ofit to reflect that.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/drivers/dma/Makefile</description>
        <pubDate>Tue, 17 Mar 2009 00:30:36 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>78fb4026 - sh: dma: Kill off ISA DMA wrapper.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/drivers/dma/Makefile#78fb4026</link>
        <description>sh: dma: Kill off ISA DMA wrapper.There are no more users for this code, and it has been deprecated forsome time, so just kill it off.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/drivers/dma/Makefile</description>
        <pubDate>Wed, 17 Dec 2008 07:23:32 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>fc467a26 - sh: SH7760 DMABRG support.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/drivers/dma/Makefile#fc467a26</link>
        <description>sh: SH7760 DMABRG support.The DMABRG is a special DMA unit within the SH7760 which does datatransfers from main memory to Audio units and USB shared memory.It has 3 IRQ lines which generate 10 events, which have to be maskedunmasked and acked in a single 32bit register. It works independentlyfrom the tradition SH DMAC, but blocks usage of DMAC channel 0.This patch adds 2 functions to associate callbacks with DMABRG eventsand initialization.Signed-off-by: Manuel Lauss &lt;mano@roarinelk.homelinux.net&gt;Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/drivers/dma/Makefile</description>
        <pubDate>Wed, 09 May 2007 08:36:15 +0000</pubDate>
        <dc:creator>Manuel Lauss &lt;mano@roarinelk.homelinux.net&gt;</dc:creator>
    </item>
<item>
        <title>49f860bb - sh: Make dma-isa depend on ISA_DMA_API.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/drivers/dma/Makefile#49f860bb</link>
        <description>sh: Make dma-isa depend on ISA_DMA_API.Previously we linked in the ISA DMA wrapper unconditionally.As there are very few users of this, it&apos;s better to make itconditional.Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;

            List of files:
            /linux-6.15/arch/sh/drivers/dma/Makefile</description>
        <pubDate>Fri, 24 Nov 2006 05:48:14 +0000</pubDate>
        <dc:creator>Paul Mundt &lt;lethal@linux-sh.org&gt;</dc:creator>
    </item>
<item>
        <title>1da177e4 - Linux-2.6.12-rc2</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/arch/sh/drivers/dma/Makefile#1da177e4</link>
        <description>Linux-2.6.12-rc2Initial git repository build. I&apos;m not bothering with the full history,even though we have it. We can create a separate &quot;historical&quot; gitarchive of that later if we want to, and in the meantime it&apos;s about3.2GB when imported into git - space that would just make the earlygit days unnecessarily complicated, when we don&apos;t have a lot of goodinfrastructure for it.Let it rip!

            List of files:
            /linux-6.15/arch/sh/drivers/dma/Makefile</description>
        <pubDate>Sat, 16 Apr 2005 22:20:36 +0000</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@ppc970.osdl.org&gt;</dc:creator>
    </item>
</channel>
</rss>
