Re: [PATCH 1/3] of/irq: Export of_irq_get()

2014-11-07 Thread Wolfram Sang
On Thu, Oct 30, 2014 at 03:59:36PM +0200, Laurent Pinchart wrote: > The function will be used by the I2C core which can be compiled as a > module. > > Signed-off-by: Laurent Pinchart Applied to for-next, thanks! signature.asc Description: Digital signature

Re: [PATCH 1/3] of/irq: Export of_irq_get()

2014-11-04 Thread Grant Likely
On Thu, 30 Oct 2014 15:16:44 +0100 , Wolfram Sang wrote: > On Thu, Oct 30, 2014 at 03:59:36PM +0200, Laurent Pinchart wrote: > > The function will be used by the I2C core which can be compiled as a > > module. > > > > Signed-off-by: Laurent Pinchart > > I think it makes sense if I take this vi

Re: [PATCH 1/3] of/irq: Export of_irq_get()

2014-10-31 Thread Rob Herring
On Sat, Nov 1, 2014 at 2:20 AM, Wolfram Sang wrote: > On Thu, Oct 30, 2014 at 04:17:19PM +0200, Laurent Pinchart wrote: >> On Thursday 30 October 2014 15:16:44 Wolfram Sang wrote: >> > On Thu, Oct 30, 2014 at 03:59:36PM +0200, Laurent Pinchart wrote: >> > > The function will be used by the I2C cor

Re: [PATCH 1/3] of/irq: Export of_irq_get()

2014-10-31 Thread Wolfram Sang
On Thu, Oct 30, 2014 at 04:17:19PM +0200, Laurent Pinchart wrote: > On Thursday 30 October 2014 15:16:44 Wolfram Sang wrote: > > On Thu, Oct 30, 2014 at 03:59:36PM +0200, Laurent Pinchart wrote: > > > The function will be used by the I2C core which can be compiled as a > > > module. > > > > > > Si

Re: [PATCH 1/3] of/irq: Export of_irq_get()

2014-10-30 Thread Laurent Pinchart
On Thursday 30 October 2014 15:16:44 Wolfram Sang wrote: > On Thu, Oct 30, 2014 at 03:59:36PM +0200, Laurent Pinchart wrote: > > The function will be used by the I2C core which can be compiled as a > > module. > > > > Signed-off-by: Laurent Pinchart > > > > I think it makes sense if I take this

Re: [PATCH 1/3] of/irq: Export of_irq_get()

2014-10-30 Thread Wolfram Sang
On Thu, Oct 30, 2014 at 03:59:36PM +0200, Laurent Pinchart wrote: > The function will be used by the I2C core which can be compiled as a > module. > > Signed-off-by: Laurent Pinchart I think it makes sense if I take this via I2C to get the dependencies for the later patches right? > --- > driv

[PATCH 1/3] of/irq: Export of_irq_get()

2014-10-30 Thread Laurent Pinchart
The function will be used by the I2C core which can be compiled as a module. Signed-off-by: Laurent Pinchart --- drivers/of/irq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/of/irq.c b/drivers/of/irq.c index 1471e0a223a5..0d7765807f49 100644 --- a/drivers/of/irq.c +++ b/drivers/o