[PATCH 4/5] ehea: fix phyp checkpatch complaints

2008-01-28 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_phyp.c | 158 +- drivers/net/ehea/ehea_phyp.h | 22 +++--- 2 files changed, 90 insertions(+), 90 deletions(-) diff --git a/driv

[PATCH 5/5] ehea: fix qmr checkpatch complaints

2008-01-28 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_qmr.c | 32 drivers/net/ehea/ehea_qmr.h | 16 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/driv

[PATCH 1/5] ehea: fix ehea.h checkpatch complaints

2008-01-28 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea.h|3 +++ drivers/net/ehea/ehea_hw.h |8 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/

[PATCH 2/5] ehea: fix ethtool checkpatch complaints

2008-01-28 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_ethtool.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ehea/ehea_ethtool.c b/drivers/net/ehea/ehea_ethtool.c index 679f40e..d7

[PATCH 0/5] ehea: fixups for checkpatch

2008-01-28 Thread Doug Maxey
A set of fixups that silences checkpatch. ++doug --- drivers/net/ehea/ehea.h |3 + drivers/net/ehea/ehea_ethtool.c |4 +- drivers/net/ehea/ehea_hw.h |8 +- drivers/net/ehea/ehea_main.c| 87 +++-- drivers/net/ehea/ehea_phyp.c| 158 ++

[PATCH 3/5] ehea: fix main checkpatch complaints

2008-01-28 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_main.c | 87 ++ 1 files changed, 46 insertions(+), 41 deletions(-) diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea

[PATCH 0/5] ehea checkpatch fixups

2008-01-31 Thread Doug Maxey
A small set of fixups for checkpatch. Based on upstream pull from a few hours ago. drivers/net/ehea/ehea.h |3 + drivers/net/ehea/ehea_ethtool.c |4 +- drivers/net/ehea/ehea_hw.h |8 +- drivers/net/ehea/ehea_main.c| 87 +++-- drivers/net/ehea/ehea_

[PATCH 2/5] ehea: fix ethtool checkpatch complaints

2008-01-31 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_ethtool.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ehea/ehea_ethtool.c b/drivers/net/ehea/ehea_ethtool.c index 679f40e..d7

[PATCH 4/5] ehea: fix phyp checkpatch complaints

2008-01-31 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_phyp.c | 158 +- drivers/net/ehea/ehea_phyp.h | 22 +++--- 2 files changed, 90 insertions(+), 90 deletions(-) diff --git a/driv

[PATCH 3/5] ehea: fix main checkpatch complaints

2008-01-31 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_main.c | 87 ++ 1 files changed, 46 insertions(+), 41 deletions(-) diff --git a/drivers/net/ehea/ehea_main.c b/drivers/net/ehea

[PATCH 5/5] ehea: fix qmr checkpatch complaints

2008-01-31 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea_qmr.c | 32 drivers/net/ehea/ehea_qmr.h | 16 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/driv

[PATCH 1/5] ehea: fix ehea.h checkpatch complaints

2008-01-31 Thread Doug Maxey
Cc: Jan-Bernd Themann <[EMAIL PROTECTED]> Signed-off-by: Doug Maxey <[EMAIL PROTECTED]> --- drivers/net/ehea/ehea.h|3 +++ drivers/net/ehea/ehea_hw.h |8 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/drivers/net/ehea/ehea.h b/drivers/net/ehea/

Re: [PATCH 0/5] ehea checkpatch fixups

2008-01-31 Thread Doug Maxey
On Thu, 31 Jan 2008 21:05:42 CST, Nathan Lynch wrote: > Doug Maxey wrote: > > > > A small set of fixups for checkpatch. > > > > Based on upstream pull from a few hours ago. > > Er, ehea doesn't even build right now[1], maybe that could get fixed > first

Re: [PATCH 4/5] ehea: fix phyp checkpatch complaints

2008-02-01 Thread Doug Maxey
On Fri, 01 Feb 2008 13:23:45 CST, Scott Wood wrote: > On Thu, Jan 31, 2008 at 08:20:50PM -0600, Doug Maxey wrote: > > /* input param R5 */ > > -#define H_ALL_RES_QP_EQPO EHEA_BMASK_IBM(9, 11) ... > > +#define H_ALL_RES_QP_EQPOEHEA_BMASK_IBM(9, 11) ... > >

Re: [PATCH 0/24] powerpc: 4xx PCI, PCI-X and PCI-Express support among others

2007-11-30 Thread Doug Maxey
On Fri, 30 Nov 2007 18:53:04 CST, Josh Boyer wrote: > On Fri, 30 Nov 2007 10:11:05 -0600 > Jon Loeliger <[EMAIL PROTECTED]> wrote: > > > Olof Johansson wrote: > > > > > I normally do "quilt diff | checkpatch.pl -" when use quilt. You could > > > similarly do "git diff HEAD | checkpatch.pl -". Yo

Re: [PATCH] ehea: use get_zeroed_page for alignment-sensitive allocation

2008-12-22 Thread Doug Maxey
On Mon, 22 Dec 2008 12:42:11 CST, Nathan Lynch wrote: > With slub debug enabled, I see the following errors and crash with > 2.6.28-rc9: > > IBM eHEA ethernet device driver (Release EHEA_0095) > ehea: Error in ehea_h_register_rpage_mr: not on pageboundary > ehea: Error in ehea_reg_mr_section: reg

ipv6 in yaboot

2007-07-31 Thread Doug Maxey
Howdy! I just got asked about ipv6 support in yaboot and a quick investigation showed _no_ knowledge of the address formats in the code. Should I be submitting an RFC for a full parser that can pick that apart? Or does has someone have code lurking in the shadows, that just needed some prompti

Re: ipv6 in yaboot

2007-07-31 Thread Doug Maxey
On Tue, 31 Jul 2007 21:11:01 BST, Paul Nasrat wrote: >On Tue, 2007-07-31 at 14:21 -0500, Doug Maxey wrote: >> Howdy! >> >> I just got asked about ipv6 support in yaboot and a quick investigation >> showed _no_ knowledge of the address formats in the code. > >W

Re: ipv6 in yaboot

2007-07-31 Thread Doug Maxey
On Wed, 01 Aug 2007 11:03:12 +1000, Paul Mackerras wrote: > Doug Maxey writes: > > > I just got asked about ipv6 support in yaboot and a quick investigation > > showed _no_ knowledge of the address formats in the code. > > > > Should I be submitting an RFC for a

Re: ipv6 in yaboot

2007-08-01 Thread Doug Maxey
On Wed, 01 Aug 2007 07:12:15 +0200, Segher Boessenkool wrote: I just got asked about ipv6 support in yaboot and a quick investigation showed _no_ knowledge of the address formats in the code. Should I be submitting an RFC for a full parser that can pick that apart? O