Re: virtual irq isssue - regmap_irq

2013-03-07 Thread Mark Brown
On Thu, Mar 07, 2013 at 05:22:35PM +0530, Ashish Jangam wrote: > On Thu, 2013-03-07 at 15:13 +0800, Mark Brown wrote: > > This is a bug in your platform which will affect anything using a linear > > domain. The platform isn't setting up its interrupts correctly so that > > the core knows that

Re: virtual irq isssue - regmap_irq

2013-03-07 Thread Ashish Jangam
On Thu, 2013-03-07 at 15:13 +0800, Mark Brown wrote: > On Thu, Mar 07, 2013 at 12:27:52PM +0530, Ashish Jangam wrote: > > > In regmap_irq if irq_base is unknown then regmap creates virq starting from > > 0 > > and it seems that in kernel 3.8 virq 0 usage is not permitted, since during > > irq >

Re: virtual irq isssue - regmap_irq

2013-03-07 Thread Ashish Jangam
On Thu, 2013-03-07 at 15:13 +0800, Mark Brown wrote: On Thu, Mar 07, 2013 at 12:27:52PM +0530, Ashish Jangam wrote: In regmap_irq if irq_base is unknown then regmap creates virq starting from 0 and it seems that in kernel 3.8 virq 0 usage is not permitted, since during irq

Re: virtual irq isssue - regmap_irq

2013-03-07 Thread Mark Brown
On Thu, Mar 07, 2013 at 05:22:35PM +0530, Ashish Jangam wrote: On Thu, 2013-03-07 at 15:13 +0800, Mark Brown wrote: This is a bug in your platform which will affect anything using a linear domain. The platform isn't setting up its interrupts correctly so that the core knows that those

Re: virtual irq isssue - regmap_irq

2013-03-06 Thread Mark Brown
On Thu, Mar 07, 2013 at 12:27:52PM +0530, Ashish Jangam wrote: > In regmap_irq if irq_base is unknown then regmap creates virq starting from 0 > and it seems that in kernel 3.8 virq 0 usage is not permitted, since during > irq > registration kernel throws a message "error: irq_desc already

virtual irq isssue - regmap_irq

2013-03-06 Thread Ashish Jangam
Hi, In regmap_irq if irq_base is unknown then regmap creates virq starting from 0 and it seems that in kernel 3.8 virq 0 usage is not permitted, since during irq registration kernel throws a message "error: irq_desc already associated". I'm not sure if this requires fix in regmap_irq or kernel,

virtual irq isssue - regmap_irq

2013-03-06 Thread Ashish Jangam
Hi, In regmap_irq if irq_base is unknown then regmap creates virq starting from 0 and it seems that in kernel 3.8 virq 0 usage is not permitted, since during irq registration kernel throws a message error: irq_desc already associated. I'm not sure if this requires fix in regmap_irq or kernel,

Re: virtual irq isssue - regmap_irq

2013-03-06 Thread Mark Brown
On Thu, Mar 07, 2013 at 12:27:52PM +0530, Ashish Jangam wrote: In regmap_irq if irq_base is unknown then regmap creates virq starting from 0 and it seems that in kernel 3.8 virq 0 usage is not permitted, since during irq registration kernel throws a message error: irq_desc already