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 X-Spam-Level: X-Spam-Status: No, score=-8.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D2DCC433E2 for ; Sat, 5 Sep 2020 06:11:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0C8CD208DB for ; Sat, 5 Sep 2020 06:11:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599286288; bh=JRRgdgvYFCSpv+IGWAbk5TaaHbTZwTZ9SIFQuGQxZRU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fvoBXKxS9TceKnozTA2/YTgvR2GflzWNBEu06Bz5b51oeG9wT6D8l9jk5EJW84KxP vnuV9x2xRdHg6qqNE9g2yGDjfhX/xYHYUpX1pj8cCc+TglzYwVSmBXLwvQhzFJ0SZo WuT/Qw7qcSwpeoUIeEZvO+ITK5UkGncQbcwKWbIg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726382AbgIEGLZ (ORCPT ); Sat, 5 Sep 2020 02:11:25 -0400 Received: from mail.kernel.org ([198.145.29.99]:47084 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725818AbgIEGLZ (ORCPT ); Sat, 5 Sep 2020 02:11:25 -0400 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 56D6D208DB; Sat, 5 Sep 2020 06:11:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599286284; bh=JRRgdgvYFCSpv+IGWAbk5TaaHbTZwTZ9SIFQuGQxZRU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RPhb3VqZYDWoXpLL6IkYtVBiKZGnqoHI4hivWK/jZGUlFI0g21kDHBXRrp953yQ5o Sc5ihZpysd49pK3KN4xr43Q2dgITTuIv/u9zoRWr4/V1lLYb4rDMD0gcoN+hEs8acK sMX8/d9Lfek35x/3goH8L+PMud9s0EogYYQaIRMg= Date: Sat, 5 Sep 2020 14:11:18 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Lee Jones , Rob Herring , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Anson Huang , Matti Vaittinen , Han Xu , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2 06/19] arm64: dts: imx8mm-beacon: Align pin configuration group names with schema Message-ID: <20200905061117.GA9261@dragon> References: <20200828164750.10377-1-krzk@kernel.org> <20200828164750.10377-7-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200828164750.10377-7-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 28, 2020 at 06:47:37PM +0200, Krzysztof Kozlowski wrote: > Device tree schema expects pin configuration groups to end with 'grp' > suffix. This fixes dtbs_check warnings like: > > pinctrl@30330000: 'pcal6414-gpio', 'pmicirq', 'usdhc1grp100mhz', 'usdhc1grp200mhz', 'usdhc1grpgpio', > 'usdhc2grp100mhz', 'usdhc2grp200mhz', 'usdhc2grpgpio', 'usdhc3grp100mhz', 'usdhc3grp200mhz' > do not match any of the regexes: 'grp$', 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski Applied, thanks. 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 X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50124C43461 for ; Sat, 5 Sep 2020 06:12:09 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E2A1F20E65 for ; Sat, 5 Sep 2020 06:12:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="kDYLnKBe"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="RPhb3VqZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E2A1F20E65 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Q+HXbNjNBYTwGYJ6gCb4xLFc94OhBP6DhXTWOeFTodM=; b=kDYLnKBeTRrrPK9dt/mCpx8O3 VuPJa4HUXAP37seJfjPszFrfckUjlTGzNW5/YsBt5u9Kr+e7ETRMHr7B7mmI9IU2XLTx/IXSONIax PzcZBmLGC4GfWhT4dfi8Y7Lfqt9tZvvry2Tklq7qVa9lrNWiflYCxDjdwI28N4J0TGPstRdNivlwU 6um/oSwuKpkW8GfgzRSOZv6rZ7LmGPMYtXMbtAGI7DJVDVbcRw1VjSCMu5E29usMIO5B2kN8Kd8Fg v97ySETU/MryWrxmVseBEqfVJvfwLvKsBkJzoVHWwQFNjZTFI1W4oigC618JBXJlAi0u+B/PF4aXR IUlEuWefg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kERQA-0007q1-4S; Sat, 05 Sep 2020 06:11:30 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kERQ6-0007pQ-2x; Sat, 05 Sep 2020 06:11:27 +0000 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 56D6D208DB; Sat, 5 Sep 2020 06:11:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599286284; bh=JRRgdgvYFCSpv+IGWAbk5TaaHbTZwTZ9SIFQuGQxZRU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RPhb3VqZYDWoXpLL6IkYtVBiKZGnqoHI4hivWK/jZGUlFI0g21kDHBXRrp953yQ5o Sc5ihZpysd49pK3KN4xr43Q2dgITTuIv/u9zoRWr4/V1lLYb4rDMD0gcoN+hEs8acK sMX8/d9Lfek35x/3goH8L+PMud9s0EogYYQaIRMg= Date: Sat, 5 Sep 2020 14:11:18 +0800 From: Shawn Guo To: Krzysztof Kozlowski Subject: Re: [PATCH v2 06/19] arm64: dts: imx8mm-beacon: Align pin configuration group names with schema Message-ID: <20200905061117.GA9261@dragon> References: <20200828164750.10377-1-krzk@kernel.org> <20200828164750.10377-7-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200828164750.10377-7-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200905_021126_396011_3DA31C2B X-CRM114-Status: GOOD ( 11.24 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Fabio Estevam , Vignesh Raghavendra , Anson Huang , Richard Weinberger , Sascha Hauer , Matti Vaittinen , linux-kernel@vger.kernel.org, Rob Herring , linux-mtd@lists.infradead.org, NXP Linux Team , Pengutronix Kernel Team , Miquel Raynal , Han Xu , Lee Jones , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Fri, Aug 28, 2020 at 06:47:37PM +0200, Krzysztof Kozlowski wrote: > Device tree schema expects pin configuration groups to end with 'grp' > suffix. This fixes dtbs_check warnings like: > > pinctrl@30330000: 'pcal6414-gpio', 'pmicirq', 'usdhc1grp100mhz', 'usdhc1grp200mhz', 'usdhc1grpgpio', > 'usdhc2grp100mhz', 'usdhc2grp200mhz', 'usdhc2grpgpio', 'usdhc3grp100mhz', 'usdhc3grp200mhz' > do not match any of the regexes: 'grp$', 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski Applied, thanks. ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ 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 X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0163DC433E2 for ; Sat, 5 Sep 2020 06:12:56 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6C800208DB for ; Sat, 5 Sep 2020 06:12:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="TGqXfHMh"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="RPhb3VqZ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C800208DB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=pWyPw5nvR68Cu52umLHIsLLXddqR4y7bXTSLSyUN/Jk=; b=TGqXfHMhCSznMteD+fWDffX4O PlIZi0PEt3UJzpNKwjR8Ph0fai2+gzrs2x9nSfIaR2Smm4gzpTh9Kb10u/dCF9xnsjyJ9HPAm8SMA R/mlETeV5N1keAFe/a1x5kdU7yNf78Gv0fY1Ki3TT0vyd3Oot4Ky/fgi2ISpiyL+yA3u1XsxttUJc HHxTnrfkj0BSY3sWZv1+DynaGA1PUpWaDrZ4RpLx0Z8zsKs/8F7V7dpMlH2keEj+s9t3u9uxx8K0x DrzzuEk+g9Xfwk7AmWXqmltgllv+zL27B6KuUP1FZrsySD6aE0rxCeoQJ0qkQrWgbZWetZMepL+07 NWFPtPADQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kERQ8-0007pm-N0; Sat, 05 Sep 2020 06:11:28 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kERQ6-0007pQ-2x; Sat, 05 Sep 2020 06:11:27 +0000 Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 56D6D208DB; Sat, 5 Sep 2020 06:11:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599286284; bh=JRRgdgvYFCSpv+IGWAbk5TaaHbTZwTZ9SIFQuGQxZRU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RPhb3VqZYDWoXpLL6IkYtVBiKZGnqoHI4hivWK/jZGUlFI0g21kDHBXRrp953yQ5o Sc5ihZpysd49pK3KN4xr43Q2dgITTuIv/u9zoRWr4/V1lLYb4rDMD0gcoN+hEs8acK sMX8/d9Lfek35x/3goH8L+PMud9s0EogYYQaIRMg= Date: Sat, 5 Sep 2020 14:11:18 +0800 From: Shawn Guo To: Krzysztof Kozlowski Subject: Re: [PATCH v2 06/19] arm64: dts: imx8mm-beacon: Align pin configuration group names with schema Message-ID: <20200905061117.GA9261@dragon> References: <20200828164750.10377-1-krzk@kernel.org> <20200828164750.10377-7-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200828164750.10377-7-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200905_021126_396011_3DA31C2B X-CRM114-Status: GOOD ( 11.24 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Fabio Estevam , Vignesh Raghavendra , Anson Huang , Richard Weinberger , Sascha Hauer , Matti Vaittinen , linux-kernel@vger.kernel.org, Rob Herring , linux-mtd@lists.infradead.org, NXP Linux Team , Pengutronix Kernel Team , Miquel Raynal , Han Xu , Lee Jones , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, Aug 28, 2020 at 06:47:37PM +0200, Krzysztof Kozlowski wrote: > Device tree schema expects pin configuration groups to end with 'grp' > suffix. This fixes dtbs_check warnings like: > > pinctrl@30330000: 'pcal6414-gpio', 'pmicirq', 'usdhc1grp100mhz', 'usdhc1grp200mhz', 'usdhc1grpgpio', > 'usdhc2grp100mhz', 'usdhc2grp200mhz', 'usdhc2grpgpio', 'usdhc3grp100mhz', 'usdhc3grp200mhz' > do not match any of the regexes: 'grp$', 'pinctrl-[0-9]+' > > Signed-off-by: Krzysztof Kozlowski Applied, thanks. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel