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 X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CEF04C433EF for ; Fri, 17 Sep 2021 02:11:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A44A46113A for ; Fri, 17 Sep 2021 02:11:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242643AbhIQCMZ (ORCPT ); Thu, 16 Sep 2021 22:12:25 -0400 Received: from mx22.baidu.com ([220.181.50.185]:44446 "EHLO baidu.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S242642AbhIQCMY (ORCPT ); Thu, 16 Sep 2021 22:12:24 -0400 X-Greylist: delayed 987 seconds by postgrey-1.27 at vger.kernel.org; Thu, 16 Sep 2021 22:12:24 EDT Received: from BC-Mail-Ex25.internal.baidu.com (unknown [172.31.51.19]) by Forcepoint Email with ESMTPS id D007E98AF78AADBE57E8; Fri, 17 Sep 2021 09:54:34 +0800 (CST) Received: from BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) by BC-Mail-Ex25.internal.baidu.com (172.31.51.19) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2242.12; Fri, 17 Sep 2021 09:54:34 +0800 Received: from localhost (172.31.63.8) by BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.14; Fri, 17 Sep 2021 09:54:34 +0800 Date: Fri, 17 Sep 2021 09:54:34 +0800 From: Cai Huoqing To: Linus Walleij CC: Dong Aisheng , Fabio Estevam , Shawn Guo , Stefan Agner , open list: GPIO SUBSYSTEM , ; linux-kernel Illegal-Object: Syntax error in CC: address found on vger.kernel.org: CC: ;linux-kernel ^-missing semicolon to end mail group, extraneous tokens in mailbox, missing end of mailbox Subject: Re: [PATCH] pinctrl: freescale: Add helper dependency on COMPILE_TEST Message-ID: <20210917015434.GA17483@LAPTOP-UKSR4ENP.internal.baidu.com> References: <20210825082251.2484-1-caihuoqing@baidu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) X-Originating-IP: [172.31.63.8] X-ClientProxiedBy: BC-Mail-Ex27.internal.baidu.com (172.31.51.21) To BJHW-MAIL-EX27.internal.baidu.com (10.127.64.42) Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On 17 9月 21 00:07:32, Linus Walleij wrote: > On Wed, Aug 25, 2021 at 10:23 AM Cai Huoqing wrote: > > > it's helpful for complie test in other platform(e.g.X86) > > > > Signed-off-by: Cai Huoqing > > It seems weird to only enable this on a few select subdrivers rather > than all of the Freescale drivers? The others seem to depend on SOC_IMX arch related headers but it's ok for ARCH_IMX related to use COMPILE_TEST. > > (Also: the Freescale maintainers are very silent, some feedback > would be helpful.) > > Yours, > Linus Walleij