From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C77BAECAAD4 for ; Mon, 29 Aug 2022 08:49:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229838AbiH2ItC (ORCPT ); Mon, 29 Aug 2022 04:49:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60258 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229772AbiH2ItB (ORCPT ); Mon, 29 Aug 2022 04:49:01 -0400 Received: from mail-sz.amlogic.com (mail-sz.amlogic.com [211.162.65.117]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9620559270; Mon, 29 Aug 2022 01:48:58 -0700 (PDT) Received: from [10.28.39.83] (10.28.39.83) by mail-sz.amlogic.com (10.28.11.5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.6; Mon, 29 Aug 2022 16:48:56 +0800 Message-ID: <2d7e10d2-9a74-12e7-4dc0-28a239eecee5@amlogic.com> Date: Mon, 29 Aug 2022 16:48:56 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 From: Huqiang Qin Subject: Re: [PATCH] arm64: dts: meson-s4: include meson-s4-gpio.h To: Neil Armstrong , Krzysztof Kozlowski , , , , , CC: , , , Content-Language: en-US Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.28.39.83] X-ClientProxiedBy: mail-sz.amlogic.com (10.28.11.5) To mail-sz.amlogic.com (10.28.11.5) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Neil, On 2022/8/29 15:41, Neil Armstrong wrote: > We understand, but since the Upstream linux codebase want to avoid dead > code > as much as possible, please defer this patch when node will actually use > these gpio defines. Thanks for your explanation, I know what to do. Best regards, Huqiang