Re: [PATCH 3/9] irqdomain: Introduce __irq_create_of_mapping()

2013-09-23 Thread Linus Walleij
On Mon, Sep 16, 2013 at 11:17 PM, Rob Herring wrote: > On 09/16/2013 03:32 AM, Thierry Reding wrote: >> This is a version of irq_create_of_mapping() that propagates the precise >> error code instead of returning 0 for all errors. It will be used in >> subsequent patches to allow further propagatio

Re: [PATCH 3/9] irqdomain: Introduce __irq_create_of_mapping()

2013-09-17 Thread Thierry Reding
On Mon, Sep 16, 2013 at 04:17:28PM -0500, Rob Herring wrote: > On 09/16/2013 03:32 AM, Thierry Reding wrote: > > This is a version of irq_create_of_mapping() that propagates the precise > > error code instead of returning 0 for all errors. It will be used in > > subsequent patches to allow further

Re: [PATCH 3/9] irqdomain: Introduce __irq_create_of_mapping()

2013-09-16 Thread Rob Herring
On 09/16/2013 03:32 AM, Thierry Reding wrote: > This is a version of irq_create_of_mapping() that propagates the precise > error code instead of returning 0 for all errors. It will be used in > subsequent patches to allow further propagation of error codes. > > To avoid code duplication, implement

[PATCH 3/9] irqdomain: Introduce __irq_create_of_mapping()

2013-09-16 Thread Thierry Reding
This is a version of irq_create_of_mapping() that propagates the precise error code instead of returning 0 for all errors. It will be used in subsequent patches to allow further propagation of error codes. To avoid code duplication, implement irq_create_of_mapping() as a wrapper around the new __i