[PATCH] MAINTAINERS: Update Spidernet network driver

2021-03-16 Thread Geoff Levand
Change the Spidernet network driver from supported to maintained, add the linuxppc-dev ML, and add myself as a 'maintainer'. Cc: Ishizaki Kou Signed-off-by: Geoff Levand --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAI

[PATCH v2] net/connector: Add const qualifier to cb_id

2020-12-14 Thread Geoff Levand
’ discards ‘const’ qualifier from pointer target Signed-off-by: Geoff Levand --- v2: Rebase to net-next.git. Documentation/driver-api/connector.rst | 2 +- drivers/connector/cn_queue.c | 8 drivers/connector/connector.c | 4 ++-- include/linux/connector.h | 10

[PATCH] net/connector: Add const qualifier to cb_id

2020-12-12 Thread Geoff Levand
’ discards ‘const’ qualifier from pointer target Signed-off-by: Geoff Levand --- Documentation/driver-api/connector.rst | 2 +- drivers/connector/cn_queue.c | 8 drivers/connector/connector.c | 4 ++-- include/linux/connector.h | 10 +- 4 files changed

Re: [PATCH 2/2] powerpc/ps3: make system bus's remove and shutdown callbacks return void

2020-11-28 Thread Geoff Levand
. > > Signed-off-by: Uwe Kleine-König Seems OK with v5.9 on PS3. Tested by: Geoff Levand

Re: [PATCH 1/2] ALSA: ppc: drop if block with always false condition

2020-11-28 Thread Geoff Levand
ere. > > Signed-off-by: Uwe Kleine-König I tested your two patches plus Leonard's patch 'ALSA: ppc: remove redundant checks in PS3 driver probe' applied to v5.9 on the PS3, and they seem to work fine. Thanks for both your efforts. Tested by: Geoff Levand

Re: [PATCH] ps3_gelic_net: Delete an error message for a failed memory allocation in gelic_descr_prepare_rx()

2018-01-04 Thread Geoff Levand
On 01/03/2018 06:40 AM, SF Markus Elfring wrote: > Omit an extra message for a memory allocation failure in this function. I applied this to my ps3-queue branch. As I mentioned to you several times before, please keep the commit subject line to less than 50 characters. Also, in this case the pref

Re: [PATCH] net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettings

2017-03-07 Thread Geoff Levand
ms to work OK. Thanks for your contribution. Tested-by: Geoff Levand

[PATCH] net/ps3_gelic: Fix build error with DEBUG

2015-06-10 Thread Geoff Levand
gelic_descr_get_status Signed-off-by: Geoff Levand --- Dave, please apply. -Geoff The following changes since commit d4a4f75cd8f29cd9464a5a32e9224a91571d6649: Linux 4.1-rc7 (2015-06-07 20:23:50 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git

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

2008-01-22 Thread Geoff Levand
On 01/22/2008 04:58 PM, John W. Linville wrote: > On Wed, Jan 23, 2008 at 11:40:34AM +1100, Benjamin Herrenschmidt wrote: >> >> On Tue, 2008-01-22 at 16:12 -0500, John W. Linville wrote: >> > On Thu, Dec 13, 2007 at 07:38:28PM +0900, Masakazu Mokuno wrote: >> > >> > > Here is a set of updates for

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

2007-06-23 Thread Geoff Levand
MOKUNO Masakazu wrote: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2920,6 +2920,12 @@ M: [EMAIL PROTECTED] > L: [EMAIL PROTECTED] > S: Maintained > > +PS3 NETWORK SUPPORT > +P: Masakazu Mokuno > +M: [EMAIL PROTECTED] > +L: netdev@vger.kernel.org I think you should put [EMAIL P

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

2007-06-15 Thread Geoff Levand
Hi Dan. Dan Williams wrote: > On Fri, 2007-06-15 at 10:16 -0700, Geoff Levand wrote: >> This all seems fine, but what is causing us trouble is that >> during the review of the wireless part Dan Williams made many >> non-trivial recommendations, and so we decided we need

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

2007-06-15 Thread Geoff Levand
Jeff Garzik wrote: > MOKUNO Masakazu wrote: >> +config GELIC_NET >> +tristate "PS3 Gigabit Ethernet driver" >> +depends on PPC_PS3 >> +help >> + This driver supports the Gigabit Ethernet device on the >> + PS3 game console. >> + >> + To compile this driver as a module, ch

Re: [Cbe-oss-dev] [PATCH 0/2] RFC: PS3 network driver

2007-06-01 Thread Geoff Levand
Christoph Hellwig wrote: > On Fri, Jun 01, 2007 at 02:31:54PM +0900, MOKUNO Masakazu wrote: >> Hi >> >> This is the first submission of the PS3 network driver >> [1] ps3: gigabit ethernet driver for PS3 > > What happened to the idea of incorporating support into spidernet? That is still our goa

Re: [PATCH 21/21]: powerpc/cell spidernet DMA coalescing

2006-10-11 Thread Geoff Levand
Linas Vepstas wrote: > On Tue, Oct 10, 2006 at 06:46:08PM -0700, Geoff Levand wrote: >> > Linas Vepstas wrote: >> >> The current driver code performs 512 DMA mappns of a bunch of >> >> 32-byte structures. This is silly, as they are all in contiguous >>

Re: [PATCH 21/21]: powerpc/cell spidernet DMA coalescing

2006-10-10 Thread Geoff Levand
jschopp wrote: > Linas Vepstas wrote: >> The current driver code performs 512 DMA mappns of a bunch of >> 32-byte structures. This is silly, as they are all in contiguous >> memory. Ths patch changes the code to DMA map the entie area >> with just one call. >> >> Signed-off-by: Linas Vepstas <[E

Re: [PATCH] Fix netpoll bug in Sun GEM Ether driver

2005-08-29 Thread Geoff Levand
David S. Miller wrote: > You're taking my suggestion way too far. > > Just replicate gem_interrupt() inline into gem_poll_controller(), > removing the irrelevant bits by hand. You shouldn't need to > modify gem_poll() at all, just as in your original patch. > I found that execution would go gem

Re: [PATCH] Fix netpoll bug in Sun GEM Ether driver

2005-08-29 Thread Geoff Levand
Eric Lemoine wrote: > On 8/27/05, Eric Lemoine <[EMAIL PROTECTED]> wrote: > >>On 8/27/05, Eric Lemoine <[EMAIL PROTECTED]> wrote: >> >>>On 8/26/05, Geoff Levand <[EMAIL PROTECTED]> wrote: >>> >>>>This fixes a major bug in the Su

Re: [PATCH] Fix netpoll bug in Sun GEM Ether driver

2005-08-26 Thread Geoff Levand
David S. Miller wrote: > From: Geoff Levand <[EMAIL PROTECTED]> > Date: Thu, 25 Aug 2005 22:13:57 -0700 > > >>@@ -970,7 +970,8 @@ >> /* gem_interrupt is safe to reentrance so no need >> * to disable_irq here. >> */ >>-

[PATCH] Fix netpoll bug in Sun GEM Ether driver

2005-08-25 Thread Geoff Levand
te the required structure when it finds no bits set in the interrupt status register. gem_poll() then move on its way and tries to delete the non-existent softnet_data structure. Signed-off-by: Geoff Levand <[EMAIL PROTECTED]> --- orig/drivers/net/sungem.c +++ mod/drivers/net/sungem