From patchwork Fri Oct 19 22:07:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukas Auer X-Patchwork-Id: 987076 X-Patchwork-Delegate: uboot@andestech.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=aisec.fraunhofer.de Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 42cL3z1Ts3zB2xZ for ; Sat, 20 Oct 2018 09:21:35 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id EB2BFC21C8B; Fri, 19 Oct 2018 22:16:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id D652AC21E02; Fri, 19 Oct 2018 22:13:37 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 2E5A0C21C93; Fri, 19 Oct 2018 22:11:17 +0000 (UTC) Received: from mail-edgeDD24.fraunhofer.de (mail-edgeDD24.fraunhofer.de [192.102.167.24]) by lists.denx.de (Postfix) with ESMTPS id BEBF4C21DB5 for ; Fri, 19 Oct 2018 22:11:13 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2EeAACcVcpb/xwBYJlkGgEBAQEBAgEBAQEHAgEBAQGBVAIBAQEBCwGCBIFTOoxsizubFg2EbAKFCSE3Cg0BAwEBAgEBAgICaSiFPAZ5EFE9GgYOBYMhggEBqH+KGgkBhyJDg2CBWD+JboUNAo5Hj3oHAoENgQEEjk8LF4FPh1wrhlMsliaBWSOBVTMaJIM7kFltAYwkAQE X-IPAS-Result: A2EeAACcVcpb/xwBYJlkGgEBAQEBAgEBAQEHAgEBAQGBVAIBAQEBCwGCBIFTOoxsizubFg2EbAKFCSE3Cg0BAwEBAgEBAgICaSiFPAZ5EFE9GgYOBYMhggEBqH+KGgkBhyJDg2CBWD+JboUNAo5Hj3oHAoENgQEEjk8LF4FPh1wrhlMsliaBWSOBVTMaJIM7kFltAYwkAQE X-IronPort-AV: E=Sophos;i="5.54,401,1534802400"; d="scan'208";a="7272596" Received: from mail-mtaka28.fraunhofer.de ([153.96.1.28]) by mail-edgeDD24.fraunhofer.de with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Oct 2018 00:11:13 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CjAAAHVspb/xBhWMBkHAEBAQQBAQcEAQGBVAQBAQsBhBGMbKZRDYRsAoUpNwoNAQMBAQIBAQJtKIU7BnkQUT0aBg4FgyGCAqh7ihsJAYciQ4U4P4luhQ0CjkePegcCgQ2BAQSOTwsXgU+HXCuGUyyWJoFZIoFVMxokgzuQWT0wAYwkAQE X-IronPort-AV: E=Sophos;i="5.54,401,1534802400"; d="scan'208";a="18910121" Received: from fgdemucivp01ltm.xch.fraunhofer.de (HELO FGDEMUCIMP11EXC.ads.fraunhofer.de) ([192.88.97.16]) by mail-mtaKA28.fraunhofer.de with ESMTP/TLS/AES256-SHA; 20 Oct 2018 00:11:09 +0200 Received: from localhost.de (10.80.233.50) by FGDEMUCIMP11EXC.ads.fraunhofer.de (10.80.232.42) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sat, 20 Oct 2018 00:12:28 +0200 From: Lukas Auer To: Date: Sat, 20 Oct 2018 00:07:42 +0200 Message-ID: <20181019220743.15020-30-lukas.auer@aisec.fraunhofer.de> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20181019220743.15020-1-lukas.auer@aisec.fraunhofer.de> References: <20181019220743.15020-1-lukas.auer@aisec.fraunhofer.de> MIME-Version: 1.0 X-TM-AS-Product-Ver: SMEX-11.0.0.4179-8.200.1013-24166.002 X-TM-AS-Result: No--2.739300-8.000000-31 X-TM-AS-User-Approved-Sender: No X-TM-AS-User-Blocked-Sender: No Subject: [U-Boot] [PATCH 29/30] dm: core: add missing prototype for ofnode_read_u64 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Lukas Auer --- include/dm/ofnode.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/dm/ofnode.h b/include/dm/ofnode.h index 2fc9fa39a3..a7b8609cf4 100644 --- a/include/dm/ofnode.h +++ b/include/dm/ofnode.h @@ -216,6 +216,16 @@ static inline int ofnode_read_s32(ofnode node, const char *propname, return ofnode_read_u32(node, propname, (u32 *)out_value); } +/** + * ofnode_read_u64() - Read a 64-bit integer from a property + * + * @node: valid node reference to read property from + * @propname: name of the property to read from + * @outp: place to put value (if found) + * @return 0 if OK, -ve on error + */ +int ofnode_read_u64(ofnode node, const char *propname, u64 *outp); + /** * ofnode_read_u32_default() - Read a 32-bit integer from a property *