[PATCH 1/2] gpu: ipu-v3: Select GENERIC_IRQ_CHIP to fix build error

2014-08-02 Thread Axel Lin
This driver uses GENERIC_IRQ_CHIP, so it needs to select GENERIC_IRQ_CHIP to avoid build error. Fixes below build errors: ERROR: "irq_alloc_domain_generic_chips" [drivers/gpu/ipu-v3/imx-ipu-v3.ko] undefined! ERROR: "irq_gc_mask_clr_bit" [drivers/gpu/ipu-v3/imx-ipu-v3.ko] undefined! ERROR: "irq_gc

Re: [PATCH 1/2] gpu: ipu-v3: Select GENERIC_IRQ_CHIP to fix build error

2014-09-01 Thread Axel Lin
2014-08-03 10:36 GMT+08:00 Axel Lin : > This driver uses GENERIC_IRQ_CHIP, so it needs to select GENERIC_IRQ_CHIP to > avoid build error. > > Fixes below build errors: > ERROR: "irq_alloc_domain_generic_chips" [drivers/gpu/ipu-v3/imx-ipu-v3.ko] > undefined! > ERROR: "irq_gc_mask_clr_bit" [drivers/

Re: [PATCH 1/2] gpu: ipu-v3: Select GENERIC_IRQ_CHIP to fix build error

2014-09-01 Thread Greg Kroah-Hartman
On Tue, Sep 02, 2014 at 09:47:37AM +0800, Axel Lin wrote: > 2014-08-03 10:36 GMT+08:00 Axel Lin : > > This driver uses GENERIC_IRQ_CHIP, so it needs to select GENERIC_IRQ_CHIP to > > avoid build error. > > > > Fixes below build errors: > > ERROR: "irq_alloc_domain_generic_chips" [drivers/gpu/ipu-v3

Re: [PATCH 1/2] gpu: ipu-v3: Select GENERIC_IRQ_CHIP to fix build error

2014-09-01 Thread Axel Lin
2014-09-02 10:11 GMT+08:00 Greg Kroah-Hartman : > On Tue, Sep 02, 2014 at 09:47:37AM +0800, Axel Lin wrote: >> 2014-08-03 10:36 GMT+08:00 Axel Lin : >> > This driver uses GENERIC_IRQ_CHIP, so it needs to select GENERIC_IRQ_CHIP >> > to >> > avoid build error. >> > >> > Fixes below build errors: >>

Re: [PATCH 1/2] gpu: ipu-v3: Select GENERIC_IRQ_CHIP to fix build error

2014-09-01 Thread Greg Kroah-Hartman
On Tue, Sep 02, 2014 at 10:25:55AM +0800, Axel Lin wrote: > 2014-09-02 10:11 GMT+08:00 Greg Kroah-Hartman : > > On Tue, Sep 02, 2014 at 09:47:37AM +0800, Axel Lin wrote: > >> 2014-08-03 10:36 GMT+08:00 Axel Lin : > >> > This driver uses GENERIC_IRQ_CHIP, so it needs to select > >> > GENERIC_IRQ_CH

Re: [PATCH 1/2] gpu: ipu-v3: Select GENERIC_IRQ_CHIP to fix build error

2014-09-02 Thread Philipp Zabel
Hi, Am Montag, den 01.09.2014, 20:28 -0700 schrieb Greg Kroah-Hartman: [...] > > I checked the MAINTAINERS file, > > I can only find the maintainer for some subfolders of drivers/gpu but no > > entry > > for drivers/gpu/ipu-v3. > > So I'm not sure who is the maintainer for drivers/gpu/ipu-v3. >