Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754982AbeAOJNa (ORCPT + 1 other); Mon, 15 Jan 2018 04:13:30 -0500 Received: from mail-yb0-f195.google.com ([209.85.213.195]:38270 "EHLO mail-yb0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753390AbeAOJN2 (ORCPT ); Mon, 15 Jan 2018 04:13:28 -0500 X-Google-Smtp-Source: ACJfBosTDVl9B6XgtjPLuGS9OEe7fNgwig6f80h5bJNpUkv8Yr9k6mqrqMZpUnRTyLNVmOUoKvOAY4e+2/c9tBef4fk= MIME-Version: 1.0 In-Reply-To: <20180105232054.27394-8-robh@kernel.org> References: <20180105232054.27394-1-robh@kernel.org> <20180105232054.27394-8-robh@kernel.org> From: Max Filippov Date: Mon, 15 Jan 2018 01:13:26 -0800 Message-ID: Subject: Re: [PATCH 7/7] xtensa: remove arch specific early DT functions To: Rob Herring Cc: devicetree@vger.kernel.org, LKML , Frank Rowand , Chris Zankel , linux-xtensa@linux-xtensa.org Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Hi Rob, On Fri, Jan 5, 2018 at 3:20 PM, Rob Herring wrote: > Now that the DT core code handles bootmem arches, we can remove the xtensa > specific early_init_dt_alloc_memory_arch function. The common > early_init_dt_add_memory_arch can be used too now that xtensa switched to > memblock. > > Cc: Chris Zankel > Cc: Max Filippov > Cc: linux-xtensa@linux-xtensa.org > Signed-off-by: Rob Herring > --- > This is dependent on patch 1. Please ack and I'll take or apply after > 4.16-rc1. > > arch/xtensa/kernel/setup.c | 12 ------------ > 1 file changed, 12 deletions(-) Acked-by: Max Filippov -- Thanks. -- Max