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 6FEB6C433F5 for ; Mon, 4 Apr 2022 11:46:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376447AbiDDLrv (ORCPT ); Mon, 4 Apr 2022 07:47:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46952 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244573AbiDDLrs (ORCPT ); Mon, 4 Apr 2022 07:47:48 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D6823D1E6; Mon, 4 Apr 2022 04:45:52 -0700 (PDT) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id E5044221D4; Mon, 4 Apr 2022 13:45:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1649072750; 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=olPWV55vqiqcUXf75GJNHulGOLkPkqJnzu3GxeZEKiI=; b=PNF1yQgRx0y1yrjIIX3Hxs+eOfZlzub69g8Nw9V2OM2QPYmqQ7Bn5pwXnML6z2JEgY3b9e wx6XwTCwKoxVzCKYKsER9kjASDxGRpnC/NP9Iyi+irnP71UkfZRPbCGrtgcgb7+gNHpsX6 VIemPBOe55Y9etjOgGpW3iSY2fQt+tk= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 04 Apr 2022 13:45:48 +0200 From: Michael Walle To: Linus Walleij , Rob Herring , Krzysztof Kozlowski , Lars Povlsen , Steen Hegelund , Thomas Bogendoerfer , Gregory CLEMENT , Paul Burton , Quentin Schulz , Antoine Tenart , Kavyasree Kotagiri , Nicolas Ferre Cc: "David S . Miller" , UNGLinuxDriver@microchip.com, 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 v3 0/6] pinctrl: ocelot: convert to YAML format In-Reply-To: <20220319204628.1759635-1-michael@walle.cc> References: <20220319204628.1759635-1-michael@walle.cc> User-Agent: Roundcube Webmail/1.4.13 Message-ID: <41197a2523caf2a0b7b4835e9c911540@walle.cc> X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am 2022-03-19 21:46, schrieb Michael Walle: > Convert the pinctrl ocelot binding to the new YAML format. Pin > configuration nodes should have a "-pins" postfix. But unfortunately, > there are many device trees which don't follow this. First rename > all these nodes and then convert the binding to the YAML format so > that the validation will pass. > > Because there were no maintainers before and there is none in > MAINTAINERS I added Alexandre Belloni and Lars Povlsen, juding by > the commits - to the binding as maintainers. Please tell me if you > disagree. Linus, can this go through your pinctrl tree because there is this series which depends on it: https://lore.kernel.org/linux-gpio/20220313154640.63813-1-michael@walle.cc/ -michael