[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqJ_kD-QPoRySPTU+7CG=s66QQAytnXMyiJ3AUz8yRE4tw@mail.gmail.com>
Date: Sat, 1 Nov 2014 04:58:07 +0800
From: Rob Herring <robherring2@...il.com>
To: Wolfram Sang <wsa@...-dreams.de>
Cc: Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Laurent Pinchart <laurent.pinchart+renesas@...asonboard.com>,
"linux-i2c@...r.kernel.org" <linux-i2c@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Thierry Reding <thierry.reding@...il.com>,
"devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
Rob Herring <robh+dt@...nel.org>,
Grant Likely <grant.likely@...aro.org>
Subject: Re: [PATCH 1/3] of/irq: Export of_irq_get()
On Sat, Nov 1, 2014 at 2:20 AM, Wolfram Sang <wsa@...-dreams.de> 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 core which can be compiled as a
>> > > module.
>> > >
>> > > Signed-off-by: Laurent Pinchart
>> > > <laurent.pinchart+renesas@...asonboard.com>
>> >
>> > I think it makes sense if I take this via I2C to get the dependencies
>> > for the later patches right?
>>
>> It would be easier, yes.
>
> Oh, DT maintainers are not on CC. Then I can wait pretty long for an
> ack ;) Fixing that.
Acked-by: Rob Herring <robh@...nel.org>
>
>>
>> > > ---
>> > >
>> > > 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/of/irq.c
>> > > @@ -405,6 +405,7 @@ int of_irq_get(struct device_node *dev, int index)
>> > >
>> > > return irq_create_of_mapping(&oirq);
>> > >
>> > > }
>> > >
>> > > +EXPORT_SYMBOL_GPL(of_irq_get);
>> > >
>> > > /**
>> > >
>> > > * of_irq_get_byname - Decode a node's IRQ and return it as a Linux irq
>> > > number
>>
>> --
>> Regards,
>>
>> Laurent Pinchart
>>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists