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 1B04AC76195 for ; Fri, 17 Mar 2023 18:59:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229811AbjCQS7c (ORCPT ); Fri, 17 Mar 2023 14:59:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229621AbjCQS73 (ORCPT ); Fri, 17 Mar 2023 14:59:29 -0400 Received: from mail-io1-f47.google.com (mail-io1-f47.google.com [209.85.166.47]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4894C580F4; Fri, 17 Mar 2023 11:59:05 -0700 (PDT) Received: by mail-io1-f47.google.com with SMTP id t129so2714824iof.12; Fri, 17 Mar 2023 11:59:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679079493; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=M0TbDdQ3QLlUV3UCI/G6yBl8lRtCcpf5R7Q9zzKErgQ=; b=8HjTlez1Kl1jSYo8WcaqMB2y3aAiMmqhloEQSgsOcYe0XELRLNcZhNQ9DCU3eQ/nT8 4e+D1F16ZW3NEnJVRSAmWBRh8S8Lq8Ya2Y2P5AHC9k9z6xdb14XXnYBoBW4LLUv2s9Be 9p1BiG3WHSk/MenKrPGKQTqlmtxmy0wUxtd73EWpjRjUQVStdf/f/kc1DG6Crnj88mk6 au0e0iOrxn2k/SUKPyvZ4JauxevCvpJOzIRU6lVGHqIhKy/Txcw3qyts+jVNwTJkZet6 Q09wT/3T71EH7gbBzqOp474xCfIR4yNJHDw1+aKaBMA+d+7L1JYtwovTqXCWNqNs4F3i j5cw== X-Gm-Message-State: AO0yUKX581M9b56oQgxqpSji/KYyZqYXZYbLCbBsAP/EiJxxMzMDqhLV RCW/SQqXyzxotmK8OOJc5A== X-Google-Smtp-Source: AK7set/VqFzGMnKynkjAkFXNOkx24rXWwGo/c6U7j30ey6ipT3ryl914aNf7a7OJ/zVMZdHG52Pb+Q== X-Received: by 2002:a5d:8994:0:b0:752:2f97:80bb with SMTP id m20-20020a5d8994000000b007522f9780bbmr310121iol.19.1679079492785; Fri, 17 Mar 2023 11:58:12 -0700 (PDT) Received: from robh_at_kernel.org ([64.188.179.249]) by smtp.gmail.com with ESMTPSA id a22-20020a6b6616000000b007530bbfa577sm740911ioc.18.2023.03.17.11.58.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Mar 2023 11:58:12 -0700 (PDT) Received: (nullmailer pid 2624114 invoked by uid 1000); Fri, 17 Mar 2023 18:58:10 -0000 Date: Fri, 17 Mar 2023 13:58:10 -0500 From: Rob Herring To: arinc9.unal@gmail.com Cc: Linus Walleij , Krzysztof Kozlowski , =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= , William Dean , Sean Wang , Andy Teng , Del Regno , Daniel Golle , Hui Liu , Zhiyong Tao , =?UTF-8?Q?Bernhard_Rosenkr=C3=A4nzer?= , Sergio Paracuellos , Daniel Santos , Luiz Angelo Daros de Luca , Frank Wunderlich , Landen Chao , DENG Qingfang , Sean Wang , erkin.bozoglu@xeront.com, Matthias Brugger , linux-mediatek@lists.infradead.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org Subject: Re: [PATCH v2 09/21] dt-bindings: pinctrl: ralink: {mt7620,mt7621}: rename to mediatek Message-ID: <20230317185810.GA2619692-robh@kernel.org> References: <20230313205921.35342-1-arinc.unal@arinc9.com> <20230313205921.35342-10-arinc.unal@arinc9.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230313205921.35342-10-arinc.unal@arinc9.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 13, 2023 at 11:59:09PM +0300, arinc9.unal@gmail.com wrote: > From: Arınç ÜNAL > > Rename schemas of pin controllers for MediaTek MT7620 and MT7621 SoCs to be > on par with other pin controllers for MediaTek SoCs. > > Signed-off-by: Arınç ÜNAL > --- > > I'm not changing the compatible string. I asked if it's accepted to do this > whilst keeping the compatible string but haven't received a response. It's fine with me though I'd somewhat rather keep the filename matching the compatible. Either way: Reviewed-by: Rob Herring