[PATCH] powerpc,ppc4xx_edac: Add comma to fix build error

2011-07-07 Thread Mike Williams
Commit 4018294b53d1dae026880e45f174c1cc63b5d435 broke the ppc4xx_edac driver at line 210 where the struct member is missing a comma. Signed-off-by: Mike Williams --- drivers/edac/ppc4xx_edac.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/edac/ppc4xx_edac.c b

Re: [PATCH v13 09/10] USB ppc4xx: Add Synopsys DWC OTG driver kernel configuration and Makefile

2011-06-28 Thread Mike Williams
On Sun, Apr 03, 2011 at 04:17:24PM -0700, tmarri at apm.com wrote: > +choice > + prompt "DWC Mode Selection" > + depends on USB_DWC_OTG > + default DWC_HOST_ONLY > + help > +  Select the DWC Core in OTG, Host only, or Device only mode. > + > +config DWC_HOST_ONLY > + bool "DWC Host Only Mode" > + >

Re: [PATCH] powerpc, 460gt: Add 460gt as compatible in the check for 460ex-compatible crypto

2011-06-28 Thread Mike Williams
On Tue, Jun 28, 2011 at 7:48 AM, Josh Boyer wrote: > On Fri, Jun 24, 2011 at 04:14:07AM +0200, Segher Boessenkool wrote: >-       if (of_find_compatible_node(NULL, NULL, >"amcc,ppc460ex-crypto")) { >+       if (of_find_compatible_node(NULL, NULL, >"amcc,ppc460ex-crypto") || >+

Fwd: [PATCH] powerpc, 460gt: Add 460gt as compatible in the check for 460ex-compatible crypto

2011-06-23 Thread Mike Williams
On Wed, Jun 22, 2011 at 7:24 PM, Segher Boessenkool wrote: >> -       if (of_find_compatible_node(NULL, NULL, "amcc,ppc460ex-crypto")) { >> +       if (of_find_compatible_node(NULL, NULL, "amcc,ppc460ex-crypto") || >> +           of_find_compatible_node(NULL, NULL, "amcc,ppc460gt-crypto")) { > > I

[PATCH] powerpc, 460gt: Add 460gt as compatible in the check for 460ex-compatible crypto

2011-06-22 Thread Mike Williams
Signed-off-by: Mike Williams --- drivers/crypto/amcc/crypto4xx_core.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/crypto/amcc/crypto4xx_core.c b/drivers/crypto/amcc/crypto4xx_core.c index 1891252..4895be5 100644 --- a/drivers/crypto/amcc/crypto4xx_core.c

[PATCH] powerpc, ppc4xx: Update canyonlands and glacier boards DTS to add HW RNG support

2011-06-22 Thread Mike Williams
Signed-off-by: Mike Williams --- arch/powerpc/boot/dts/canyonlands.dts |5 + arch/powerpc/boot/dts/glacier.dts |5 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/canyonlands.dts b/arch/powerpc/boot/dts/canyonlands.dts index 22dd6ae