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 A9B64ECAAA3 for ; Fri, 26 Aug 2022 11:17:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235135AbiHZLRh (ORCPT ); Fri, 26 Aug 2022 07:17:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229888AbiHZLRe (ORCPT ); Fri, 26 Aug 2022 07:17:34 -0400 Received: from mail.3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7CFCDABBE; Fri, 26 Aug 2022 04:17:32 -0700 (PDT) Received: from 3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id 01C918390; Fri, 26 Aug 2022 13:17:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2022082101; t=1661512650; 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=VYrOOXu1iOXhcNJLhBSXyeV6CEPCzQ7u865rUJky4TM=; b=f8EVQ+ZWMiASuhP7rbJA3sMVfG0acOg0zJuCcxzpnPyRuem6a7oWgJ9idRnxl65fCTCxDt 1C5E5lN97NW3SYCtPyFM8andVjRhLqO1AOF2eG9xLJQ/t5BPv99gx48p7sHwYBS5Aa7Lam 5SB3LSOMC/2fu15cAcpGrMVjVRlIiJZHOhnkKbW8NqtVaLN4citdFqXjo+LpLh4K1QKXbH //MQE42OvJPlnW0Tk3YmW08tX9ZrisqHxnIp6sKWRXuIeUYZk3AHk6oQSSs70VQgv1VDgY xQ/1Lidh+NiSoZeL7Tz+zclxHp0wq8KVfqfoGTyvD7gfWHOLnnT2FoYDMOvNrA== MIME-Version: 1.0 Date: Fri, 26 Aug 2022 13:17:29 +0200 From: Michael Walle To: Lars Povlsen , Steen Hegelund Cc: Rob Herring , Krzysztof Kozlowski , UNGLinuxDriver@microchip.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: dts: sparx5: rename pinctrl nodes In-Reply-To: <20220420194600.3416282-1-michael@walle.cc> References: <20220420194600.3416282-1-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.13 Message-ID: X-Sender: michael@walle.cc Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [+ Arnd because he was the one who picked the first two patches of this file. ] Am 2022-04-20 21:46, schrieb Michael Walle: > The pinctrl device tree binding will be converted to YAML format. > Rename > the pin nodes so they end with "-pins" to match the schema. > > Signed-off-by: Michael Walle > --- > The YAML conversion patch is alread in > https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/log/?h=devel Ping. Who is picking this one up? -michael