[PATCH] drm: imx: use GENERIC_IRQ_CHIP

2014-06-12 Thread Arnd Bergmann
On Thursday 12 June 2014 16:04:19 Russell King - ARM Linux wrote: > On Thu, Jun 12, 2014 at 04:51:26PM +0200, Arnd Bergmann wrote: > > On Thursday 12 June 2014 15:23:54 Russell King - ARM Linux wrote: > > > On Thu, Jun 12, 2014 at 04:05:32PM +0200, Arnd Bergmann wrote: > > > > This driver defines i

[PATCH] drm: imx: use GENERIC_IRQ_CHIP

2014-06-12 Thread Arnd Bergmann
On Thursday 12 June 2014 15:23:54 Russell King - ARM Linux wrote: > On Thu, Jun 12, 2014 at 04:05:32PM +0200, Arnd Bergmann wrote: > > This driver defines its own irqchip using the generic chip > > infrastructure, and hence needs the GENERIC_IRQ_CHIP Kconfig > > symbol enabled, or get this build er

[PATCH] drm: imx: use GENERIC_IRQ_CHIP

2014-06-12 Thread Arnd Bergmann
This driver defines its own irqchip using the generic chip infrastructure, and hence needs the GENERIC_IRQ_CHIP Kconfig symbol enabled, or get this build error: drivers/built-in.o: In function `ipu_probe': :(.text+0x49ea4c): undefined reference to `irq_generic_chip_ops' :(.text+0x49ea5c): undefine

[PATCH] drm: imx: use GENERIC_IRQ_CHIP

2014-06-12 Thread Russell King - ARM Linux
On Thu, Jun 12, 2014 at 04:51:26PM +0200, Arnd Bergmann wrote: > On Thursday 12 June 2014 15:23:54 Russell King - ARM Linux wrote: > > On Thu, Jun 12, 2014 at 04:05:32PM +0200, Arnd Bergmann wrote: > > > This driver defines its own irqchip using the generic chip > > > infrastructure, and hence need

[PATCH] drm: imx: use GENERIC_IRQ_CHIP

2014-06-12 Thread Russell King - ARM Linux
On Thu, Jun 12, 2014 at 04:05:32PM +0200, Arnd Bergmann wrote: > This driver defines its own irqchip using the generic chip > infrastructure, and hence needs the GENERIC_IRQ_CHIP Kconfig > symbol enabled, or get this build error: > > drivers/built-in.o: In function `ipu_probe': > :(.text+0x49ea4c)