<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/ps3, branch v2.6.28.6</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/ps3?h=v2.6.28.6</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/ps3?h=v2.6.28.6'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2008-11-05T08:59:08Z</updated>
<entry>
<title>powerpc/ps3: Fix compile error in ps3-lpm.c</title>
<updated>2008-11-05T08:59:08Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@gmail.com</email>
</author>
<published>2008-11-02T07:26:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=fce4d58353e449a1ac637fc8d2b994e0fcc55312'/>
<id>urn:sha1:fce4d58353e449a1ac637fc8d2b994e0fcc55312</id>
<content type='text'>
Compiling with CONFIG_SMP = n and CONFIG_PS3_LPM != n gives this error:

drivers/ps3/ps3-lpm.c:838: error: implicit declaration of function 'get_hard_smp_processor_id'

This fixes it.  We have to include &lt;asm/smp.h&gt; rather than
&lt;linux/smp.h&gt; because the UP definition of get_hard_smp_processor_id()
is in &lt;asm/smp.h&gt;, and &lt;linux/smp.h&gt; only includes &lt;asm/smp.h&gt; if
CONFIG_SMP = y.

Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;
Acked-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: Add passthru support for non-audio streams</title>
<updated>2008-10-20T06:05:15Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2008-10-20T06:05:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=64931a4be03dbc49bd50d10d211592cf98b523bb'/>
<id>urn:sha1:64931a4be03dbc49bd50d10d211592cf98b523bb</id>
<content type='text'>
Add support for the channel status bit setting so that non-PCM
data stream can be sent (i.e. pass-through) via SPDIF/HDMI.

Signed-off-by: Masakazu Mokuno &lt;mokuno@sm.sony.co.jp&gt;
Acked-by: Geert Uytterhoeven &lt;Geert.Uytterhoeven@sonycom.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ps3: Add ps3av_audio_mute_analog()</title>
<updated>2008-10-20T06:04:59Z</updated>
<author>
<name>Masakazu Mokuno</name>
<email>mokuno@sm.sony.co.jp</email>
</author>
<published>2008-10-20T06:03:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=756ba83ee370fbf62643777e7ba4a4f05932f6fb'/>
<id>urn:sha1:756ba83ee370fbf62643777e7ba4a4f05932f6fb</id>
<content type='text'>
Add support for muting the analog output so that it does not
play noises while non-PCM data is played.

Signed-off-by: Masakazu Mokuno &lt;mokuno@sm.sony.co.jp&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<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>
</feed>
