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 6C4ABC43461 for ; Mon, 31 Aug 2020 03:24:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 41AF32100A for ; Mon, 31 Aug 2020 03:24:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598844299; bh=F8SGH7dboaPQz17xUfKd3KTHNfAbnW1y3V3zbE7JbIU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=QktzqK6OCzM/s7M1x4TZlM2nwoEcgYOWsYACHA4xCQ2gKsu4ZYeLyGnhnEHiwnk1M gFLYxLCagAv6CMpajyFtKcJq8SvAx12NhtvHxBD2wpG2mbvOMDq6SdLUii/M7JL1Ho GcrwCVQtO+IXLFZaWTAN52O65oWars+/YZwdLPZU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728045AbgHaDYv (ORCPT ); Sun, 30 Aug 2020 23:24:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:56364 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727929AbgHaDYr (ORCPT ); Sun, 30 Aug 2020 23:24:47 -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 E072920E65; Mon, 31 Aug 2020 03:24:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598844286; bh=F8SGH7dboaPQz17xUfKd3KTHNfAbnW1y3V3zbE7JbIU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gv/l+LgWt4CYKE0uf2j1yLMnDp4c01Jmy98F14D0dFwXTuUCBqRaklh1YL/8h9Krx 4EZLCF45EDzHmlytvCraViLBHGfcJLoV6hXH8voWS2ph5uQZZ14zWPOaoh23gPXZ7M dXLytT9F8UB21s71Mmvto6H5U5+M38sXnBHG7Rnw= Date: Mon, 31 Aug 2020 11:24:38 +0800 From: Shawn Guo To: Krzysztof Kozlowski Cc: Rob Herring , Linus Walleij , Bartosz Golaszewski , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Ulf Hansson , Miquel Raynal , Mark Rutland , Thierry Reding , Anson Huang , Li Yang , Han Xu , Frank Li , Fugang Duan , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, linux-pwm@vger.kernel.org, linux-serial@vger.kernel.org, linux-pm@vger.kernel.org, linux-watchdog@vger.kernel.org Subject: Re: [PATCH v3 18/19] arm64: dts: imx8mq-evk: Add hog suffix to wl-reg-on Message-ID: <20200831032438.GH4488@dragon> References: <20200825193536.7332-1-krzk@kernel.org> <20200825193536.7332-19-krzk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200825193536.7332-19-krzk@kernel.org> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Tue, Aug 25, 2020 at 09:35:35PM +0200, Krzysztof Kozlowski wrote: > According to device tree specification, device node names should be > somewhat generic and reflecting the function of the device so add the > "hog" suffix to wl-reg-on GPIO hog. > > 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 01AE0C433E6 for ; Mon, 31 Aug 2020 03:25:22 +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 C51B5206A5 for ; Mon, 31 Aug 2020 03:25:21 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="AOJq3Ybr"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="gv/l+LgW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C51B5206A5 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=zKEoHVkKBuO1WKPTdJIDTg/O0RTGm7MzA9wm+NQ0RTw=; b=AOJq3Ybrkcs3RevJZVU5gkNnI VB0Useh/dquE0DB/a1lm9HGE8axYU/4KMSZR0ZCnnUA91qdwIwHwX2PjHihli3wY5s5ZlFuCh4FyI IbJ8hCSUzYSHAotuFIQqMUnPWNYdR67g+0Tc9gqAA72eWdfO3vTkzuyScjqjFVb4yRnJVcCZExEQy LlFaVqG9gjV8RTPhxdUg8d81w1TtaYj5NDSFmxQHOShFop3WDqCezg8kYOeKJaE+YfYM8VE9WeT5G L6VOjcfID7awf6P9ZgkXtGqMymIthsJs8cvYuviJOpHdCHjz3pCxmMajTnaCkwDZdgJxp6lFnDjqZ yRazN3g3Q==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kCaRA-0000TU-4o; Mon, 31 Aug 2020 03:24:52 +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 1kCaR5-0000S6-99; Mon, 31 Aug 2020 03:24:48 +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 E072920E65; Mon, 31 Aug 2020 03:24:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598844286; bh=F8SGH7dboaPQz17xUfKd3KTHNfAbnW1y3V3zbE7JbIU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gv/l+LgWt4CYKE0uf2j1yLMnDp4c01Jmy98F14D0dFwXTuUCBqRaklh1YL/8h9Krx 4EZLCF45EDzHmlytvCraViLBHGfcJLoV6hXH8voWS2ph5uQZZ14zWPOaoh23gPXZ7M dXLytT9F8UB21s71Mmvto6H5U5+M38sXnBHG7Rnw= Date: Mon, 31 Aug 2020 11:24:38 +0800 From: Shawn Guo To: Krzysztof Kozlowski Subject: Re: [PATCH v3 18/19] arm64: dts: imx8mq-evk: Add hog suffix to wl-reg-on Message-ID: <20200831032438.GH4488@dragon> References: <20200825193536.7332-1-krzk@kernel.org> <20200825193536.7332-19-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200825193536.7332-19-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-20200830_232447_545010_27082203 X-CRM114-Status: GOOD ( 13.51 ) 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: Mark Rutland , Ulf Hansson , linux-pwm@vger.kernel.org, Linus Walleij , Frank Li , Thierry Reding , linux-mtd@lists.infradead.org, Miquel Raynal , Fabio Estevam , Anson Huang , Bartosz Golaszewski , NXP Linux Team , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-pm@vger.kernel.org, Sascha Hauer , linux-gpio@vger.kernel.org, Rob Herring , Han Xu , linux-arm-kernel@lists.infradead.org, Fugang Duan , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Li Yang , Pengutronix Kernel Team 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 Tue, Aug 25, 2020 at 09:35:35PM +0200, Krzysztof Kozlowski wrote: > According to device tree specification, device node names should be > somewhat generic and reflecting the function of the device so add the > "hog" suffix to wl-reg-on GPIO hog. > > 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 D6BCBC433E6 for ; Mon, 31 Aug 2020 03:26:37 +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 A25A1206A5 for ; Mon, 31 Aug 2020 03:26:37 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="RvkcNbzn"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="gv/l+LgW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A25A1206A5 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=xBGZDrpX2RtdxIvlOGP2wl5+7OyYGLt3+MJaeLy7550=; b=RvkcNbznVjge0hqkp+WXRKq49 /660ZIUfpQ4eCmu/BK3wQjrEi+WM9WCga2YNezuH4vWBTx6H/T7sQkiDwgOVclMjg4vraH9g/58y4 ykEe/joWLflxuOixPcNC1JTM+jOt1EKBwdyx9KZcCz1wNpAau8I+V5G9uyC76kpCLvCA2UJ43r16z 9wwFb0G+69ny9lbD5P8rrdKqVp+w8656oT8SzSbS1IoN6NlgmBrzw73hJfLg59FcdvtMdmSPLb7y7 Wlpk7zWK7wHAhiKKKkMF9TKxP35HOYiZHqUPwQLwAkqpOgryB11l2kqRe3iA3TUbR07fTpW9iqCU8 nHNap8mOw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kCaR7-0000Sx-Tt; Mon, 31 Aug 2020 03:24:49 +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 1kCaR5-0000S6-99; Mon, 31 Aug 2020 03:24:48 +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 E072920E65; Mon, 31 Aug 2020 03:24:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1598844286; bh=F8SGH7dboaPQz17xUfKd3KTHNfAbnW1y3V3zbE7JbIU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gv/l+LgWt4CYKE0uf2j1yLMnDp4c01Jmy98F14D0dFwXTuUCBqRaklh1YL/8h9Krx 4EZLCF45EDzHmlytvCraViLBHGfcJLoV6hXH8voWS2ph5uQZZ14zWPOaoh23gPXZ7M dXLytT9F8UB21s71Mmvto6H5U5+M38sXnBHG7Rnw= Date: Mon, 31 Aug 2020 11:24:38 +0800 From: Shawn Guo To: Krzysztof Kozlowski Subject: Re: [PATCH v3 18/19] arm64: dts: imx8mq-evk: Add hog suffix to wl-reg-on Message-ID: <20200831032438.GH4488@dragon> References: <20200825193536.7332-1-krzk@kernel.org> <20200825193536.7332-19-krzk@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200825193536.7332-19-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-20200830_232447_545010_27082203 X-CRM114-Status: GOOD ( 13.51 ) 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: Mark Rutland , Ulf Hansson , linux-pwm@vger.kernel.org, Linus Walleij , Frank Li , Thierry Reding , linux-mtd@lists.infradead.org, Miquel Raynal , Fabio Estevam , Anson Huang , Bartosz Golaszewski , NXP Linux Team , linux-serial@vger.kernel.org, devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-pm@vger.kernel.org, Sascha Hauer , linux-gpio@vger.kernel.org, Rob Herring , Han Xu , linux-arm-kernel@lists.infradead.org, Fugang Duan , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Li Yang , Pengutronix Kernel Team 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 Tue, Aug 25, 2020 at 09:35:35PM +0200, Krzysztof Kozlowski wrote: > According to device tree specification, device node names should be > somewhat generic and reflecting the function of the device so add the > "hog" suffix to wl-reg-on GPIO hog. > > 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