[PATCH] ps3: gigabit ethernet driver for PS3, take2

2007-06-19 Thread MOKUNO Masakazu
Hi, This is the second submission of the network driver for PS3. This version have been updated to address issues raised in the review. Please apply for 2.6.23. From: Masakazu Mokuno <[EMAIL PROTECTED]> Add Gigabit Ethernet support for the PS3 game console. The module will be called ps3_gelic.

Re: [PATCH]: ps3: gigabit ethernet driver for PS3

2007-06-14 Thread MOKUNO Masakazu
Hi Jeff, Thanks for your comment. I'll fix coding style issues. On Wed, 13 Jun 2007 16:27:32 -0400 Jeff Garzik <[EMAIL PROTECTED]> wrote: > > --- a/drivers/net/Makefile > > +++ b/drivers/net/Makefile > > @@ -60,6 +60,8 @@ obj-$(CONFIG_TIGON3) += tg3.o > > obj-$(CONFIG_BNX2) += bnx2.o > > spid

Re: [PATCH]: ps3: gigabit ethernet driver for PS3

2007-06-13 Thread MOKUNO Masakazu
Hi David, On Wed, 13 Jun 2007 00:03:59 -0700 (PDT) David Miller <[EMAIL PROTECTED]> wrote: > From: MOKUNO Masakazu <[EMAIL PROTECTED]> > Date: Wed, 13 Jun 2007 15:58:01 +0900 > > > --- a/drivers/net/Makefile > > +++ b/drivers/net/Makefile > > @@ -60,6

[PATCH]: ps3: gigabit ethernet driver for PS3

2007-06-12 Thread MOKUNO Masakazu
Hi Jeff, The following patch adds support for the gigabit ethernet device of PS3. It was sent out before as RFC, now I submit it for 2.6.23. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> --- drivers/net/Kconfig | 10 drivers/net/Makefi

Re: [PATCH 2/2] ps3: add wireless LAN support

2007-06-04 Thread MOKUNO Masakazu
Hi Thank you for your comments! It seems to be pretty preferable we make the driver wpa_supplicant compatible, I'll plan to rework and resubmit the patch (to linux-wireless) On Fri, 01 Jun 2007 12:35:49 -0400 Dan Williams <[EMAIL PROTECTED]> wrote: > There are a few basic > issues, rehashed her

[PATCH 0/2] RFC: PS3 network driver

2007-06-01 Thread MOKUNO Masakazu
Hi This is the first submission of the PS3 network driver [1] ps3: gigabit ethernet driver for PS3 [2] ps3: add wireless LAN support for PS3 They are submitted for review since some of the underlying infrastructure code hasn't been submitted yet. For reference, you can take a look at Geoff's gi

[PATCH 0/2] RFC: PS3 network driver

2007-05-31 Thread MOKUNO Masakazu
Hi This is the first submission of the PS3 network driver [1] ps3: gigabit ethernet driver for PS3 [2] ps3: add wireless LAN support for PS3 They are submitted for review since some of the underlying infrastructure code hasn't been submitted yet. For reference, you can take a look at Geoff's gi

[PATCH 1/2] ps3: gigabit ethernet driver

2007-05-31 Thread MOKUNO Masakazu
Add gigabit ethernet support for PS3. Signed-off-by: Masakazu Mokuno <[EMAIL PROTECTED]> --- drivers/net/Kconfig | 10 drivers/net/Makefile|1 drivers/net/gelic_net.c | 1579 drivers/net/gelic_net.h | 233 +++ 4 files changed,