All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings
@ 2023-07-28  6:08 Alexander Stein
  2023-07-28 14:02 ` Han Xu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexander Stein @ 2023-07-28  6:08 UTC (permalink / raw)
  To: Han Xu, Haibo Chen, Yogesh Gaur, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley
  Cc: Alexander Stein, linux-spi, devicetree

i.MX8(X) based SoC use a power domain. Allow supplying this domain in
bindings.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
 Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
index a813c971ecf65..7fd5911454800 100644
--- a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
@@ -45,6 +45,9 @@ properties:
       - const: fspi_en
       - const: fspi
 
+  power-domains:
+    maxItems: 1
+
 required:
   - compatible
   - reg
-- 
2.34.1


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

* RE: [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings
  2023-07-28  6:08 [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings Alexander Stein
@ 2023-07-28 14:02 ` Han Xu
  2023-07-28 16:26 ` Conor Dooley
  2023-07-28 20:05 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Han Xu @ 2023-07-28 14:02 UTC (permalink / raw)
  To: Alexander Stein, Bough Chen, Yogesh Gaur, Mark Brown,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-spi, devicetree



> -----Original Message-----
> From: Alexander Stein <alexander.stein@ew.tq-group.com>
> Sent: Friday, July 28, 2023 1:08 AM
> To: Han Xu <han.xu@nxp.com>; Bough Chen <haibo.chen@nxp.com>;
> Yogesh Gaur <yogeshgaur.83@gmail.com>; Mark Brown
> <broonie@kernel.org>; Rob Herring <robh+dt@kernel.org>; Krzysztof
> Kozlowski <krzysztof.kozlowski+dt@linaro.org>; Conor Dooley
> <conor+dt@kernel.org>
> Cc: Alexander Stein <alexander.stein@ew.tq-group.com>; linux-
> spi@vger.kernel.org; devicetree@vger.kernel.org
> Subject: [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings
> 
> i.MX8(X) based SoC use a power domain. Allow supplying this domain in
> bindings.
> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>

Acked-by: Han Xu <han.xu@nxp.com>

> ---
>  Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> index a813c971ecf65..7fd5911454800 100644
> --- a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> @@ -45,6 +45,9 @@ properties:
>        - const: fspi_en
>        - const: fspi
> 
> +  power-domains:
> +    maxItems: 1
> +
>  required:
>    - compatible
>    - reg
> --
> 2.34.1


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

* Re: [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings
  2023-07-28  6:08 [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings Alexander Stein
  2023-07-28 14:02 ` Han Xu
@ 2023-07-28 16:26 ` Conor Dooley
  2023-07-28 20:05 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-07-28 16:26 UTC (permalink / raw)
  To: Alexander Stein
  Cc: Han Xu, Haibo Chen, Yogesh Gaur, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, linux-spi, devicetree

[-- Attachment #1: Type: text/plain, Size: 909 bytes --]

On Fri, Jul 28, 2023 at 08:08:04AM +0200, Alexander Stein wrote:
> i.MX8(X) based SoC use a power domain. Allow supplying this domain in
> bindings.

Sure.
Acked-by: Conor Dooley <conor.dooley@microchip.com>

> 
> Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
> ---
>  Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> index a813c971ecf65..7fd5911454800 100644
> --- a/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-nxp-fspi.yaml
> @@ -45,6 +45,9 @@ properties:
>        - const: fspi_en
>        - const: fspi
>  
> +  power-domains:
> +    maxItems: 1
> +
>  required:
>    - compatible
>    - reg
> -- 
> 2.34.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings
  2023-07-28  6:08 [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings Alexander Stein
  2023-07-28 14:02 ` Han Xu
  2023-07-28 16:26 ` Conor Dooley
@ 2023-07-28 20:05 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-07-28 20:05 UTC (permalink / raw)
  To: Han Xu, Haibo Chen, Yogesh Gaur, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Alexander Stein
  Cc: linux-spi, devicetree

On Fri, 28 Jul 2023 08:08:04 +0200, Alexander Stein wrote:
> i.MX8(X) based SoC use a power domain. Allow supplying this domain in
> bindings.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/1] spi: fspi: Add power-domains to the DT bindings
      commit: 026badeb7055e41000e4b139833ca5bafe360eb6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark


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

end of thread, other threads:[~2023-07-28 20:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-28  6:08 [PATCH 1/1] spi: fspi: Add power-domains to the DT bindings Alexander Stein
2023-07-28 14:02 ` Han Xu
2023-07-28 16:26 ` Conor Dooley
2023-07-28 20:05 ` Mark Brown

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.