Re: [PATCH 0/6] PS3: gelic: gelic updates for 2.6.25

2008-01-29 Thread Masakazu Mokuno
erpc tree with my wireless patch because the dependent patch set will go into the tree. best regards -- Masakazu MOKUNO ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH 6/6 v2] PS3: gelic: Add support for dual network interface

2008-01-23 Thread Masakazu Mokuno
This is a prerequisite for the new PS3 wireless support. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> --- drivers/net/ps3_gelic_net.c | 765 +++- drivers/net/ps3_gelic_net.h | 108 +- 2 files changed, 564 insertions(+), 309 deletions(-) -

[PATCH 6/6] PS3: gelic: Add support for dual network interface

2007-12-13 Thread Masakazu Mokuno
dual {source,destination} interfaces. - Use new NAPI functions This is a prerequisite for the new PS3 wireless support. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> --- drivers/net/ps3_gelic_net.c | 721 ++-- drivers/net/ps3_gelic_net.h

[PATCH 5/6] PS3: gelic: add support for port link status

2007-12-13 Thread Masakazu Mokuno
PS3: gelic: add support for port link status Add support for interrupt driven port link status detection. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> --- drivers/net/ps3_gelic_net.c | 77 drivers/net/ps3_gelic_net.h |2 + 2 files c

[PATCH 4/6] PS3: gelic: remove duplicated ethtool handers

2007-12-13 Thread Masakazu Mokuno
PS3: gelic: remove duplicated ethtool handers Remove some ethtool handers, which the common ethtool handlers already has in functionality Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> --- drivers/net/ps3_gelic_net.c | 43 +++ 1 file chan

[PATCH 3/6] PS3: gelic: code cleanup

2007-12-13 Thread Masakazu Mokuno
ted in PS3. - Group constatns with enum. - Use bitwise constatns for interrupt status, instead of bit number to eliminate shift operations. - Style fixes. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> --- drivers/net/ps3_gelic_net.c | 464 +

[PATCH 2/6] PS3: gelic: Add endianness macros

2007-12-13 Thread Masakazu Mokuno
PS3: gelic: Add endianness macros Mark the members of the structure for DMA descriptor proper endian and use appropriate accessor macros. As gelic driver works only on PS3, all these macros will be expanded null. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> --- drivers/net/ps3_gelic

[PATCH 1/6] PS3: gelic: Fix the wrong dev_id passed

2007-12-13 Thread Masakazu Mokuno
PS3: gelic: Fix the wrong dev_id passed The device id for lv1_net_set_interrupt_status_indicator() would be wrong. This path would be invoked only in the case of the initialization failure. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> --- drivers/net/ps3_gelic_net.c |2 +-

[PATCH 0/6] PS3: gelic: gelic updates for 2.6.25

2007-12-13 Thread Masakazu Mokuno
ll submit later. Thanks for reviewing! -- Masakazu MOKUNO ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

[PATCH] PS3: fix the bug the major version part is not compared, take2

2007-08-29 Thread Masakazu Mokuno
Fix the bug that the major version part of the firmware is not compared. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> CC: Geoff Levand <[EMAIL PROTECTED]> --- arch/powerpc/platforms/ps3/setup.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/arch/powerpc/p

Re: [PATCH] PS3: fix the bug the major version part is not compared

2007-08-29 Thread Masakazu Mokuno
On Tue, 28 Aug 2007 15:26:50 +0200 Andreas Schwab <[EMAIL PROTECTED]> wrote: > Masakazu Mokuno <[EMAIL PROTECTED]> writes: > > > Fix the bug that the major version part of the firmware > > is not compared. > > > > Signed-off-by: Masakazu Mokuno <[E

[PATCH] PS3: fix the bug the major version part is not compared

2007-08-28 Thread Masakazu Mokuno
Fix the bug that the major version part of the firmware is not compared. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> CC: Geoff Levand <[EMAIL PROTECTED]> --- arch/powerpc/platforms/ps3/setup.c |2 +- include/asm-powerpc/ps3.h |2 +- 2 files changed, 2 inse

Re: [Cbe-oss-dev] [PATCH][36/37] Clean up duplicate includes in sound/ppc/

2007-07-23 Thread Masakazu Mokuno
/snd_ps3.c > index 1aa0b46..27b6189 100644 > --- a/sound/ppc/snd_ps3.c > +++ b/sound/ppc/snd_ps3.c > @@ -33,7 +33,6 @@ > #include > #include > #include > -#include > #include > #include > #include Acked-by: Masakazu Mokuno <[EMAIL PROTECTED]>