Re: [PATCH 15/19] mfd: Don't convert just one IRQ using irqdomain if a range is provided

2012-09-21 Thread Samuel Ortiz
Hi Lee, On Mon, Sep 17, 2012 at 03:11:07PM +0100, Lee Jones wrote: > On Mon, Sep 17, 2012 at 03:45:50PM +0200, Samuel Ortiz wrote: > > Hi Lee, Arnd, > > > > On Fri, Sep 07, 2012 at 01:57:27PM +, Arnd Bergmann wrote: > > > On Friday 07 September 2012, Lee Jones wrote: > > > > On Fri, Sep 07, 2

Re: [PATCH 15/19] mfd: Don't convert just one IRQ using irqdomain if a range is provided

2012-09-17 Thread Lee Jones
On Mon, Sep 17, 2012 at 03:45:50PM +0200, Samuel Ortiz wrote: > Hi Lee, Arnd, > > On Fri, Sep 07, 2012 at 01:57:27PM +, Arnd Bergmann wrote: > > On Friday 07 September 2012, Lee Jones wrote: > > > On Fri, Sep 07, 2012 at 01:37:26PM +, Arnd Bergmann wrote: > > > > On Friday 07 September 201

Re: [PATCH 15/19] mfd: Don't convert just one IRQ using irqdomain if a range is provided

2012-09-17 Thread Samuel Ortiz
Hi Lee, Arnd, On Fri, Sep 07, 2012 at 01:57:27PM +, Arnd Bergmann wrote: > On Friday 07 September 2012, Lee Jones wrote: > > On Fri, Sep 07, 2012 at 01:37:26PM +, Arnd Bergmann wrote: > > > On Friday 07 September 2012, Lee Jones wrote: > > > > On Fri, Sep 07, 2012 at 12:35:41PM +, Arnd

Re: [PATCH 15/19] mfd: Don't convert just one IRQ using irqdomain if a range is provided

2012-09-07 Thread Arnd Bergmann
On Friday 07 September 2012, Lee Jones wrote: > On Fri, Sep 07, 2012 at 01:37:26PM +, Arnd Bergmann wrote: > > On Friday 07 September 2012, Lee Jones wrote: > > > On Fri, Sep 07, 2012 at 12:35:41PM +, Arnd Bergmann wrote: > > > > The examples I had seen before were all just ranges of two in

Re: [PATCH 15/19] mfd: Don't convert just one IRQ using irqdomain if a range is provided

2012-09-07 Thread Lee Jones
On Fri, Sep 07, 2012 at 01:37:26PM +, Arnd Bergmann wrote: > On Friday 07 September 2012, Lee Jones wrote: > > On Fri, Sep 07, 2012 at 12:35:41PM +, Arnd Bergmann wrote: > > > On Friday 07 September 2012, Lee Jones wrote: > > > > MFD core code attempts to convert specified hardware (local)

Re: [PATCH 15/19] mfd: Don't convert just one IRQ using irqdomain if a range is provided

2012-09-07 Thread Arnd Bergmann
On Friday 07 September 2012, Lee Jones wrote: > On Fri, Sep 07, 2012 at 12:35:41PM +, Arnd Bergmann wrote: > > On Friday 07 September 2012, Lee Jones wrote: > > > MFD core code attempts to convert specified hardware (local) IRQ > > > numbers to virtual-IRQs, which something Linux can understand

Re: [PATCH 15/19] mfd: Don't convert just one IRQ using irqdomain if a range is provided

2012-09-07 Thread Lee Jones
On Fri, Sep 07, 2012 at 12:35:41PM +, Arnd Bergmann wrote: > On Friday 07 September 2012, Lee Jones wrote: > > MFD core code attempts to convert specified hardware (local) IRQ > > numbers to virtual-IRQs, which something Linux can understand. This > > works great when only one IRQ is specified.

Re: [PATCH 15/19] mfd: Don't convert just one IRQ using irqdomain if a range is provided

2012-09-07 Thread Arnd Bergmann
On Friday 07 September 2012, Lee Jones wrote: > MFD core code attempts to convert specified hardware (local) IRQ > numbers to virtual-IRQs, which something Linux can understand. This > works great when only one IRQ is specified. However, converting > entire ranges is currently unsupported. If this

[PATCH 15/19] mfd: Don't convert just one IRQ using irqdomain if a range is provided

2012-09-07 Thread Lee Jones
MFD core code attempts to convert specified hardware (local) IRQ numbers to virtual-IRQs, which something Linux can understand. This works great when only one IRQ is specified. However, converting entire ranges is currently unsupported. If this occurs we issue a kernel warning to inform the user of