From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Iles Subject: Re: [PATCHv3] dt: add helper to read 64-bit integers Date: Tue, 4 Oct 2011 21:35:50 +0100 Message-ID: <20111004203550.GB12252@gallagher> References: <1316029799-10609-1-git-send-email-jamie@jamieiles.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1316029799-10609-1-git-send-email-jamie-wmLquQDDieKakBO8gow8eQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Jamie Iles Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, Sep 14, 2011 at 08:49:59PM +0100, Jamie Iles wrote: > Add a helper similar to of_property_read_u32() that handles 64-bit > integers. > > v2/v3: constify device node and property name parameters. > > Cc: Grant Likely > Reviewed-by: Rob Herring > Signed-off-by: Jamie Iles > --- Hi Grant, Any chance of taking this patch? Artem picked up the gpio-nand binding a little while ago but had to drop it because of the dependency on this one. Thanks, Jamie