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 9D3FDC7618D for ; Mon, 20 Mar 2023 14:57:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230473AbjCTO5K (ORCPT ); Mon, 20 Mar 2023 10:57:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231941AbjCTO43 (ORCPT ); Mon, 20 Mar 2023 10:56:29 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5417F298CE; Mon, 20 Mar 2023 07:54:40 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 6D628660304E; Mon, 20 Mar 2023 14:53:50 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1679324032; bh=GukYhj0Q8tZk/wdan9J/AO6SKQnUASOOxI3DtziQLZE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=UtHeNUiD6r/+xZtni2CGnfNZh3CG8qdegVGZgzCZHdy5cxvbMujKpMQnZOiwO99bc Omy1c+6VpvDmwyTxjpXiAMhRBxnTE3fTMrWtDGu3i9A9FLPbuSE/Xhd9zkkZiyY3Oh L/+Ha2+o7ZV9aTLfnif8s/qgnTGvVQ6rpKBg0UdVK3Vp7xaT9T/EWejdkyWah17wIP O3WoG0kQ9Y6/GRhLqiy64oQxuwW7VxVtsOYHHcvi7s9OIZfyFDHQqPv+WIUoW2fD89 Dbk+RSWjfZrBgF1ihFFtWWd5ThnQtKLItWQ8lP3fgbycx1wQKo2+7/wEvtgMmJsgYU 6nB5NN/e8H2vw== Message-ID: Date: Mon, 20 Mar 2023 15:53:48 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v3 13/21] dt-bindings: pinctrl: mediatek: mt8195: rename to mediatek,mt8195-pinctrl Content-Language: en-US To: arinc9.unal@gmail.com, Linus Walleij , Rob Herring , Krzysztof Kozlowski Cc: =?UTF-8?B?QXLEsW7DpyDDnE5BTA==?= , Rob Herring , William Dean , Sean Wang , Andy Teng , 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 References: <20230317213011.13656-1-arinc.unal@arinc9.com> <20230317213011.13656-14-arinc.unal@arinc9.com> From: AngeloGioacchino Del Regno In-Reply-To: <20230317213011.13656-14-arinc.unal@arinc9.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Il 17/03/23 22:30, arinc9.unal@gmail.com ha scritto: > From: Arınç ÜNAL > > Rename pinctrl-mt8195.yaml to mediatek,mt8195-pinctrl.yaml to be on par > with the compatible string and other mediatek dt-binding schemas. > > Signed-off-by: Arınç ÜNAL > Acked-by: Rob Herring Reviewed-by: AngeloGioacchino Del Regno