Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp293014pxj; Wed, 16 Jun 2021 02:29:39 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxnrKnYMm9Lq/gSIyVJahR4h1zA8tLJ+vceKKspy7o/oFSmwVjZqlL18+J6Yy5WGTq30fVt X-Received: by 2002:a17:906:b294:: with SMTP id q20mr4252305ejz.382.1623835779171; Wed, 16 Jun 2021 02:29:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623835779; cv=none; d=google.com; s=arc-20160816; b=0nmiYyLC1clH7aspwjnWMOs0J14Gq9Xu5czWT3IDmbz8aWOoFRYVCCXmcWMlqBEhAe OFjvMjELfd6ikvQ8MSwDnr933ijl7JB9pwY5O/bvQ9rhz+vEuTcPzV0WI3LXdDszIbPe atiajgua5z2W+7kuf/0HkJqF+mfRzM2dH+Zhmm0wiJUHBHC5/Zn3TFXD071ygbDRcncA sZmZPn0IdPEGX273m3RWkZaJWcT0U1AwQA7mJ4r5T/x8Upe8i9C/gtsbpHsrzURExr0m GbuggnSGFHL56yL2wQXu3Y5L2TilvUqXBoLZzmaMWBAeQ068gimL9mNDqsocu6Jx9P/Q GHNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=qCzLnb3U6evxG7WD5bCIHzBISUCagihnB0njJB1729M=; b=vFx7ANRT9sVTG/hGlJKlInijBgUvzqJewFUxxJJzx3FGOLA8GfwKtxTzMoBqnK58Dj uJmDZullZ8J7wot+Ft2df4DyTe6z8utVJ3K/SLHUY8Sd3sBUreiI3vzz1Yh6bIAcso59 0FrAnqQ/PbNqeDMmocCs67LLT4roLnBbX4pjX5wldV08xcHxHlm44WnPbIIxnVvgGgN4 Zhke+X7iflxvKD2dZ0yYhIs9zf4v9b9YCpcsxCPMZxJNAkO6HuK/HN5+GpHRxsiwdGDM QttTr1rhbI7EdDC4627Hn+7mhwZlWez6jHstFL9Twct3T6JGMrzfMIbJPjEuMCa7n64Q VXsg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s19si1773008ejj.534.2021.06.16.02.29.16; Wed, 16 Jun 2021 02:29:39 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232341AbhFPJaD (ORCPT + 99 others); Wed, 16 Jun 2021 05:30:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232290AbhFPJ36 (ORCPT ); Wed, 16 Jun 2021 05:29:58 -0400 Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 802B7C0617A8 for ; Wed, 16 Jun 2021 02:27:52 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:cc2e:97ae:7127:22f8]) by michel.telenet-ops.be with bizsmtp id HlTp2500751zX4F06lTpiM; Wed, 16 Jun 2021 11:27:51 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1ltRps-0009M5-Ly; Wed, 16 Jun 2021 11:27:48 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1ltRpr-0060Yt-Lp; Wed, 16 Jun 2021 11:27:47 +0200 From: Geert Uytterhoeven To: Rob Herring , Frank Rowand , Marek Szyprowski Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/3] of: Miscellaneous fixes and cleanups Date: Wed, 16 Jun 2021 11:27:43 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This patch series contains a fix and two cleanups for the OF code. Thanks! Geert Uytterhoeven (3): of: Fix truncation of memory sizes on 32-bit platforms of: Remove superfluous casts when printing u64 values of: kexec: Always use FDT_PROP_INITRD_START and FDT_PROP_INITRD_END drivers/of/address.c | 14 ++++---------- drivers/of/fdt.c | 14 ++++++-------- drivers/of/kexec.c | 4 ++-- drivers/of/of_reserved_mem.c | 8 ++++---- 4 files changed, 16 insertions(+), 24 deletions(-) -- 2.25.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds