Re: [Cbe-oss-dev] [PATCH 07/15] ps3flash: Refuse to work in lpars other than OtherOS

2011-08-06 Thread Andre Heider
On Thu, Aug 4, 2011 at 9:27 PM, Geert Uytterhoeven wrote: > On Thu, Aug 4, 2011 at 18:40, Andre Heider wrote: >> On Thu, Aug 4, 2011 at 12:34 AM, Geoff Levand wrote: >>> On 08/01/2011 01:02 PM, Andre Heider wrote: --- a/drivers/char/ps3flash.c +++ b/drivers/char/ps3flash.c @@ -25,

Re: [Cbe-oss-dev] [PATCH 07/15] ps3flash: Refuse to work in lpars other than OtherOS

2011-08-04 Thread Geert Uytterhoeven
On Thu, Aug 4, 2011 at 18:40, Andre Heider wrote: > On Thu, Aug 4, 2011 at 12:34 AM, Geoff Levand wrote: >> On 08/01/2011 01:02 PM, Andre Heider wrote: >>> --- a/drivers/char/ps3flash.c >>> +++ b/drivers/char/ps3flash.c >>> @@ -25,6 +25,7 @@ >>> >>>  #include >>>  #include >>> +#include >>> >>

Re: [PATCH 07/15] ps3flash: Refuse to work in lpars other than OtherOS

2011-08-04 Thread Andre Heider
On Thu, Aug 4, 2011 at 12:34 AM, Geoff Levand wrote: > On 08/01/2011 01:02 PM, Andre Heider wrote: >> The driver implements a character and misc device, meant for the >> axed OtherOS to exchange various settings with GameOS. >> Since Firmware 3.21 there is no GameOS support anymore to write these

Re: [PATCH 07/15] ps3flash: Refuse to work in lpars other than OtherOS

2011-08-03 Thread Geoff Levand
On 08/01/2011 01:02 PM, Andre Heider wrote: > The driver implements a character and misc device, meant for the > axed OtherOS to exchange various settings with GameOS. > Since Firmware 3.21 there is no GameOS support anymore to write these > settings, so limit the driver to the OtherOS environment.

[PATCH 07/15] ps3flash: Refuse to work in lpars other than OtherOS

2011-08-01 Thread Andre Heider
The driver implements a character and misc device, meant for the axed OtherOS to exchange various settings with GameOS. Since Firmware 3.21 there is no GameOS support anymore to write these settings, so limit the driver to the OtherOS environment. Signed-off-by: Andre Heider --- arch/powerpc/pla