linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a
@ 2019-05-16 10:39 Kuldeep Singh
  2019-05-16 10:39 ` [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string Kuldeep Singh
  2019-05-21 21:04 ` [PATCH] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a Mark Brown
  0 siblings, 2 replies; 5+ messages in thread
From: Kuldeep Singh @ 2019-05-16 10:39 UTC (permalink / raw)
  To: devicetree
  Cc: bbrezillon, Kuldeep Singh, Ashish Kumar, broonie, linux-mtd,
	linux-arm-kernel

Signed-off-by: Ashish Kumar <ashish.kumar@nxp.com>
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
---
 Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
index e8f1d627d288..a72616a1ad2d 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
@@ -7,6 +7,8 @@ Required properties:
 		 or
 		 "fsl,ls2080a-qspi" followed by "fsl,ls1021a-qspi",
 		 "fsl,ls1043a-qspi" followed by "fsl,ls1021a-qspi"
+		 "fsl,ls1012a-qspi" followed by "fsl,ls1021a-qspi"
+		 "fsl,ls1088a-qspi" followed by "fsl,ls2080a-qspi"
   - reg : the first contains the register location and length,
           the second contains the memory mapping address and length
   - reg-names: Should contain the reg names "QuadSPI" and "QuadSPI-memory"
-- 
2.17.1

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

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

* [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string
  2019-05-16 10:39 [PATCH] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a Kuldeep Singh
@ 2019-05-16 10:39 ` Kuldeep Singh
  2019-05-21 21:04   ` Mark Brown
  2019-05-21 21:04 ` [PATCH] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a Mark Brown
  1 sibling, 1 reply; 5+ messages in thread
From: Kuldeep Singh @ 2019-05-16 10:39 UTC (permalink / raw)
  To: devicetree
  Cc: bbrezillon, Kuldeep Singh, Ashish Kumar, broonie, linux-mtd,
	linux-arm-kernel

There are 2 version of QSPI-IP, according to which it can be big endian
or little endian. There are some other minor changes as well.
The big endian version uses driver compatible fsl,ls1021a-qspi and little
endian version uses fsl,ls10280a-qspi

Signed-off-by: Ashish Kumar <ashish.kumar@nxp.com>
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
---
 Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt b/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
index a72616a1ad2d..2c2a3e919a06 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-qspi.txt
@@ -3,9 +3,8 @@
 Required properties:
   - compatible : Should be "fsl,vf610-qspi", "fsl,imx6sx-qspi",
 		 "fsl,imx7d-qspi", "fsl,imx6ul-qspi",
-		 "fsl,ls1021a-qspi"
+		 "fsl,ls1021a-qspi", "fsl,ls2080a-qspi"
 		 or
-		 "fsl,ls2080a-qspi" followed by "fsl,ls1021a-qspi",
 		 "fsl,ls1043a-qspi" followed by "fsl,ls1021a-qspi"
 		 "fsl,ls1012a-qspi" followed by "fsl,ls1021a-qspi"
 		 "fsl,ls1088a-qspi" followed by "fsl,ls2080a-qspi"
-- 
2.17.1

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

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

* Re: [PATCH] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a
  2019-05-16 10:39 [PATCH] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a Kuldeep Singh
  2019-05-16 10:39 ` [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string Kuldeep Singh
@ 2019-05-21 21:04 ` Mark Brown
  1 sibling, 0 replies; 5+ messages in thread
From: Mark Brown @ 2019-05-21 21:04 UTC (permalink / raw)
  To: Kuldeep Singh
  Cc: devicetree, linux-mtd, Ashish Kumar, linux-arm-kernel, bbrezillon


[-- Attachment #1.1: Type: text/plain, Size: 244 bytes --]

On Thu, May 16, 2019 at 10:39:44AM +0000, Kuldeep Singh wrote:
> Signed-off-by: Ashish Kumar <ashish.kumar@nxp.com>
> Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
> ---

This doesn't apply against current code, please check and resend.

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* Re: [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string
  2019-05-16 10:39 ` [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string Kuldeep Singh
@ 2019-05-21 21:04   ` Mark Brown
  2019-05-22  7:06     ` [EXT] " Kuldeep Singh
  0 siblings, 1 reply; 5+ messages in thread
From: Mark Brown @ 2019-05-21 21:04 UTC (permalink / raw)
  To: Kuldeep Singh
  Cc: devicetree, linux-mtd, Ashish Kumar, linux-arm-kernel, bbrezillon


[-- Attachment #1.1: Type: text/plain, Size: 384 bytes --]

On Thu, May 16, 2019 at 10:39:45AM +0000, Kuldeep Singh wrote:
> There are 2 version of QSPI-IP, according to which it can be big endian
> or little endian. There are some other minor changes as well.
> The big endian version uses driver compatible fsl,ls1021a-qspi and little
> endian version uses fsl,ls10280a-qspi

This doesn't apply against current code, please check and resend.

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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

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

* RE: [EXT] Re: [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string
  2019-05-21 21:04   ` Mark Brown
@ 2019-05-22  7:06     ` Kuldeep Singh
  0 siblings, 0 replies; 5+ messages in thread
From: Kuldeep Singh @ 2019-05-22  7:06 UTC (permalink / raw)
  To: Mark Brown
  Cc: devicetree, linux-mtd, Ashish Kumar, linux-arm-kernel, bbrezillon

Hi Mark,

> -----Original Message-----
> From: Mark Brown [mailto:broonie@kernel.org]
> Sent: Wednesday, May 22, 2019 2:35 AM
> To: Kuldeep Singh <kuldeep.singh@nxp.com>
> Cc: devicetree@vger.kernel.org; bbrezillon@kernel.org; linux-arm-
> kernel@lists.infradead.org; linux-mtd@lists.infradead.org; Ashish Kumar
> <ashish.kumar@nxp.com>
> Subject: [EXT] Re: [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a
> compatibility string
> 
> On Thu, May 16, 2019 at 10:39:45AM +0000, Kuldeep Singh wrote:
> > There are 2 version of QSPI-IP, according to which it can be big
> > endian or little endian. There are some other minor changes as well.
> > The big endian version uses driver compatible fsl,ls1021a-qspi and
> > little endian version uses fsl,ls10280a-qspi
> 
> This doesn't apply against current code, please check and resend.

I have sent v2 of patches by converting them to patch series.

Regards 
Kuldeep Singh

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

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

end of thread, other threads:[~2019-05-22  7:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-16 10:39 [PATCH] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a Kuldeep Singh
2019-05-16 10:39 ` [PATCH] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string Kuldeep Singh
2019-05-21 21:04   ` Mark Brown
2019-05-22  7:06     ` [EXT] " Kuldeep Singh
2019-05-21 21:04 ` [PATCH] dt-bindings: spi: spi-fsl-qspi: Add bindings of ls1088a and ls1012a 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).