linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 5/8] dt-bindings: spi: lpspi: add imx8qxp compatible string
       [not found] <1539886483-15775-1-git-send-email-aisheng.dong@nxp.com>
@ 2018-10-18 18:19 ` A.s. Dong
  2018-10-18 19:49   ` Rob Herring
  2018-10-21 15:59   ` Applied "spi: lpspi: add imx8qxp compatible string" to the spi tree Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: A.s. Dong @ 2018-10-18 18:19 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: A.s. Dong, Mark Rutland, dongas86, devicetree, catalin.marinas,
	Mark Brown, will.deacon, linux-spi, robh+dt, dl-linux-imx,
	kernel, Fabio Estevam, shawnguo

Add imx8qxp compatible string

Cc: Mark Brown <broonie@kernel.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-spi@vger.kernel.org
Cc: devicetree@vger.kernel.org
Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
---
 Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt
index 4af1326..8d178a4 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt
@@ -3,6 +3,7 @@
 Required properties:
 - compatible :
   - "fsl,imx7ulp-spi" for LPSPI compatible with the one integrated on i.MX7ULP soc
+  - "fsl,imx8qxp-spi" for LPSPI compatible with the one integrated on i.MX8QXP soc
 - reg : address and length of the lpspi master registers
 - interrupts : lpspi interrupt
 - clocks : lpspi clock specifier
-- 
2.7.4

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

* Re: [PATCH V3 5/8] dt-bindings: spi: lpspi: add imx8qxp compatible string
  2018-10-18 18:19 ` [PATCH V3 5/8] dt-bindings: spi: lpspi: add imx8qxp compatible string A.s. Dong
@ 2018-10-18 19:49   ` Rob Herring
  2018-10-21 15:59   ` Applied "spi: lpspi: add imx8qxp compatible string" to the spi tree Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2018-10-18 19:49 UTC (permalink / raw)
  To: A.s. Dong
  Cc: A.s. Dong, Mark Rutland, dongas86, devicetree, catalin.marinas,
	Mark Brown, will.deacon, linux-spi, robh+dt, dl-linux-imx,
	kernel, Fabio Estevam, shawnguo, linux-arm-kernel

On Thu, 18 Oct 2018 18:19:34 +0000, "A.s. Dong" wrote:
> Add imx8qxp compatible string
> 
> Cc: Mark Brown <broonie@kernel.org>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: linux-spi@vger.kernel.org
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
>  Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Applied "spi: lpspi: add imx8qxp compatible string" to the spi tree
  2018-10-18 18:19 ` [PATCH V3 5/8] dt-bindings: spi: lpspi: add imx8qxp compatible string A.s. Dong
  2018-10-18 19:49   ` Rob Herring
@ 2018-10-21 15:59   ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2018-10-21 15:59 UTC (permalink / raw)
  To: A.s. Dong
  Cc: A.s. Dong, Mark Rutland, dongas86, devicetree, catalin.marinas,
	will.deacon, robh+dt, linux-spi, Mark Brown, dl-linux-imx,
	kernel, Fabio Estevam, shawnguo, linux-arm-kernel

The patch

   spi: lpspi: add imx8qxp compatible string

has been applied to the spi tree at

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

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

>From 0c903aafc8529f64d24d2cd6df32f2bf16aad20b Mon Sep 17 00:00:00 2001
From: "A.s. Dong" <aisheng.dong@nxp.com>
Date: Thu, 18 Oct 2018 18:19:34 +0000
Subject: [PATCH] spi: lpspi: add imx8qxp compatible string

Add imx8qxp compatible string

Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt
index 4af132606b37..8d178a4503cf 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.txt
@@ -3,6 +3,7 @@
 Required properties:
 - compatible :
   - "fsl,imx7ulp-spi" for LPSPI compatible with the one integrated on i.MX7ULP soc
+  - "fsl,imx8qxp-spi" for LPSPI compatible with the one integrated on i.MX8QXP soc
 - reg : address and length of the lpspi master registers
 - interrupts : lpspi interrupt
 - clocks : lpspi clock specifier
-- 
2.19.0

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

end of thread, other threads:[~2018-10-21 15:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1539886483-15775-1-git-send-email-aisheng.dong@nxp.com>
2018-10-18 18:19 ` [PATCH V3 5/8] dt-bindings: spi: lpspi: add imx8qxp compatible string A.s. Dong
2018-10-18 19:49   ` Rob Herring
2018-10-21 15:59   ` Applied "spi: lpspi: add imx8qxp compatible string" to the spi tree Mark Brown

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