linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add 8qm SMMU information
@ 2024-02-01 20:22 Frank Li
  2024-02-01 20:22 ` [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property Frank Li
                   ` (5 more replies)
  0 siblings, 6 replies; 22+ messages in thread
From: Frank Li @ 2024-02-01 20:22 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx, Frank Li

Change at v2
- Remove iM95 for fec.

To: Ulf Hansson <ulf.hansson@linaro.org>
To: Rob Herring <robh+dt@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
To: Conor Dooley <conor+dt@kernel.org>
To: Shawn Guo <shawnguo@kernel.org>
To: Sascha Hauer <s.hauer@pengutronix.de>
To: Pengutronix Kernel Team <kernel@pengutronix.de>
To: Fabio Estevam <festevam@gmail.com>
To: NXP Linux Team <linux-imx@nxp.com>
To: Wei Fang <wei.fang@nxp.com>
To: Shenwei Wang <shenwei.wang@nxp.com>
To: Clark Wang <xiaoning.wang@nxp.com>
To: David S. Miller <davem@davemloft.net>
To: Eric Dumazet <edumazet@google.com>
To: Jakub Kicinski <kuba@kernel.org>
To: Paolo Abeni <pabeni@redhat.com>
Cc: linux-mmc@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Cc: netdev@vger.kernel.org
Cc: imx@lists.linux.dev

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Frank Li (4):
      dt-bindings: mmc: fsl-imx-esdhc: add iommus property
      dt-bindings: net: fec: add iommus property
      arm64: dts: imx8qm: add smmu node
      arm64: dts: imx8qm: add smmu stream id information

 .../devicetree/bindings/mmc/fsl-imx-esdhc.yaml     |  3 ++
 Documentation/devicetree/bindings/net/fsl,fec.yaml |  3 ++
 arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi  |  6 ++++
 arch/arm64/boot/dts/freescale/imx8qm.dtsi          | 41 ++++++++++++++++++++++
 4 files changed, 53 insertions(+)
---
base-commit: 99748ff5ee0953610765e9d0cd6015c2eb0f7ace
change-id: 20240201-8qm_smmu-6318da8e9017

Best regards,
-- 
Frank Li <Frank.Li@nxp.com>


^ permalink raw reply	[flat|nested] 22+ messages in thread

* [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property
  2024-02-01 20:22 [PATCH v2 0/4] Add 8qm SMMU information Frank Li
@ 2024-02-01 20:22 ` Frank Li
  2024-02-02  8:23   ` Krzysztof Kozlowski
  2024-02-05 17:28   ` Ulf Hansson
  2024-02-01 20:22 ` [PATCH v2 2/4] dt-bindings: net: fec: " Frank Li
                   ` (4 subsequent siblings)
  5 siblings, 2 replies; 22+ messages in thread
From: Frank Li @ 2024-02-01 20:22 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx, Frank Li

iMX95 and iMX8QM have smmu. Add property "iommus".

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
index 82eb7a24c8578..0d8ed9d055ffe 100644
--- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
+++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
@@ -162,6 +162,9 @@ properties:
       - const: ahb
       - const: per
 
+  iommus:
+    maxItems: 1
+
   power-domains:
     maxItems: 1
 

-- 
2.34.1


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH v2 2/4] dt-bindings: net: fec: add iommus property
  2024-02-01 20:22 [PATCH v2 0/4] Add 8qm SMMU information Frank Li
  2024-02-01 20:22 ` [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property Frank Li
@ 2024-02-01 20:22 ` Frank Li
  2024-02-02  8:23   ` Krzysztof Kozlowski
  2024-02-01 20:22 ` [PATCH v2 3/4] arm64: dts: imx8qm: add smmu node Frank Li
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 22+ messages in thread
From: Frank Li @ 2024-02-01 20:22 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx, Frank Li

iMX8QM have iommu. Add proerty 'iommus'.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 Documentation/devicetree/bindings/net/fsl,fec.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/net/fsl,fec.yaml b/Documentation/devicetree/bindings/net/fsl,fec.yaml
index 8948a11c994e4..5536c06139cae 100644
--- a/Documentation/devicetree/bindings/net/fsl,fec.yaml
+++ b/Documentation/devicetree/bindings/net/fsl,fec.yaml
@@ -224,6 +224,9 @@ properties:
       Can be omitted thus no delay is observed. Delay is in range of 1ms to 1000ms.
       Other delays are invalid.
 
+  iommus:
+    maxItems: 1
+
 required:
   - compatible
   - reg

-- 
2.34.1


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH v2 3/4] arm64: dts: imx8qm: add smmu node
  2024-02-01 20:22 [PATCH v2 0/4] Add 8qm SMMU information Frank Li
  2024-02-01 20:22 ` [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property Frank Li
  2024-02-01 20:22 ` [PATCH v2 2/4] dt-bindings: net: fec: " Frank Li
@ 2024-02-01 20:22 ` Frank Li
  2024-02-06 10:52   ` Shawn Guo
  2024-02-01 20:22 ` [PATCH v2 4/4] arm64: dts: imx8qm: add smmu stream id information Frank Li
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 22+ messages in thread
From: Frank Li @ 2024-02-01 20:22 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx, Frank Li

Add smmu node for imx8qm.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8qm.dtsi | 41 +++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8qm.dtsi b/arch/arm64/boot/dts/freescale/imx8qm.dtsi
index 31744fc1ab085..b3d01677b70c4 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qm.dtsi
@@ -265,6 +265,47 @@ timer {
 			     <GIC_PPI 10 IRQ_TYPE_LEVEL_LOW>; /* Hypervisor */
 	};
 
+	smmu: iommu@51400000 {
+		compatible = "arm,mmu-500";
+		interrupt-parent = <&gic>;
+		reg = <0 0x51400000 0 0x40000>;
+		#global-interrupts = <1>;
+		#iommu-cells = <2>;
+		interrupts = <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>,
+			     <GIC_SPI 32 IRQ_TYPE_LEVEL_HIGH>;
+	};
+
 	system-controller {
 		compatible = "fsl,imx-scu";
 		mbox-names = "tx0",

-- 
2.34.1


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* [PATCH v2 4/4] arm64: dts: imx8qm: add smmu stream id information
  2024-02-01 20:22 [PATCH v2 0/4] Add 8qm SMMU information Frank Li
                   ` (2 preceding siblings ...)
  2024-02-01 20:22 ` [PATCH v2 3/4] arm64: dts: imx8qm: add smmu node Frank Li
@ 2024-02-01 20:22 ` Frank Li
  2024-02-06 10:53   ` Shawn Guo
  2024-02-02 19:05 ` [PATCH v2 0/4] Add 8qm SMMU information Jakub Kicinski
  2024-02-19 19:50 ` patchwork-bot+netdevbpf
  5 siblings, 1 reply; 22+ messages in thread
From: Frank Li @ 2024-02-01 20:22 UTC (permalink / raw)
  To: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx, Frank Li

Add smmu stream id information for fec and esdhc.

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
index ec1639174e2e5..3cbc861400b43 100644
--- a/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
@@ -6,20 +6,26 @@
 
 &fec1 {
 	compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec";
+	iommus = <&smmu 0x12 0x7f80>;
 };
 
 &fec2 {
 	compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec";
+	iommus = <&smmu 0x12 0x7f80>;
 };
 
 &usdhc1 {
 	compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
+	iommus = <&smmu 0x11 0x7f80>;
 };
 
 &usdhc2 {
 	compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
+	iommus = <&smmu 0x11 0x7f80>;
 };
 
 &usdhc3 {
 	compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
+	iommus = <&smmu 0x11 0x7f80>;
 };
+

-- 
2.34.1


^ permalink raw reply related	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property
  2024-02-01 20:22 ` [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property Frank Li
@ 2024-02-02  8:23   ` Krzysztof Kozlowski
  2024-02-05 17:28   ` Ulf Hansson
  1 sibling, 0 replies; 22+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-02  8:23 UTC (permalink / raw)
  To: Frank Li, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Wei Fang, Shenwei Wang,
	Clark Wang, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev, imx

On 01/02/2024 21:22, Frank Li wrote:
> iMX95 and iMX8QM have smmu. Add property "iommus".
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 2/4] dt-bindings: net: fec: add iommus property
  2024-02-01 20:22 ` [PATCH v2 2/4] dt-bindings: net: fec: " Frank Li
@ 2024-02-02  8:23   ` Krzysztof Kozlowski
  2024-02-16 19:22     ` Frank Li
  0 siblings, 1 reply; 22+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-02  8:23 UTC (permalink / raw)
  To: Frank Li, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Wei Fang, Shenwei Wang,
	Clark Wang, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev, imx

On 01/02/2024 21:22, Frank Li wrote:
> iMX8QM have iommu. Add proerty 'iommus'.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 0/4] Add 8qm SMMU information
  2024-02-01 20:22 [PATCH v2 0/4] Add 8qm SMMU information Frank Li
                   ` (3 preceding siblings ...)
  2024-02-01 20:22 ` [PATCH v2 4/4] arm64: dts: imx8qm: add smmu stream id information Frank Li
@ 2024-02-02 19:05 ` Jakub Kicinski
  2024-02-02 22:28   ` Frank Li
  2024-02-06 10:50   ` Shawn Guo
  2024-02-19 19:50 ` patchwork-bot+netdevbpf
  5 siblings, 2 replies; 22+ messages in thread
From: Jakub Kicinski @ 2024-02-02 19:05 UTC (permalink / raw)
  To: Frank Li
  Cc: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Paolo Abeni, linux-mmc,
	devicetree, linux-arm-kernel, linux-kernel, netdev, imx

On Thu, 01 Feb 2024 15:22:40 -0500 Frank Li wrote:
>       dt-bindings: mmc: fsl-imx-esdhc: add iommus property
>       dt-bindings: net: fec: add iommus property
>       arm64: dts: imx8qm: add smmu node
>       arm64: dts: imx8qm: add smmu stream id information
> 
>  .../devicetree/bindings/mmc/fsl-imx-esdhc.yaml     |  3 ++
>  Documentation/devicetree/bindings/net/fsl,fec.yaml |  3 ++
>  arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi  |  6 ++++
>  arch/arm64/boot/dts/freescale/imx8qm.dtsi          | 41 ++++++++++++++++++++++

Any preference on whether all these go via a platform tree,
or should we pick up the net patch to netdev? I guess taking
the DTB via netdev would be the usual way to handle this?

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 0/4] Add 8qm SMMU information
  2024-02-02 19:05 ` [PATCH v2 0/4] Add 8qm SMMU information Jakub Kicinski
@ 2024-02-02 22:28   ` Frank Li
  2024-02-05  9:25     ` Krzysztof Kozlowski
  2024-02-06 10:50   ` Shawn Guo
  1 sibling, 1 reply; 22+ messages in thread
From: Frank Li @ 2024-02-02 22:28 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Paolo Abeni, linux-mmc,
	devicetree, linux-arm-kernel, linux-kernel, netdev, imx

On Fri, Feb 02, 2024 at 11:05:11AM -0800, Jakub Kicinski wrote:
> On Thu, 01 Feb 2024 15:22:40 -0500 Frank Li wrote:
> >       dt-bindings: mmc: fsl-imx-esdhc: add iommus property
> >       dt-bindings: net: fec: add iommus property
> >       arm64: dts: imx8qm: add smmu node
> >       arm64: dts: imx8qm: add smmu stream id information
> > 
> >  .../devicetree/bindings/mmc/fsl-imx-esdhc.yaml     |  3 ++
> >  Documentation/devicetree/bindings/net/fsl,fec.yaml |  3 ++
> >  arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi  |  6 ++++
> >  arch/arm64/boot/dts/freescale/imx8qm.dtsi          | 41 ++++++++++++++++++++++
> 
> Any preference on whether all these go via a platform tree,
> or should we pick up the net patch to netdev? I guess taking
> the DTB via netdev would be the usual way to handle this?

Supposed dt-bindings go through netdev tree.

without dt-bindings, just DTB_CHECK warning. No strict dependence
relationship between dt-bindings doc and dts file. 

Frank

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 0/4] Add 8qm SMMU information
  2024-02-02 22:28   ` Frank Li
@ 2024-02-05  9:25     ` Krzysztof Kozlowski
  2024-02-05 19:55       ` Frank Li
  0 siblings, 1 reply; 22+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-05  9:25 UTC (permalink / raw)
  To: Frank Li, Jakub Kicinski
  Cc: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Paolo Abeni, linux-mmc,
	devicetree, linux-arm-kernel, linux-kernel, netdev, imx

On 02/02/2024 23:28, Frank Li wrote:
> On Fri, Feb 02, 2024 at 11:05:11AM -0800, Jakub Kicinski wrote:
>> On Thu, 01 Feb 2024 15:22:40 -0500 Frank Li wrote:
>>>       dt-bindings: mmc: fsl-imx-esdhc: add iommus property
>>>       dt-bindings: net: fec: add iommus property
>>>       arm64: dts: imx8qm: add smmu node
>>>       arm64: dts: imx8qm: add smmu stream id information
>>>
>>>  .../devicetree/bindings/mmc/fsl-imx-esdhc.yaml     |  3 ++
>>>  Documentation/devicetree/bindings/net/fsl,fec.yaml |  3 ++
>>>  arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi  |  6 ++++
>>>  arch/arm64/boot/dts/freescale/imx8qm.dtsi          | 41 ++++++++++++++++++++++
>>
>> Any preference on whether all these go via a platform tree,
>> or should we pick up the net patch to netdev? I guess taking
>> the DTB via netdev would be the usual way to handle this?
> 
> Supposed dt-bindings go through netdev tree.
> 
> without dt-bindings, just DTB_CHECK warning. No strict dependence
> relationship between dt-bindings doc and dts file. 

Please make it easier for maintainers and sent entirely independent
patches for different subsystems in SEPARATE patchsets.

There is no dependency here between anything. Combining it, OTOH, brings
the questions about such dependency and makes it a bit more difficult to
apply for each maintainer.

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property
  2024-02-01 20:22 ` [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property Frank Li
  2024-02-02  8:23   ` Krzysztof Kozlowski
@ 2024-02-05 17:28   ` Ulf Hansson
  1 sibling, 0 replies; 22+ messages in thread
From: Ulf Hansson @ 2024-02-05 17:28 UTC (permalink / raw)
  To: Frank Li
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On Thu, 1 Feb 2024 at 21:23, Frank Li <Frank.Li@nxp.com> wrote:
>
> iMX95 and iMX8QM have smmu. Add property "iommus".
>
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> index 82eb7a24c8578..0d8ed9d055ffe 100644
> --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> @@ -162,6 +162,9 @@ properties:
>        - const: ahb
>        - const: per
>
> +  iommus:
> +    maxItems: 1
> +
>    power-domains:
>      maxItems: 1
>
>
> --
> 2.34.1
>

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 0/4] Add 8qm SMMU information
  2024-02-05  9:25     ` Krzysztof Kozlowski
@ 2024-02-05 19:55       ` Frank Li
  0 siblings, 0 replies; 22+ messages in thread
From: Frank Li @ 2024-02-05 19:55 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Jakub Kicinski, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Wei Fang, Shenwei Wang,
	Clark Wang, David S. Miller, Eric Dumazet, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On Mon, Feb 05, 2024 at 10:25:46AM +0100, Krzysztof Kozlowski wrote:
> On 02/02/2024 23:28, Frank Li wrote:
> > On Fri, Feb 02, 2024 at 11:05:11AM -0800, Jakub Kicinski wrote:
> >> On Thu, 01 Feb 2024 15:22:40 -0500 Frank Li wrote:
> >>>       dt-bindings: mmc: fsl-imx-esdhc: add iommus property
> >>>       dt-bindings: net: fec: add iommus property
> >>>       arm64: dts: imx8qm: add smmu node
> >>>       arm64: dts: imx8qm: add smmu stream id information
> >>>
> >>>  .../devicetree/bindings/mmc/fsl-imx-esdhc.yaml     |  3 ++
> >>>  Documentation/devicetree/bindings/net/fsl,fec.yaml |  3 ++
> >>>  arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi  |  6 ++++
> >>>  arch/arm64/boot/dts/freescale/imx8qm.dtsi          | 41 ++++++++++++++++++++++
> >>
> >> Any preference on whether all these go via a platform tree,
> >> or should we pick up the net patch to netdev? I guess taking
> >> the DTB via netdev would be the usual way to handle this?
> > 
> > Supposed dt-bindings go through netdev tree.
> > 
> > without dt-bindings, just DTB_CHECK warning. No strict dependence
> > relationship between dt-bindings doc and dts file. 
> 
> Please make it easier for maintainers and sent entirely independent
> patches for different subsystems in SEPARATE patchsets.
> 
> There is no dependency here between anything. Combining it, OTOH, brings
> the questions about such dependency and makes it a bit more difficult to
> apply for each maintainer.

Understand, but without dts change, it is not easy to understand why need
change dt-binding files.

Frank

> 
> Best regards,
> Krzysztof
> 

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 0/4] Add 8qm SMMU information
  2024-02-02 19:05 ` [PATCH v2 0/4] Add 8qm SMMU information Jakub Kicinski
  2024-02-02 22:28   ` Frank Li
@ 2024-02-06 10:50   ` Shawn Guo
  2024-02-06 15:41     ` Jakub Kicinski
  1 sibling, 1 reply; 22+ messages in thread
From: Shawn Guo @ 2024-02-06 10:50 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Frank Li, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Wei Fang, Shenwei Wang,
	Clark Wang, David S. Miller, Eric Dumazet, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On Fri, Feb 02, 2024 at 11:05:11AM -0800, Jakub Kicinski wrote:
> On Thu, 01 Feb 2024 15:22:40 -0500 Frank Li wrote:
> >       dt-bindings: mmc: fsl-imx-esdhc: add iommus property
> >       dt-bindings: net: fec: add iommus property
> >       arm64: dts: imx8qm: add smmu node
> >       arm64: dts: imx8qm: add smmu stream id information
> > 
> >  .../devicetree/bindings/mmc/fsl-imx-esdhc.yaml     |  3 ++
> >  Documentation/devicetree/bindings/net/fsl,fec.yaml |  3 ++
> >  arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi  |  6 ++++
> >  arch/arm64/boot/dts/freescale/imx8qm.dtsi          | 41 ++++++++++++++++++++++
> 
> Any preference on whether all these go via a platform tree,
> or should we pick up the net patch to netdev? I guess taking
> the DTB via netdev would be the usual way to handle this?

No, it's not.  Taking DTS changes through arch/platform tree is the
usual way.

Shawn


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 3/4] arm64: dts: imx8qm: add smmu node
  2024-02-01 20:22 ` [PATCH v2 3/4] arm64: dts: imx8qm: add smmu node Frank Li
@ 2024-02-06 10:52   ` Shawn Guo
  0 siblings, 0 replies; 22+ messages in thread
From: Shawn Guo @ 2024-02-06 10:52 UTC (permalink / raw)
  To: Frank Li
  Cc: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On Thu, Feb 01, 2024 at 03:22:43PM -0500, Frank Li wrote:
> Add smmu node for imx8qm.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>

Applied, thanks!


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 4/4] arm64: dts: imx8qm: add smmu stream id information
  2024-02-01 20:22 ` [PATCH v2 4/4] arm64: dts: imx8qm: add smmu stream id information Frank Li
@ 2024-02-06 10:53   ` Shawn Guo
  0 siblings, 0 replies; 22+ messages in thread
From: Shawn Guo @ 2024-02-06 10:53 UTC (permalink / raw)
  To: Frank Li
  Cc: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On Thu, Feb 01, 2024 at 03:22:44PM -0500, Frank Li wrote:
> Add smmu stream id information for fec and esdhc.
> 
> Signed-off-by: Frank Li <Frank.Li@nxp.com>
> ---
>  arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi b/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
> index ec1639174e2e5..3cbc861400b43 100644
> --- a/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8qm-ss-conn.dtsi
> @@ -6,20 +6,26 @@
>  
>  &fec1 {
>  	compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec";
> +	iommus = <&smmu 0x12 0x7f80>;
>  };
>  
>  &fec2 {
>  	compatible = "fsl,imx8qm-fec", "fsl,imx6sx-fec";
> +	iommus = <&smmu 0x12 0x7f80>;
>  };
>  
>  &usdhc1 {
>  	compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
> +	iommus = <&smmu 0x11 0x7f80>;
>  };
>  
>  &usdhc2 {
>  	compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
> +	iommus = <&smmu 0x11 0x7f80>;
>  };
>  
>  &usdhc3 {
>  	compatible = "fsl,imx8qm-usdhc", "fsl,imx8qxp-usdhc", "fsl,imx7d-usdhc";
> +	iommus = <&smmu 0x11 0x7f80>;
>  };
> +

Dropped this whitespace and applied.

Shawn

> 
> -- 
> 2.34.1
> 


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 0/4] Add 8qm SMMU information
  2024-02-06 10:50   ` Shawn Guo
@ 2024-02-06 15:41     ` Jakub Kicinski
  2024-02-23  2:07       ` Shawn Guo
  0 siblings, 1 reply; 22+ messages in thread
From: Jakub Kicinski @ 2024-02-06 15:41 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Frank Li, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Wei Fang, Shenwei Wang,
	Clark Wang, David S. Miller, Eric Dumazet, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On Tue, 6 Feb 2024 18:50:51 +0800 Shawn Guo wrote:
> > Any preference on whether all these go via a platform tree,
> > or should we pick up the net patch to netdev? I guess taking
> > the DTB via netdev would be the usual way to handle this?  
> 
> No, it's not.  Taking DTS changes through arch/platform tree is the
> usual way.

I said DTB.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 2/4] dt-bindings: net: fec: add iommus property
  2024-02-02  8:23   ` Krzysztof Kozlowski
@ 2024-02-16 19:22     ` Frank Li
  2024-02-17  8:18       ` Krzysztof Kozlowski
  0 siblings, 1 reply; 22+ messages in thread
From: Frank Li @ 2024-02-16 19:22 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On Fri, Feb 02, 2024 at 09:23:37AM +0100, Krzysztof Kozlowski wrote:
> On 01/02/2024 21:22, Frank Li wrote:
> > iMX8QM have iommu. Add proerty 'iommus'.
> > 
> > Signed-off-by: Frank Li <Frank.Li@nxp.com>
> > ---
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Other 3 patches already been linux-next. Who will pick this one?

Frank

> 
> Best regards,
> Krzysztof
> 

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 2/4] dt-bindings: net: fec: add iommus property
  2024-02-16 19:22     ` Frank Li
@ 2024-02-17  8:18       ` Krzysztof Kozlowski
  2024-02-19 19:44         ` Jakub Kicinski
  0 siblings, 1 reply; 22+ messages in thread
From: Krzysztof Kozlowski @ 2024-02-17  8:18 UTC (permalink / raw)
  To: Frank Li
  Cc: Ulf Hansson, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Wei Fang, Shenwei Wang, Clark Wang,
	David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On 16/02/2024 20:22, Frank Li wrote:
> On Fri, Feb 02, 2024 at 09:23:37AM +0100, Krzysztof Kozlowski wrote:
>> On 01/02/2024 21:22, Frank Li wrote:
>>> iMX8QM have iommu. Add proerty 'iommus'.
>>>
>>> Signed-off-by: Frank Li <Frank.Li@nxp.com>
>>> ---
>>
>> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> Other 3 patches already been linux-next. Who will pick this one?

Resend it to net-next (with proper title).

Best regards,
Krzysztof


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 2/4] dt-bindings: net: fec: add iommus property
  2024-02-17  8:18       ` Krzysztof Kozlowski
@ 2024-02-19 19:44         ` Jakub Kicinski
  0 siblings, 0 replies; 22+ messages in thread
From: Jakub Kicinski @ 2024-02-19 19:44 UTC (permalink / raw)
  To: Frank Li
  Cc: Krzysztof Kozlowski, Ulf Hansson, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team, Wei Fang,
	Shenwei Wang, Clark Wang, David S. Miller, Eric Dumazet,
	Paolo Abeni, linux-mmc, devicetree, linux-arm-kernel,
	linux-kernel, netdev, imx

On Sat, 17 Feb 2024 09:18:33 +0100 Krzysztof Kozlowski wrote:
> >> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>  
> > 
> > Other 3 patches already been linux-next. Who will pick this one?  
> 
> Resend it to net-next (with proper title).

I happened to notice the discussion, let me take the v2. Thanks!

^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 0/4] Add 8qm SMMU information
  2024-02-01 20:22 [PATCH v2 0/4] Add 8qm SMMU information Frank Li
                   ` (4 preceding siblings ...)
  2024-02-02 19:05 ` [PATCH v2 0/4] Add 8qm SMMU information Jakub Kicinski
@ 2024-02-19 19:50 ` patchwork-bot+netdevbpf
  5 siblings, 0 replies; 22+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-02-19 19:50 UTC (permalink / raw)
  To: Frank Li
  Cc: ulf.hansson, robh+dt, krzysztof.kozlowski+dt, conor+dt, shawnguo,
	s.hauer, kernel, festevam, linux-imx, wei.fang, shenwei.wang,
	xiaoning.wang, davem, edumazet, kuba, pabeni, linux-mmc,
	devicetree, linux-arm-kernel, linux-kernel, netdev, imx

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu, 01 Feb 2024 15:22:40 -0500 you wrote:
> Change at v2
> - Remove iM95 for fec.
> 
> To: Ulf Hansson <ulf.hansson@linaro.org>
> To: Rob Herring <robh+dt@kernel.org>
> To: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
> To: Conor Dooley <conor+dt@kernel.org>
> To: Shawn Guo <shawnguo@kernel.org>
> To: Sascha Hauer <s.hauer@pengutronix.de>
> To: Pengutronix Kernel Team <kernel@pengutronix.de>
> To: Fabio Estevam <festevam@gmail.com>
> To: NXP Linux Team <linux-imx@nxp.com>
> To: Wei Fang <wei.fang@nxp.com>
> To: Shenwei Wang <shenwei.wang@nxp.com>
> To: Clark Wang <xiaoning.wang@nxp.com>
> To: David S. Miller <davem@davemloft.net>
> To: Eric Dumazet <edumazet@google.com>
> To: Jakub Kicinski <kuba@kernel.org>
> To: Paolo Abeni <pabeni@redhat.com>
> Cc: linux-mmc@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Cc: linux-arm-kernel@lists.infradead.org
> Cc: linux-kernel@vger.kernel.org
> Cc: netdev@vger.kernel.org
> Cc: imx@lists.linux.dev
> 
> [...]

Here is the summary with links:
  - [v2,1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property
    (no matching commit)
  - [v2,2/4] dt-bindings: net: fec: add iommus property
    https://git.kernel.org/netdev/net-next/c/5983e5df8630
  - [v2,3/4] arm64: dts: imx8qm: add smmu node
    (no matching commit)
  - [v2,4/4] arm64: dts: imx8qm: add smmu stream id information
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 0/4] Add 8qm SMMU information
  2024-02-06 15:41     ` Jakub Kicinski
@ 2024-02-23  2:07       ` Shawn Guo
  2024-02-23  2:26         ` Jakub Kicinski
  0 siblings, 1 reply; 22+ messages in thread
From: Shawn Guo @ 2024-02-23  2:07 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Frank Li, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Wei Fang, Shenwei Wang,
	Clark Wang, David S. Miller, Eric Dumazet, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On Tue, Feb 06, 2024 at 07:41:51AM -0800, Jakub Kicinski wrote:
> On Tue, 6 Feb 2024 18:50:51 +0800 Shawn Guo wrote:
> > > Any preference on whether all these go via a platform tree,
> > > or should we pick up the net patch to netdev? I guess taking
> > > the DTB via netdev would be the usual way to handle this?  
> > 
> > No, it's not.  Taking DTS changes through arch/platform tree is the
> > usual way.
> 
> I said DTB.

If the DTB here means Device Tree Blob which is generated by DTC (Device
Tree Compiler) taking DTS (Device Tree Source) as input, it's a build
result and so neither of us could take.

Shawn


^ permalink raw reply	[flat|nested] 22+ messages in thread

* Re: [PATCH v2 0/4] Add 8qm SMMU information
  2024-02-23  2:07       ` Shawn Guo
@ 2024-02-23  2:26         ` Jakub Kicinski
  0 siblings, 0 replies; 22+ messages in thread
From: Jakub Kicinski @ 2024-02-23  2:26 UTC (permalink / raw)
  To: Shawn Guo
  Cc: Frank Li, Ulf Hansson, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Shawn Guo, Sascha Hauer, Pengutronix Kernel Team,
	Fabio Estevam, NXP Linux Team, Wei Fang, Shenwei Wang,
	Clark Wang, David S. Miller, Eric Dumazet, Paolo Abeni,
	linux-mmc, devicetree, linux-arm-kernel, linux-kernel, netdev,
	imx

On Fri, 23 Feb 2024 10:07:39 +0800 Shawn Guo wrote:
> On Tue, Feb 06, 2024 at 07:41:51AM -0800, Jakub Kicinski wrote:
> > I said DTB.  
> 
> If the DTB here means Device Tree Blob which is generated by DTC (Device
> Tree Compiler) taking DTS (Device Tree Source) as input, it's a build
> result and so neither of us could take.

I see, thanks for the explainer, I was referring to DeviceTree/Bindings.
I'll say binding next time.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-02-23  2:26 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01 20:22 [PATCH v2 0/4] Add 8qm SMMU information Frank Li
2024-02-01 20:22 ` [PATCH v2 1/4] dt-bindings: mmc: fsl-imx-esdhc: add iommus property Frank Li
2024-02-02  8:23   ` Krzysztof Kozlowski
2024-02-05 17:28   ` Ulf Hansson
2024-02-01 20:22 ` [PATCH v2 2/4] dt-bindings: net: fec: " Frank Li
2024-02-02  8:23   ` Krzysztof Kozlowski
2024-02-16 19:22     ` Frank Li
2024-02-17  8:18       ` Krzysztof Kozlowski
2024-02-19 19:44         ` Jakub Kicinski
2024-02-01 20:22 ` [PATCH v2 3/4] arm64: dts: imx8qm: add smmu node Frank Li
2024-02-06 10:52   ` Shawn Guo
2024-02-01 20:22 ` [PATCH v2 4/4] arm64: dts: imx8qm: add smmu stream id information Frank Li
2024-02-06 10:53   ` Shawn Guo
2024-02-02 19:05 ` [PATCH v2 0/4] Add 8qm SMMU information Jakub Kicinski
2024-02-02 22:28   ` Frank Li
2024-02-05  9:25     ` Krzysztof Kozlowski
2024-02-05 19:55       ` Frank Li
2024-02-06 10:50   ` Shawn Guo
2024-02-06 15:41     ` Jakub Kicinski
2024-02-23  2:07       ` Shawn Guo
2024-02-23  2:26         ` Jakub Kicinski
2024-02-19 19:50 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).