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 1C5DEC433F5 for ; Wed, 30 Mar 2022 10:05:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245143AbiC3KGv (ORCPT ); Wed, 30 Mar 2022 06:06:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245142AbiC3KGu (ORCPT ); Wed, 30 Mar 2022 06:06:50 -0400 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5BA30DEBA9 for ; Wed, 30 Mar 2022 03:05:05 -0700 (PDT) Subject: Re: [PATCH] MIPS: rb532: move GPIOD definition into C-files DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1648634703; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3l57BQDTc2H3DsV7IaMaHCQmDl1v0nJZRFIODHJmecg=; b=DiySYVvJxGuqo+MqwkTKzsIyyXNhqrUyrulhGkfCea1RhvQQdhr8ZglNfBWrvORotR0ah1 z2RAwi4zlLLkaZfNS9vSNIa+Wb0eKSMrByyS5hVxixy96WHRlkeVUrLUtIj+ysUBgF2nVJ r3LSVmSqIFt502NJsQ1GeHc0Cj3IcCs= To: Andy Shevchenko Cc: Thomas Bogendoerfer , Linus Walleij , Ralf Baechle , "open list:BROADCOM NVRAM DRIVER" , Jonathan Cameron References: <20220329014537.4180966-1-liu.yun@linux.dev> <71d1da40-4772-b126-7cbe-0d99024fd284@linux.dev> <20220330064216.GA5811@alpha.franken.de> <20220330093227.GA8224@alpha.franken.de> X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Jackie Liu Message-ID: Date: Wed, 30 Mar 2022 18:04:55 +0800 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org 在 2022/3/30 下午6:01, Andy Shevchenko 写道: > On Wed, Mar 30, 2022 at 12:56 PM Jackie Liu wrote: >> 在 2022/3/30 下午5:41, Andy Shevchenko 写道: >>> On Wed, Mar 30, 2022 at 12:32 PM Thomas Bogendoerfer >>> wrote: > > ... > >>> It fixes compilation breakage in some cases. I think the author of >>> this patch can (should) elaborate. >>> Also, it might need a Fixes tag. >> >> Um, it's really hard to say which commit is fixed, just because this >> header file defines a GPIOD, and someone else uses this later. > > I think we may use the original commit where the header in mips > appeared with a justification that the definitions are not needed to > be there and it may induce build errors, which in fact happens. > Sure, Thanks, I will send new patch v3 later. -- BR, Jackie Liu