<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/ps3, branch v2.6.27.7</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/ps3?h=v2.6.27.7</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/ps3?h=v2.6.27.7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2008-05-02T05:00:44Z</updated>
<entry>
<title>[POWERPC] PS3: Remove unsupported wakeup sources</title>
<updated>2008-05-02T05:00:44Z</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2008-04-30T22:25:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5442381cdd311633d18f8bb52a66ede2d0fa502c'/>
<id>urn:sha1:5442381cdd311633d18f8bb52a66ede2d0fa502c</id>
<content type='text'>
Other OS wakeup is not supported from the IR controller,
the bluetooth controller nor the RTC.  Remove references
to these in the PS3 sys-manager source.

Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[POWERPC] PS3: Add time include to lpm</title>
<updated>2008-05-02T05:00:44Z</updated>
<author>
<name>FUJITA Tomonori</name>
<email>fujita.tomonori@lab.ntt.co.jp</email>
</author>
<published>2008-04-30T22:25:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=483d8876f75aa5707a646442377051f1b90db206'/>
<id>urn:sha1:483d8876f75aa5707a646442377051f1b90db206</id>
<content type='text'>
Add an include &lt;asm/time.h&gt; statement for get_tb().

Signed-off-by: FUJITA Tomonori &lt;fujita.tomonori@lab.ntt.co.jp&gt;
Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[POWERPC] PS3: Sys-manager Wake-on-LAN support</title>
<updated>2008-04-01T09:43:08Z</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2008-03-27T00:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1c43d265f462bc714da67aa8113b3846bb9943e3'/>
<id>urn:sha1:1c43d265f462bc714da67aa8113b3846bb9943e3</id>
<content type='text'>
Add Wake-on-LAN support to the PS3 system-manager.  Other OS WOL
support was introduced in PS3 system firmware 2.20.

Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[POWERPC] PS3: Save power in busy loops on halt</title>
<updated>2008-04-01T09:43:07Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>Geert.Uytterhoeven@sonycom.com</email>
</author>
<published>2008-03-27T00:38:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ca052f7924141f34998ab440bb4d908dc021a46b'/>
<id>urn:sha1:ca052f7924141f34998ab440bb4d908dc021a46b</id>
<content type='text'>
PS3 save power on halt:
  - Replace infinite busy loops by smarter loops calling
    lv1_pause() to save power.
  - Add ps3_halt() and ps3_sys_manager_halt().
  - Add __noreturn annotations.

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;
</content>
</entry>
<entry>
<title>[POWERPC] PS3: Update sys-manager button events</title>
<updated>2008-02-14T11:11:01Z</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2008-02-08T22:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ea24608f02dbdfd83c77749445df58616a18a770'/>
<id>urn:sha1:ea24608f02dbdfd83c77749445df58616a18a770</id>
<content type='text'>
PS3 firmware 1.94 added the source of power and reset events to the
payload of the system manager POWER_PRESSED and RESET_PRESSED events.

Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[POWERPC] PS3: Sys-manager code cleanup</title>
<updated>2008-02-14T11:11:01Z</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2008-02-08T22:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=50dad90264096363a35e75d1b8a1c9efc2ee4114'/>
<id>urn:sha1:50dad90264096363a35e75d1b8a1c9efc2ee4114</id>
<content type='text'>
General code cleanups for PS3 system-manager:
 o Move all MODULE_ macros to bottom.
 o Correct PS3_SM_WAKE_P_O_R value.
 o Enhance comment on wakeup source values.

Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[POWERPC] PS3: Use system reboot on restart</title>
<updated>2008-02-14T11:11:01Z</updated>
<author>
<name>Geoff Levand</name>
<email>geoffrey.levand@am.sony.com</email>
</author>
<published>2008-02-08T22:52:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=75ffe88d2b3e19ed02d299c9a4c89882bef3b4f7'/>
<id>urn:sha1:75ffe88d2b3e19ed02d299c9a4c89882bef3b4f7</id>
<content type='text'>
The PS3 Other OS boot flag is not checked when an LPAR reboot is done,
so the ps3-boot-game-os utility fails to reboot the system into the
Game OS.  This fix changes the PS3 restart handler from requesting an
PS3_SM_NEXT_OP_LPAR_REBOOT to requesting an PS3_SM_NEXT_OP_SYS_REBOOT.

Signed-off-by: Geoff Levand &lt;geoffrey.levand@am.sony.com&gt;
Signed-off-by: Paul Mackerras &lt;paulus@samba.org&gt;
</content>
</entry>
<entry>
<title>[POWERPC] PS3: Fix reading pm interval in logical performance monitor</title>
<updated>2008-02-14T11:11:01Z</updated>
<author>
<name>Takashi Yamamoto</name>
<email>TakashiA.Yamamoto@jp.sony.com</email>
</author>
<published>2008-02-08T22:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a0620156b05f2e1b77801e8bca724d0ed650974d'/>
<id>urn:sha1:a0620156b05f2e1b77801e8bca724d0ed650974d</id>
<content type='text'>
ps3_read_pm (pm_interval) should return an actual HW register value
because the pm_interval register is a counter register.
This removes the shadow pm_interval register.

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;
</content>
</entry>
<entry>
<title>[POWERPC] PS3: Fix setting bookmark in logical performance monitor</title>
<updated>2008-02-14T11:11:00Z</updated>
<author>
<name>Takashi Yamamoto</name>
<email>TakashiA.Yamamoto@jp.sony.com</email>
</author>
<published>2008-02-08T22:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a7faa8dc95ef90593d605d36409ef9100bdd11f8'/>
<id>urn:sha1:a7faa8dc95ef90593d605d36409ef9100bdd11f8</id>
<content type='text'>
Fix the ps3_set_bookmark() routine of the PS3 logical performance
monitor driver.

To properly set a performance monitor bookmark the Cell processor
requires no instruction branches near the setting of the bookmark
SPR.  Testing showed that the use of the db10cyc instruction did
not work correctly.  This change replaces the db10cyc instruction
with 10 nop instructions.

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;
</content>
</entry>
<entry>
<title>ps3: use symbolic names for video modes</title>
<updated>2008-02-06T18:41:17Z</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>Geert.Uytterhoeven@sonycom.com</email>
</author>
<published>2008-02-06T09:39:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=084ffff29844a4bce69999d67809e6c00309ba58'/>
<id>urn:sha1:084ffff29844a4bce69999d67809e6c00309ba58</id>
<content type='text'>
Use symbolic names for video modes

Signed-off-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;
Cc: "Antonino A. Daplas" &lt;adaplas@pol.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
