From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Fainelli Subject: [PATCH v3 0/3] of/fdt: Absorb ARM64's __early_init_dt_declare_initrd() Date: Wed, 24 Oct 2018 17:17:39 -0700 Message-ID: <20181025001742.6510-1-f.fainelli@gmail.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: bcm-kernel-feedback-list@broadcom.com, Florian Fainelli , Catalin Marinas , Will Deacon , Rob Herring , Frank Rowand , Andrew Morton , Marc Zyngier , Masahiro Yamada , Christoffer Dall , Andrey Konovalov , "moderated list:ARM64 PORT AARCH64 ARCHITECTURE" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" , arnd@arndb.de List-Id: devicetree@vger.kernel.org Hi all, Based on Rob's suggestion, this is a follow-up to the patch series posted here previously that aims at cutting the ARM64 rebuild time/number of objects. Rob indicated that he was adamant to just having drivers/of/fdt.c contain the ARM64 specific behavior, so this patch series does exactly that. https://www.spinics.net/lists/devicetree/msg255512.html Florian Fainelli (3): of/fdt: Absorb ARM64's __early_init_dt_declare_initrd() arm64: Remove custom __early_init_dt_declare_initrd implenentation of/fdt: Remove definition check for __early_init_dt_declare_initrd arch/arm64/include/asm/memory.h | 8 -------- drivers/of/fdt.c | 7 +++++-- 2 files changed, 5 insertions(+), 10 deletions(-) -- 2.17.1