<?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 Kbuild</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b0f84a84 - drm/nouveau: fix bogus GPL-2 license header</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild#b0f84a84</link>
        <description>drm/nouveau: fix bogus GPL-2 license headerThe bulk SPDX addition made all these files into GPL-2.0 licensed files.However the remainder of the project is MIT-licensed, these fileswere simply missing the boiler plate and got caught up in the global update.Fixes: 96ac6d4351004 (treewide: Add SPDX license identifier - Kbuild)Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild</description>
        <pubDate>Fri, 05 Jul 2019 05:11:42 +0000</pubDate>
        <dc:creator>Ben Skeggs &lt;bskeggs@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>96ac6d43 - treewide: Add SPDX license identifier - Kbuild</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild#96ac6d43</link>
        <description>treewide: Add SPDX license identifier - KbuildAdd 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.0Reported-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild</description>
        <pubDate>Thu, 30 May 2019 12:03:44 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>fc782242 - drm/nouveau/volt/gf117: fix speedo readout register</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild#fc782242</link>
        <description>drm/nouveau/volt/gf117: fix speedo readout registerGF117 appears to use the same register as GK104 (but still with thegeneral Fermi readout mechanism).Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108980Signed-off-by: Ilia Mirkin &lt;imirkin@alum.mit.edu&gt;Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild</description>
        <pubDate>Sun, 13 Jan 2019 22:50:10 +0000</pubDate>
        <dc:creator>Ilia Mirkin &lt;imirkin@alum.mit.edu&gt;</dc:creator>
    </item>
<item>
        <title>a3c950f2 - drm/nouveau/volt: Add implementation for gf100</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild#a3c950f2</link>
        <description>drm/nouveau/volt: Add implementation for gf100Since gf100 we need a speedo value for calculating the voltage. The readoutwill be added in a later patch.Signed-off-by: Karol Herbst &lt;karolherbst@gmail.com&gt;Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild</description>
        <pubDate>Sun, 17 Jul 2016 18:02:33 +0000</pubDate>
        <dc:creator>Karol Herbst &lt;karolherbst@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>71757abf - drm/nouveau/volt: add GM20B driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild#71757abf</link>
        <description>drm/nouveau/volt: add GM20B driverAdd basic GM20B volt driver that reuses the GK20A logic.Signed-off-by: Alexandre Courbot &lt;acourbot@nvidia.com&gt;Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild</description>
        <pubDate>Tue, 27 Oct 2015 03:35:14 +0000</pubDate>
        <dc:creator>Alexandre Courbot &lt;acourbot@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>1531dbbb - drm/nouveau/volt/gk104: add support for pwm and gpio modes</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild#1531dbbb</link>
        <description>drm/nouveau/volt/gk104: add support for pwm and gpio modesMost Keplers actually use the GPIO-based voltage management instead of the newPWM-based one. Use the GPIO mode as a fallback as it already gracefully handlesthe case where no GPIOs exist.All the Maxwells seem to use the PWM method though.v2: - Do not forget to commit the PWM configuration change!Signed-off-by: Martin Peres &lt;martin.peres@free.fr&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild</description>
        <pubDate>Tue, 08 Sep 2015 22:34:33 +0000</pubDate>
        <dc:creator>Martin Peres &lt;martin.peres@free.fr&gt;</dc:creator>
    </item>
<item>
        <title>c39f472e - drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild#c39f472e</link>
        <description>drm/nouveau: remove symlinks, move core/ to nvkm/ (no code changes)The symlinks were annoying some people, and they&apos;re not used anywhereelse in the kernel tree.  The include directory structure has beenchanged so that symlinks aren&apos;t needed anymore.NVKM has been moved from core/ to nvkm/ to make it more obvious as towhat the directory is for, and as some minor prep for when NVKM getssplit out into its own module (virt) at a later date.Signed-off-by: Ben Skeggs &lt;bskeggs@redhat.com&gt;

            List of files:
            /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/volt/Kbuild</description>
        <pubDate>Tue, 13 Jan 2015 12:13:14 +0000</pubDate>
        <dc:creator>Ben Skeggs &lt;bskeggs@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
