[PATCH] powerpc/mpic: fix WARN_ON from alloc_bootmem

2009-06-28 Thread Jeremy Kerr
Current powerpc/merge on a QS21 reports an oops on boot: [ cut here ] Badness at mm/bootmem.c:535 [snip] Call Trace: [c0763a80] [c05dd068] .alloc_arch_preferred_bootmem+0x28/0x9c (unreliable) [c0763b10] [c05ddaac] .___alloc_bootmem_nopanic+

Re: [PATCH] powerpc: Have Warp take advantage of GPIO LEDs default-state = keep

2009-06-28 Thread Josh Boyer
On Sun, Jun 28, 2009 at 05:22:51PM -0400, Sean MacLennan wrote: >Yes, it's me again. The GPIO LEDs default-state = keep patch was >accepted into the kernel. This patch takes advantage of that patch. I haven't forgotten about your patches. Will try and get them pulled together and send them on to

[PATCH] powerpc: Have Warp take advantage of GPIO LEDs default-state = keep

2009-06-28 Thread Sean MacLennan
Yes, it's me again. The GPIO LEDs default-state = keep patch was accepted into the kernel. This patch takes advantage of that patch. It would be nice if the patch made it into 2.6.31 since this was my last outstanding patch. I really didn't think the "keep" patch would be accepted in this release

Re: [PATCH 2/2] sound/soc: remove BROKEN from Efika and pcm030 fabric drivers

2009-06-28 Thread Jon Smirl
On Sun, Jun 28, 2009 at 3:42 AM, Grant Likely wrote: > From: Grant Likely > > The needed spin_event_timeout() macro is now merged in from the > powerpc tree, so these drivers are no longer broken.  This reverts > commit 0c0e09e21a9e7bc6ca54e06ef3d497255ca26383 (ASoC: Mark MPC5200 > AC97 as BROKEN

Re: [PATCH 1/2] alsa/soc: Fix typo in MPC5200 PSC AC97 driver Kconfig

2009-06-28 Thread Jon Smirl
On Sun, Jun 28, 2009 at 3:41 AM, Grant Likely wrote: > From: Grant Likely > > ALSA SoC drivers should be specify SND_SOC_AC97_BUS instead, not AC97_BUS. > Without SND_SOC_AC97_BUS defined, an AC97 device will not get correctly > registered on the AC97 bus, which prevents thinks like the WM9712 > t

[PATCH 05/62] arch/powerpc: Remove unnecessary semicolons

2009-06-28 Thread Joe Perches
Signed-off-by: Joe Perches --- arch/powerpc/mm/tlb_hash64.c |2 +- arch/powerpc/oprofile/cell/vma_map.c |2 +- arch/powerpc/platforms/powermac/cpufreq_64.c |2 +- arch/powerpc/platforms/powermac/pic.c|2 +- arch/powerpc/platforms/ps3/system-bus.c

[PATCH 15/62] drivers/dma/fsldma.c: Remove unnecessary semicolons

2009-06-28 Thread Joe Perches
Signed-off-by: Joe Perches --- drivers/dma/fsldma.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/dma/fsldma.c b/drivers/dma/fsldma.c index f18d1bd..71ce8ed 100644 --- a/drivers/dma/fsldma.c +++ b/drivers/dma/fsldma.c @@ -136,7 +136,7 @@ static int dma_is_idle(

[PATCH 2/2] sound/soc: remove BROKEN from Efika and pcm030 fabric drivers

2009-06-28 Thread Grant Likely
From: Grant Likely The needed spin_event_timeout() macro is now merged in from the powerpc tree, so these drivers are no longer broken. This reverts commit 0c0e09e21a9e7bc6ca54e06ef3d497255ca26383 (ASoC: Mark MPC5200 AC97 as BROKEN until PowerPC merge issues are resolved) Tested against 2.6.31-

[PATCH 1/2] alsa/soc: Fix typo in MPC5200 PSC AC97 driver Kconfig

2009-06-28 Thread Grant Likely
From: Grant Likely ALSA SoC drivers should be specify SND_SOC_AC97_BUS instead, not AC97_BUS. Without SND_SOC_AC97_BUS defined, an AC97 device will not get correctly registered on the AC97 bus, which prevents thinks like the WM9712 touchscreen driver from getting probed. Tested against 2.6.31-rc