Re: [PATCH 4/7] gpio/mxs: convert to use linear irqdomain

2012-10-19 Thread Shawn Guo
On 19 October 2012 18:22, Linus Walleij wrote: > No, which defconfig shall I use for this driver? > mxs_defconfig Shawn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/m

Re: [PATCH 4/7] gpio/mxs: convert to use linear irqdomain

2012-10-19 Thread Linus Walleij
On Thu, Oct 18, 2012 at 8:22 AM, Shawn Guo wrote: >> /* gpio-mxs can be a generic irq chip */ >> mxs_gpio_init_gc(port, irq_base); > > > So I know this one is not compile-tested. No, which defconfig shall I use for this driver? > This is exact

Re: [PATCH 4/7] gpio/mxs: convert to use linear irqdomain

2012-10-18 Thread Rob Herring
On 10/18/2012 01:22 AM, Shawn Guo wrote: > On Tue, Oct 16, 2012 at 09:22:56PM +0200, Linus Walleij wrote: >> The MXS driver tries to do the work of irq_domain_add_linear() >> by reserving a bunch of descriptors somewhere and keeping track >> of the base offset, then calling irq_domain_add_legacy().

Re: [PATCH 4/7] gpio/mxs: convert to use linear irqdomain

2012-10-17 Thread Shawn Guo
On Tue, Oct 16, 2012 at 09:22:56PM +0200, Linus Walleij wrote: > The MXS driver tries to do the work of irq_domain_add_linear() > by reserving a bunch of descriptors somewhere and keeping track > of the base offset, then calling irq_domain_add_legacy(). Let's > stop doing that and simply use the li

[PATCH 4/7] gpio/mxs: convert to use linear irqdomain

2012-10-16 Thread Linus Walleij
The MXS driver tries to do the work of irq_domain_add_linear() by reserving a bunch of descriptors somewhere and keeping track of the base offset, then calling irq_domain_add_legacy(). Let's stop doing that and simply use the linear IRQ domain. Cc: Rob Herring Cc: Grant Likely Cc: Shawn Guo Sig