All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Kerr <jk@codeconstruct.com.au>
To: linux-aspeed@lists.ozlabs.org
Subject: [PATCH 1/3] dt-bindings: i3c: drop "master" node name suffix
Date: Wed, 17 Jan 2024 16:20:28 +0800	[thread overview]
Message-ID: <491efee1860ef1fbe94f990faea9c40cd99294c4.camel@codeconstruct.com.au> (raw)
In-Reply-To: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org>

Hi Krzysztof,

> 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".

Sounds good, thanks!

For the ast2600-i3c changes:

Acked-by: Jeremy Kerr <jk@codeconstruct.com.au>

Cheers,


Jeremy

WARNING: multiple messages have this Message-ID (diff)
From: Jeremy Kerr <jk@codeconstruct.com.au>
To: "Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Joel Stanley" <joel@jms.id.au>,
	"Andrew Jeffery" <andrew@codeconstruct.com.au>,
	"Przemysław Gaj" <pgaj@cadence.com>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Conor Culhane" <conor.culhane@silvaco.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Fabio Estevam" <festevam@gmail.com>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Dinh Nguyen" <dinguyen@kernel.org>,
	"Boris Brezillon" <bbrezillon@kernel.org>,
	"Nicolas Pitre" <npitre@baylibre.com>,
	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
Date: Wed, 17 Jan 2024 16:20:28 +0800	[thread overview]
Message-ID: <491efee1860ef1fbe94f990faea9c40cd99294c4.camel@codeconstruct.com.au> (raw)
In-Reply-To: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org>

Hi Krzysztof,

> 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".

Sounds good, thanks!

For the ast2600-i3c changes:

Acked-by: Jeremy Kerr <jk@codeconstruct.com.au>

Cheers,


Jeremy

-- 
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c

WARNING: multiple messages have this Message-ID (diff)
From: Jeremy Kerr <jk@codeconstruct.com.au>
To: "Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Joel Stanley" <joel@jms.id.au>,
	"Andrew Jeffery" <andrew@codeconstruct.com.au>,
	"Przemysław Gaj" <pgaj@cadence.com>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Conor Culhane" <conor.culhane@silvaco.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Fabio Estevam" <festevam@gmail.com>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Dinh Nguyen" <dinguyen@kernel.org>,
	"Boris Brezillon" <bbrezillon@kernel.org>,
	"Nicolas Pitre" <npitre@baylibre.com>,
	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
Date: Wed, 17 Jan 2024 16:20:28 +0800	[thread overview]
Message-ID: <491efee1860ef1fbe94f990faea9c40cd99294c4.camel@codeconstruct.com.au> (raw)
In-Reply-To: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org>

Hi Krzysztof,

> 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".

Sounds good, thanks!

For the ast2600-i3c changes:

Acked-by: Jeremy Kerr <jk@codeconstruct.com.au>

Cheers,


Jeremy

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Jeremy Kerr <jk@codeconstruct.com.au>
To: "Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>,
	"Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"Rob Herring" <robh+dt@kernel.org>,
	"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
	"Conor Dooley" <conor+dt@kernel.org>,
	"Joel Stanley" <joel@jms.id.au>,
	"Andrew Jeffery" <andrew@codeconstruct.com.au>,
	"Przemysław Gaj" <pgaj@cadence.com>,
	"Miquel Raynal" <miquel.raynal@bootlin.com>,
	"Conor Culhane" <conor.culhane@silvaco.com>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Sascha Hauer" <s.hauer@pengutronix.de>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Fabio Estevam" <festevam@gmail.com>,
	"NXP Linux Team" <linux-imx@nxp.com>,
	"Dinh Nguyen" <dinguyen@kernel.org>,
	"Boris Brezillon" <bbrezillon@kernel.org>,
	"Nicolas Pitre" <npitre@baylibre.com>,
	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
Date: Wed, 17 Jan 2024 16:20:28 +0800	[thread overview]
Message-ID: <491efee1860ef1fbe94f990faea9c40cd99294c4.camel@codeconstruct.com.au> (raw)
In-Reply-To: <20240117075618.81932-1-krzysztof.kozlowski@linaro.org>

Hi Krzysztof,

> 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".

Sounds good, thanks!

For the ast2600-i3c changes:

Acked-by: Jeremy Kerr <jk@codeconstruct.com.au>

Cheers,


Jeremy

  parent reply	other threads:[~2024-01-17  8:20 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-17  7:56 [PATCH 1/3] dt-bindings: i3c: drop "master" node name suffix Krzysztof Kozlowski
2024-01-17  7:56 ` Krzysztof Kozlowski
2024-01-17  7:56 ` Krzysztof Kozlowski
2024-01-17  7:56 ` Krzysztof Kozlowski
2024-01-17  7:56 ` [PATCH 2/3] arm64: dts: imx93: drop "master" I3C " Krzysztof Kozlowski
2024-01-17  7:56   ` Krzysztof Kozlowski
2024-01-17  7:56   ` Krzysztof Kozlowski
2024-01-17  7:56   ` Krzysztof Kozlowski
2024-02-05  9:50   ` Shawn Guo
2024-02-05  9:50     ` Shawn Guo
2024-02-05  9:50     ` Shawn Guo
2024-02-05  9:50     ` Shawn Guo
2024-01-17  7:56 ` [PATCH 3/3] arm64: dts: intel: agilex5: " Krzysztof Kozlowski
2024-01-17  7:56   ` Krzysztof Kozlowski
2024-01-17  7:56   ` Krzysztof Kozlowski
2024-01-17  7:56   ` Krzysztof Kozlowski
2024-02-06  3:11   ` Dinh Nguyen
2024-02-06  3:11     ` Dinh Nguyen
2024-02-06  3:11     ` Dinh Nguyen
2024-02-06  3:11     ` Dinh Nguyen
2024-01-17  8:20 ` Jeremy Kerr [this message]
2024-01-17  8:20   ` [PATCH 1/3] dt-bindings: i3c: drop "master" " Jeremy Kerr
2024-01-17  8:20   ` Jeremy Kerr
2024-01-17  8:20   ` Jeremy Kerr
2024-01-17 15:12 ` Conor Dooley
2024-01-17 15:12   ` Conor Dooley
2024-01-17 15:12   ` Conor Dooley
2024-01-17 15:12   ` Conor Dooley
2024-02-16 11:26 ` Krzysztof Kozlowski
2024-02-16 11:26   ` Krzysztof Kozlowski
2024-02-16 11:26   ` Krzysztof Kozlowski
2024-02-16 11:26   ` Krzysztof Kozlowski
2024-02-17 12:42   ` Alexandre Belloni
2024-02-17 12:42     ` Alexandre Belloni
2024-02-17 12:42     ` Alexandre Belloni
2024-02-17 12:42     ` Alexandre Belloni
2024-02-17 13:42     ` Krzysztof Kozlowski
2024-02-17 13:42       ` Krzysztof Kozlowski
2024-02-17 13:42       ` Krzysztof Kozlowski
2024-02-17 13:42       ` Krzysztof Kozlowski
2024-02-18 22:57 ` (subset) " Alexandre Belloni
2024-02-18 22:57   ` Alexandre Belloni
2024-02-18 22:57   ` Alexandre Belloni
2024-02-18 22:57   ` Alexandre Belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=491efee1860ef1fbe94f990faea9c40cd99294c4.camel@codeconstruct.com.au \
    --to=jk@codeconstruct.com.au \
    --cc=linux-aspeed@lists.ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.