From mboxrd@z Thu Jan 1 00:00:00 1970 From: Conor Dooley Date: Wed, 17 Jan 2024 15:12:12 +0000 Subject: [PATCH 1/3] dt-bindings: i3c: drop "master" node name suffix In-Reply-To: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org> References: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org> Message-ID: <20240117-endurance-caliber-e3424450d291@spud> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Jan 17, 2024 at 08:56:16AM +0100, Krzysztof Kozlowski wrote: > Drop the requirement of "-master" suffix in node names because: > 1. "Master" word is discouraged and MIPI Alliance renamed it to > "Controller". > 2. Some devices can operate in Controller (Master) or Target mode, thus > the name is not accurate in such cases. > 3. Other buses, like I2C controllers, use simple "i2c". > > Signed-off-by: Krzysztof Kozlowski Acked-by: Conor Dooley Cheers, Conor. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 228 bytes Desc: not available URL: 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F1E85C47DB7 for ; Thu, 18 Jan 2024 20:55:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=2xuRi4X9S9LnAePJSMukqg+6mj2vSD2wastK1Lf7qEo=; b=GbOmBNB2WQ6+iGTTXupY5mkMqW fp5vRDwTPQndbW0ChYK7DRDZ8Y6J5k8egEWmdALn4XcyDPM45TskFATpIuNb7RW5UchOld2tuD9Kv uRqva1xvFZ5dlMph9Kq18RZmT4Zz9WsMmx97K+gR2zv5/nJ7uzH8fAsK55F3XDkIUcwisS50PZONH fnh9Grpd/hTIP1aCL8JTLh8s3CWhKNcT9hQYQUspgOmvIfDMfWIqFMxlutnrKHhA//VBzC4EaSG2r jChblXk1oCZZI/1qk5GfH2rjJiuHbfwSqiqaNTGzOGHqpQr71ou/NyoCRg01X7vLd03IKyqqtj9p5 xExKLW9A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rQZPt-003qb5-0G; Thu, 18 Jan 2024 20:55:13 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rQ7ad-00HOXa-0H; Wed, 17 Jan 2024 15:12:30 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id E99B4616AE; Wed, 17 Jan 2024 15:12:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46EFAC43394; Wed, 17 Jan 2024 15:12:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705504339; bh=A34tDGOyjAsdjOUsmbUUAZArIqY5t5xrNGVo1R3xsl8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MUADrWpVR/Uh/G90UDB9uyE8Sv2+CswU6qdMlBPrM1g6LCEUVO2ry3Jo6StjLjmE/ QDJnRRprGq5yIHIr7/4y/OerT4PVr/pslwuAosBTeVAOV32QMFVgT/33jAAL9NpisL HAQuNRHCqi4aVTqljfjfDK64KIk654MSDzyZDOJ2Sn0VI9vRevvUfmJc6S7bQIBd22 pc3cqWNfMxGXdbZC42cWNiZq5rVWvyY4989o11tH+H76p6R8GmypkAZKzMuccV1xWj DeZmCbnE0CSNAYx+cIvY5jZ7qRuepoCGKe7jevKi0wmKgrtMkX8ihL8De1MC5vE4gx L9L1wzOKO4Udw== Date: Wed, 17 Jan 2024 15:12:12 +0000 From: Conor Dooley To: Krzysztof Kozlowski Cc: Jeremy Kerr , Alexandre Belloni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , =?utf-8?Q?Przemys=C5=82aw?= Gaj , Miquel Raynal , Conor Culhane , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Dinh Nguyen , Boris Brezillon , Nicolas Pitre , linux-i3c@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] dt-bindings: i3c: drop "master" node name suffix Message-ID: <20240117-endurance-caliber-e3424450d291@spud> References: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 In-Reply-To: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240117_071227_392073_A5825D90 X-CRM114-Status: GOOD ( 10.95 ) X-Mailman-Approved-At: Thu, 18 Jan 2024 12:55:11 -0800 X-BeenThere: linux-i3c@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============3682454916796707396==" Sender: "linux-i3c" Errors-To: linux-i3c-bounces+linux-i3c=archiver.kernel.org@lists.infradead.org --===============3682454916796707396== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="aLyhfwRZwwPVc64g" Content-Disposition: inline --aLyhfwRZwwPVc64g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 17, 2024 at 08:56:16AM +0100, Krzysztof Kozlowski wrote: > Drop the requirement of "-master" suffix in node names because: > 1. "Master" word is discouraged and MIPI Alliance renamed it to > "Controller". > 2. Some devices can operate in Controller (Master) or Target mode, thus > the name is not accurate in such cases. > 3. Other buses, like I2C controllers, use simple "i2c". >=20 > Signed-off-by: Krzysztof Kozlowski Acked-by: Conor Dooley Cheers, Conor. --aLyhfwRZwwPVc64g Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZafuTAAKCRB4tDGHoIJi 0qOUAQCiE1lrShOfXW5DHVs22SCv9n0E+X01iWyVhRYwByKe7wD/WsaG8wOfwFiK a4TeDt3owTN4VnKqNpdfHPpPnU9H+g4= =PuQ9 -----END PGP SIGNATURE----- --aLyhfwRZwwPVc64g-- --===============3682454916796707396== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- linux-i3c mailing list linux-i3c@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-i3c --===============3682454916796707396==-- 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C418BC47DA2 for ; Wed, 17 Jan 2024 15:12:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: In-Reply-To:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=6wG7DYKfp7gF8IgjAx196emxpHpFvwhYPJl9+yjwraI=; b=U/f6Z04YxxcCGEpAlDqByj2azH nc0wH7AlxTzYpe5WKTaa2ATdrI+/7gGKtbyNTg5OS3aK+qpNwG0nBQL+GDC0vr9GyifonTaTry97W gWvxMoMXW8T23GJPDlB4JhZZ1nrczlU6aq5P6klbOyxlX2YaPZzVV4MwxllwFwnGKvWeYeXOsttLj fghv4etW39iZlPRr4ESnK+CD+6Jrd85+vBtm/8P+/za9bEbT5uH6pnD7hbegd5KG4N7ty1xtY17OW 1Y8gcUKvD5jzZfPdVQFr5W3SMdFm3sQ7zhI8SxjKiGnbKOlJB25AYGyMRiAvVGHq1plgDpAhmYzlo CbvAC5fg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rQ7ai-00HOcv-0e; Wed, 17 Jan 2024 15:12:32 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1rQ7ad-00HOXa-0H; Wed, 17 Jan 2024 15:12:30 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id E99B4616AE; Wed, 17 Jan 2024 15:12:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46EFAC43394; Wed, 17 Jan 2024 15:12:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705504339; bh=A34tDGOyjAsdjOUsmbUUAZArIqY5t5xrNGVo1R3xsl8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MUADrWpVR/Uh/G90UDB9uyE8Sv2+CswU6qdMlBPrM1g6LCEUVO2ry3Jo6StjLjmE/ QDJnRRprGq5yIHIr7/4y/OerT4PVr/pslwuAosBTeVAOV32QMFVgT/33jAAL9NpisL HAQuNRHCqi4aVTqljfjfDK64KIk654MSDzyZDOJ2Sn0VI9vRevvUfmJc6S7bQIBd22 pc3cqWNfMxGXdbZC42cWNiZq5rVWvyY4989o11tH+H76p6R8GmypkAZKzMuccV1xWj DeZmCbnE0CSNAYx+cIvY5jZ7qRuepoCGKe7jevKi0wmKgrtMkX8ihL8De1MC5vE4gx L9L1wzOKO4Udw== Date: Wed, 17 Jan 2024 15:12:12 +0000 From: Conor Dooley To: Krzysztof Kozlowski Cc: Jeremy Kerr , Alexandre Belloni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , =?utf-8?Q?Przemys=C5=82aw?= Gaj , Miquel Raynal , Conor Culhane , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Dinh Nguyen , Boris Brezillon , Nicolas Pitre , linux-i3c@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] dt-bindings: i3c: drop "master" node name suffix Message-ID: <20240117-endurance-caliber-e3424450d291@spud> References: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 In-Reply-To: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240117_071227_392073_A5825D90 X-CRM114-Status: GOOD ( 10.95 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============2854351653854449540==" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org --===============2854351653854449540== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="aLyhfwRZwwPVc64g" Content-Disposition: inline --aLyhfwRZwwPVc64g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 17, 2024 at 08:56:16AM +0100, Krzysztof Kozlowski wrote: > Drop the requirement of "-master" suffix in node names because: > 1. "Master" word is discouraged and MIPI Alliance renamed it to > "Controller". > 2. Some devices can operate in Controller (Master) or Target mode, thus > the name is not accurate in such cases. > 3. Other buses, like I2C controllers, use simple "i2c". >=20 > Signed-off-by: Krzysztof Kozlowski Acked-by: Conor Dooley Cheers, Conor. --aLyhfwRZwwPVc64g Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZafuTAAKCRB4tDGHoIJi 0qOUAQCiE1lrShOfXW5DHVs22SCv9n0E+X01iWyVhRYwByKe7wD/WsaG8wOfwFiK a4TeDt3owTN4VnKqNpdfHPpPnU9H+g4= =PuQ9 -----END PGP SIGNATURE----- --aLyhfwRZwwPVc64g-- --===============2854351653854449540== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel --===============2854351653854449540==-- From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 37A44225DB; Wed, 17 Jan 2024 15:12:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705504340; cv=none; b=ViDSSSam/1kPp9cWt2WDNyIHS8d3NZaXIgHNVAhPGNcqYpcBQ9y2EGYVCR0nG5nSXmpjSG/P/so/4fukx7Sgq10fgZJdv5LR1m26bKqe9kr4eTakuzGXUhNIYsSHG/gl7eq0hkBdwOjBv08nw1tbO/FdnLA13JplYhNnRFLMaPs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705504340; c=relaxed/simple; bh=A34tDGOyjAsdjOUsmbUUAZArIqY5t5xrNGVo1R3xsl8=; h=Received:DKIM-Signature:Date:From:To:Cc:Subject:Message-ID: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To; b=UEX0n0w10jOAlDDPtyvoVEAu+9jZlylpUn+SGVobGVLqoTugRNj428WH4epEH07Oa/hNJhwooSPdsgwHsEvweA4Lt6c4td8tg3+pPnofdjNGn2HfxvfC9d/aawsEbNszgwhR/YqEvgrTEHGIwJzGZBSVEaeGKh/tt5BWO//sc/Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MUADrWpV; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="MUADrWpV" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46EFAC43394; Wed, 17 Jan 2024 15:12:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705504339; bh=A34tDGOyjAsdjOUsmbUUAZArIqY5t5xrNGVo1R3xsl8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MUADrWpVR/Uh/G90UDB9uyE8Sv2+CswU6qdMlBPrM1g6LCEUVO2ry3Jo6StjLjmE/ QDJnRRprGq5yIHIr7/4y/OerT4PVr/pslwuAosBTeVAOV32QMFVgT/33jAAL9NpisL HAQuNRHCqi4aVTqljfjfDK64KIk654MSDzyZDOJ2Sn0VI9vRevvUfmJc6S7bQIBd22 pc3cqWNfMxGXdbZC42cWNiZq5rVWvyY4989o11tH+H76p6R8GmypkAZKzMuccV1xWj DeZmCbnE0CSNAYx+cIvY5jZ7qRuepoCGKe7jevKi0wmKgrtMkX8ihL8De1MC5vE4gx L9L1wzOKO4Udw== Date: Wed, 17 Jan 2024 15:12:12 +0000 From: Conor Dooley To: Krzysztof Kozlowski Cc: Jeremy Kerr , Alexandre Belloni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , =?utf-8?Q?Przemys=C5=82aw?= Gaj , Miquel Raynal , Conor Culhane , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Dinh Nguyen , Boris Brezillon , Nicolas Pitre , linux-i3c@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] dt-bindings: i3c: drop "master" node name suffix Message-ID: <20240117-endurance-caliber-e3424450d291@spud> References: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="aLyhfwRZwwPVc64g" Content-Disposition: inline In-Reply-To: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org> --aLyhfwRZwwPVc64g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jan 17, 2024 at 08:56:16AM +0100, Krzysztof Kozlowski wrote: > Drop the requirement of "-master" suffix in node names because: > 1. "Master" word is discouraged and MIPI Alliance renamed it to > "Controller". > 2. Some devices can operate in Controller (Master) or Target mode, thus > the name is not accurate in such cases. > 3. Other buses, like I2C controllers, use simple "i2c". >=20 > Signed-off-by: Krzysztof Kozlowski Acked-by: Conor Dooley Cheers, Conor. --aLyhfwRZwwPVc64g Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZafuTAAKCRB4tDGHoIJi 0qOUAQCiE1lrShOfXW5DHVs22SCv9n0E+X01iWyVhRYwByKe7wD/WsaG8wOfwFiK a4TeDt3owTN4VnKqNpdfHPpPnU9H+g4= =PuQ9 -----END PGP SIGNATURE----- --aLyhfwRZwwPVc64g--