Re: [PATCH] irq: make SPARSE_IRQ an optionally hidden option

2012-02-04 Thread Russell King - ARM Linux
So that everyone who received this patch knows... I've just pulled Rob's series, which includes this patch, into a stable branch in my tree and it is my intention to send this during the 3.4 merge window. This means that there is a patch in my tree which touches other architectures' Kconfig files

[ppc] sm501-usb boot hang down with linux-3.1.10 and linux-3.2.4 on sam460ex

2012-02-04 Thread acrux
board: Acube Sam460ex (canyonlands based) boot process hang down with linux-3.1.10 and 3.2.4 [1] instead with linux-3.0.19 still boot but with a weird Oops [2] [1] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) Memo

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-04 Thread Russell King - ARM Linux
On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: > Hey everyone, > > This patch series is ready for much wider consumption now. I'd like > to get it into linux-next ASAP because there will be ARM board support > depending on it. I'll wait a few days before I ask Stephen to pull > th

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-04 Thread Russell King - ARM Linux
On Sat, Feb 04, 2012 at 10:17:48PM +, Russell King - ARM Linux wrote: > On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: > > Hey everyone, > > > > This patch series is ready for much wider consumption now. I'd like > > to get it into linux-next ASAP because there will be ARM boar

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-04 Thread Benjamin Herrenschmidt
On Sat, 2012-02-04 at 22:17 +, Russell King - ARM Linux wrote: > On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: > > Hey everyone, > > > > This patch series is ready for much wider consumption now. I'd like > > to get it into linux-next ASAP because there will be ARM board suppo

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-04 Thread Tony Lindgren
* Russell King - ARM Linux [120204 14:00]: > > Actually, it turns out to be not that hard, because twl doesn't actually > make use of the IRQ domain stuff: > > commit aeb5032b3f8b9ab69daa545777433fa94b3494c4 > Author: Benoit Cousson > AuthorDate: Mon Aug 29 16:20:23 2011 +0200 > Commit:

[PATCH 09/24] PCI, powerpc: Register busn_res for root buses

2012-02-04 Thread Yinghai Lu
Signed-off-by: Yinghai Lu Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org --- arch/powerpc/kernel/pci-common.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/kernel/pci-common.c b/arch/powerpc/kernel/pci-common.c index