From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 558DE23AD for ; Thu, 22 Sep 2022 08:04:47 +0000 (UTC) Received: by mail-wr1-f54.google.com with SMTP id x18so8161818wrm.7 for ; Thu, 22 Sep 2022 01:04:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20210112.gappssmtp.com; s=20210112; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:from:to:cc:subject:date; bh=lOzFH3A/Q9h5hUWWrAAtR4RiVuxnmLMm/OrvonGfKs8=; b=CUIhNo+NCHSj5/0/JLVfqp0/qDm7C9X6mXbV/rgs4u8Er459XJzgsNVd5yXsnWQouD epbt/0+yTF+iu3sxJUfrkMrhDUZzeGd5ecp9iYjOxd3nXocEVGrlINHTabKLIUVrQSCA sYrrN1Wb5es7PtdziHKVOGZEqEqcUOQns9YZiZQzSpZ3Url08KSlT/jAELeQKSw+QkMv L0flk6EWRfQu09QkBCaia/WKl0LFFe96+fToKtQoeHzl2lvBFDsyKthCm1kkBPpxEzSX GQrrLHP/BOvHgl8dRpxh+aBD1TfWVx7ko00NlU0JZ6OTdbKdqOzMiPkxKjUgIvoFbWdv Onbg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date; bh=lOzFH3A/Q9h5hUWWrAAtR4RiVuxnmLMm/OrvonGfKs8=; b=fULtKszi4zKByWzhEKNRec/ar85jmqZrUTwSLr8ScdPFkprexWUAR3jdnfRJf+g2EF fwxu3mK1Vu2pO1MPauOJrY2Vjf7wQ+SI3QO+Xbvk/TJQU3c2V1TOG6+vp89WZe3RfS9c HcrZYzzUngbW4eQi442G7+uwccJev/zMOqWpNojGou4U7ldZJtuuuDFX8oH5awzz8cat MpkgNqNO7UjIliNEQaMDpfob2NkHnV+X5fwwPckefqSVT7Ny4l8XMx7y/pT71RXuoZNX bzbII0o+B6YYdQ35KdH1yLaMuBf/yZaDYDF/JBSInVqNSosLntAlpWmWwCTVA6UnMqIs MeOg== X-Gm-Message-State: ACrzQf10R6iWLPrlwtBJnDxYTfpeYq5d9o1zfcn1BBpwBHNQICD9bnns sCbegQ91US0ceC0yYWuusmqTHA== X-Google-Smtp-Source: AMsMyM6omPbfLHherLBpH2pGb2uuFBvAqie7bz/p/tIHcgQ6ZCDxRGGEdXAWP9fE6G/DuRZ9BBU3tw== X-Received: by 2002:a05:6000:81e:b0:228:a17f:92f0 with SMTP id bt30-20020a056000081e00b00228a17f92f0mr1152324wrb.31.1663833885432; Thu, 22 Sep 2022 01:04:45 -0700 (PDT) Received: from localhost ([82.66.159.240]) by smtp.gmail.com with ESMTPSA id c14-20020a05600c0ace00b003b3180551c8sm5107359wmr.40.2022.09.22.01.04.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 22 Sep 2022 01:04:44 -0700 (PDT) From: Mattijs Korpershoek To: Huacai Chen , Arnd Bergmann , Huacai Chen , Dmitry Torokhov Cc: loongarch@lists.linux.dev, linux-arch@vger.kernel.org, Xuefeng Li , Guo Ren , Xuerui Wang , Jiaxun Yang , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Huacai Chen Subject: Re: [PATCH 1/2] Input: i8042: Rename i8042-x86ia64io.h to i8042-acpipnpio.h In-Reply-To: <20220917064020.1639709-1-chenhuacai@loongson.cn> References: <20220917064020.1639709-1-chenhuacai@loongson.cn> Date: Thu, 22 Sep 2022 10:04:44 +0200 Message-ID: <87czbnhm1v.fsf@baylibre.com> Precedence: bulk X-Mailing-List: loongarch@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Sat, Sep 17, 2022 at 14:40, Huacai Chen wrote: > Now i8042-x86ia64io.h is shared by X86 and IA64, but it can be shared > by more platforms (such as LoongArch) with ACPI firmware on which PNP > typed keyboard and mouse is configured in DSDT. So rename it to i8042- > acpipnpio.h. > > Signed-off-by: Huacai Chen Reviewed-by: Mattijs Korpershoek > --- > .../input/serio/{i8042-x86ia64io.h => i8042-acpipnpio.h} | 6 +++--- > drivers/input/serio/i8042.h | 2 +- > 2 files changed, 4 insertions(+), 4 deletions(-) > rename drivers/input/serio/{i8042-x86ia64io.h => i8042-acpipnpio.h} (99%) > > diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-acpipnpio.h > similarity index 99% > rename from drivers/input/serio/i8042-x86ia64io.h > rename to drivers/input/serio/i8042-acpipnpio.h > index 4fbec7bbecca..d14b9fb59d6c 100644 > --- a/drivers/input/serio/i8042-x86ia64io.h > +++ b/drivers/input/serio/i8042-acpipnpio.h > @@ -1,6 +1,6 @@ > /* SPDX-License-Identifier: GPL-2.0-only */ > -#ifndef _I8042_X86IA64IO_H > -#define _I8042_X86IA64IO_H > +#ifndef _I8042_ACPIPNPIO_H > +#define _I8042_ACPIPNPIO_H > > > #ifdef CONFIG_X86 > @@ -1665,4 +1665,4 @@ static inline void i8042_platform_exit(void) > i8042_pnp_exit(); > } > > -#endif /* _I8042_X86IA64IO_H */ > +#endif /* _I8042_ACPIPNPIO_H */ > diff --git a/drivers/input/serio/i8042.h b/drivers/input/serio/i8042.h > index 55381783dc82..bf2592fa9a78 100644 > --- a/drivers/input/serio/i8042.h > +++ b/drivers/input/serio/i8042.h > @@ -20,7 +20,7 @@ > #elif defined(CONFIG_SPARC) > #include "i8042-sparcio.h" > #elif defined(CONFIG_X86) || defined(CONFIG_IA64) > -#include "i8042-x86ia64io.h" > +#include "i8042-acpipnpio.h" > #else > #include "i8042-io.h" > #endif > -- > 2.31.1