From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 9 Dec 2011 15:17:23 +0000 Subject: [PATCH 1/6] irqdomain: export irq_domain_simple_ops for !CONFIG_OF In-Reply-To: <1323058550-13368-3-git-send-email-shawn.guo@linaro.org> References: <1323058550-13368-1-git-send-email-shawn.guo@linaro.org> <1323058550-13368-3-git-send-email-shawn.guo@linaro.org> Message-ID: <201112091517.23638.arnd@arndb.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 05 December 2011, Shawn Guo wrote: > > From: Jamie Iles > > irqdomain support is used in interrupt controller drivers that may not > have device tree support but only need the basic HW->Linux irq > translation. Rather than having each of these implement their own IRQ > domain, allow them to use the simple ops. > > Cc: Thomas Gleixner > Cc: Rob Herring > Cc: Grant Likely > Signed-off-by: Jamie Iles > Acked-by: Rob Herring Acked-by: Arnd Bergmann I'm fine with taking this through arm-soc with an Ack from Thomas. Arnd