<?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>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd 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.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>72b962d3 - powerpc/ps3: Replace the use of &lt;module&gt;-objs with &lt;module&gt;-y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#72b962d3</link>
        <description>powerpc/ps3: Replace the use of &lt;module&gt;-objs with &lt;module&gt;-yChanged &lt;module&gt;-objs to &lt;module&gt;-y in Makefile.Signed-off-by: Tracey Dent &lt;tdent48227@gmail.com&gt;Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Fri, 15 Oct 2010 17:30:48 +0000</pubDate>
        <dc:creator>Tracey Dent &lt;tdent48227@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>781749a4 - [POWERPC] PS3: Add logical performance monitor driver support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#781749a4</link>
        <description>[POWERPC] PS3: Add logical performance monitor driver supportAdd PS3 logical performance monitor (lpm) device driver.The PS3&apos;s LV1 hypervisor provides a Logical Performance Monitor thatabstracts the Cell processor&apos;s performance monitor features for useby guest operating systems.Signed-off-by: Takashi Yamamoto &lt;TakashiA.Yamamoto@jp.sony.com&gt;Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Fri, 18 Jan 2008 20:32:46 +0000</pubDate>
        <dc:creator>Takashi Yamamoto &lt;TakashiA.Yamamoto@jp.sony.com&gt;</dc:creator>
    </item>
<item>
        <title>24828550 - ps3: prefix all ps3-specific kernel modules with `ps3-&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#24828550</link>
        <description>ps3: prefix all ps3-specific kernel modules with `ps3-&apos;- vuart.ko -&gt; ps3-vuart.ko- sys-manager.ko -&gt; ps3-sys-manager.koSigned-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&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/drivers/ps3/Makefile</description>
        <pubDate>Thu, 29 Nov 2007 00:21:11 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;</dc:creator>
    </item>
<item>
        <title>80071802 - [POWERPC] PS3: Storage Driver Core</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#80071802</link>
        <description>[POWERPC] PS3: Storage Driver CoreAdd storage driver core support for the PS3.PS3 storage devices are a special kind of PS3 system bus device.Signed-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Thu, 21 Jun 2007 14:14:21 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;</dc:creator>
    </item>
<item>
        <title>13a5e30c - [POWERPC] PS3: Rework AV settings driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#13a5e30c</link>
        <description>[POWERPC] PS3: Rework AV settings driverMake the PS3 ps3av driver a loadable module.  - Replace static data with kmalloc()&apos;ed.      o Allocate struct ps3av dynamically, as it contains data used as vuart        receive/transmit buffers      o Move static recv_buf from ps3av_do_pkt() to struct ps3av  - Move ps3av_vuart_{read,write}() from drivers/ps3/ps3av_cmd.c to    drivers/ps3/ps3av.c and make them static as they&apos;re used in that file only.  - Make device a PS3 system-bus device.  - Update copyright formatting.  - Make two new routines ps3av_register_flip_ctl() and ps3av_flip_ctl() to    support late binding of the frame buffer flip control routine.Signed-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Fri, 15 Jun 2007 22:05:01 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;</dc:creator>
    </item>
<item>
        <title>66c63b84 - [POWERPC] PS3: System manager re-work</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#66c63b84</link>
        <description>[POWERPC] PS3: System manager re-workPS3 sys-manager updates to reflect the new PS3 unifed device support.Fixups to the PS3 sys-manager driver to properly support sys_reboot(). - Add varable request_tag to struct ps3_sys_manager_header. - Move ctrl_alt_del from PS3_SM_EVENT_POWER_RELEASED to   PS3_SM_EVENT_POWER_PRESSED. - Make the PS3 sys-manager driver a loadable module. - Add new file sys-manager-core.c. - Add new struct ps3_sys_manager_ops for dynamic binding. - Put data sent to device on stack. - Add support for PS3_SM_SERVICE_ID_REQUEST_ERROR.Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Fri, 15 Jun 2007 22:03:54 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;</dc:creator>
    </item>
<item>
        <title>fde5efd0 - [POWERPC] PS3: System manager support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#fde5efd0</link>
        <description>[POWERPC] PS3: System manager supportAdd PS3 system manager support and the ppc_md routines restart() andpower_off().The system manager provides an event notification mechanism for reportingevents like thermal alert and button presses.  It also provides support tocontrol system shutdown and startup.Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Wed, 07 Feb 2007 20:20:01 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;</dc:creator>
    </item>
<item>
        <title>11227fd1 - [PATCH] ps3: AV Settings Driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#11227fd1</link>
        <description>[PATCH] ps3: AV Settings DriverAdd the PS3 AV Settings Driver.The AV Settings driver is used to control Audio and Video settings.  Itcommunicates with the policy manager through the virtual uart.Signed-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;Cc: James Simmons &lt;jsimmons@infradead.org&gt;Cc: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Cc: Paul Mackerras &lt;paulus@samba.org&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/drivers/ps3/Makefile</description>
        <pubDate>Mon, 12 Feb 2007 08:55:16 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;</dc:creator>
    </item>
<item>
        <title>2a08ea69 - [POWERPC] PS3: Move system bus to platform directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#2a08ea69</link>
        <description>[POWERPC] PS3: Move system bus to platform directoryMove the PS3 system bus routines from drivers/ps3 toarch/powerpc/platforms/ps3.Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Acked-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;Acked-by: Arnd Bergmann &lt;arnd.bergmann@de.ibm.com&gt;Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Tue, 30 Jan 2007 23:20:27 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;</dc:creator>
    </item>
<item>
        <title>74e95d5d - [POWERPC] ps3: Add vuart support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#74e95d5d</link>
        <description>[POWERPC] ps3: Add vuart supportAdds support for the PS3 virtual UART (vuart).  The vuart provides abi-directional byte stream data link between logical partitions.This is needed for the ps3 graphics driver and the ps3 powercontrol support to be able to communicate with the lv1 policymodule.Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Sat, 09 Dec 2006 02:27:47 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;</dc:creator>
    </item>
<item>
        <title>a3d4d643 - [POWERPC] ps3: add ps3 platform system bus support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/ps3/Makefile#a3d4d643</link>
        <description>[POWERPC] ps3: add ps3 platform system bus supportAdds a PS3 system bus driver.  This system bus is a virtual bus used to presentthe PS3 system devices in the LDM.Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;Signed-off-by: Arnd Bergmann &lt;arnd.bergmann@de.ibm.com&gt;

            List of files:
            /linux-6.15/drivers/ps3/Makefile</description>
        <pubDate>Wed, 22 Nov 2006 23:47:00 +0000</pubDate>
        <dc:creator>Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;</dc:creator>
    </item>
</channel>
</rss>
