All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alim Akhtar <alim.akhtar@samsung.com>
To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org, linus.walleij@linaro.org,
	robh+dt@kernel.org, krzysztof.kozlowski@canonical.com,
	linux-samsung-soc@vger.kernel.org, pankaj.dubey@samsung.com,
	broonie@kernel.org, andi@etezian.org, linux-spi@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	linux-fsd@tesla.com, Adithya K V <adithya.kv@samsung.com>
Subject: [PATCH v2 1/3] spi: dt-bindings: samsung: Add fsd spi compatible
Date: Fri, 21 Jan 2022 00:54:36 +0530	[thread overview]
Message-ID: <20220120192438.25555-2-alim.akhtar@samsung.com> (raw)
In-Reply-To: <20220120192438.25555-1-alim.akhtar@samsung.com>

Adds spi controller dt-binding compatible information for
Tesla Full Self-Driving (FSD) SoC.

Cc: linux-fsd@tesla.com
Signed-off-by: Adithya K V <adithya.kv@samsung.com>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 Documentation/devicetree/bindings/spi/samsung,spi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/samsung,spi.yaml b/Documentation/devicetree/bindings/spi/samsung,spi.yaml
index 61c77088e8ee..bf9a76d931d2 100644
--- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml
+++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml
@@ -21,6 +21,7 @@ properties:
           - samsung,s3c6410-spi
           - samsung,s5pv210-spi # for S5PV210 and S5PC110
           - samsung,exynos5433-spi
+          - tesla,fsd-spi
       - const: samsung,exynos7-spi
         deprecated: true
 
-- 
2.25.1


WARNING: multiple messages have this Message-ID (diff)
From: Alim Akhtar <alim.akhtar@samsung.com>
To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org, linus.walleij@linaro.org,
	robh+dt@kernel.org, krzysztof.kozlowski@canonical.com,
	linux-samsung-soc@vger.kernel.org, pankaj.dubey@samsung.com,
	broonie@kernel.org, andi@etezian.org, linux-spi@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	linux-fsd@tesla.com, Adithya K V <adithya.kv@samsung.com>
Subject: [PATCH v2 1/3] spi: dt-bindings: samsung: Add fsd spi compatible
Date: Fri, 21 Jan 2022 00:54:36 +0530	[thread overview]
Message-ID: <20220120192438.25555-2-alim.akhtar@samsung.com> (raw)
In-Reply-To: <20220120192438.25555-1-alim.akhtar@samsung.com>

Adds spi controller dt-binding compatible information for
Tesla Full Self-Driving (FSD) SoC.

Cc: linux-fsd@tesla.com
Signed-off-by: Adithya K V <adithya.kv@samsung.com>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 Documentation/devicetree/bindings/spi/samsung,spi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/spi/samsung,spi.yaml b/Documentation/devicetree/bindings/spi/samsung,spi.yaml
index 61c77088e8ee..bf9a76d931d2 100644
--- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml
+++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml
@@ -21,6 +21,7 @@ properties:
           - samsung,s3c6410-spi
           - samsung,s5pv210-spi # for S5PV210 and S5PC110
           - samsung,exynos5433-spi
+          - tesla,fsd-spi
       - const: samsung,exynos7-spi
         deprecated: true
 
-- 
2.25.1


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

  parent reply	other threads:[~2022-01-20 19:36 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20220120193608epcas5p466c73dfdcc7eb5cdcd52516a635fca79@epcas5p4.samsung.com>
2022-01-20 19:24 ` [PATCH v2 0/3] Add FSD SPI support Alim Akhtar
2022-01-20 19:24   ` Alim Akhtar
     [not found]   ` <CGME20220120193613epcas5p238851849d212e01d7d830d78ca7d6379@epcas5p2.samsung.com>
2022-01-20 19:24     ` Alim Akhtar [this message]
2022-01-20 19:24       ` [PATCH v2 1/3] spi: dt-bindings: samsung: Add fsd spi compatible Alim Akhtar
2022-01-21 18:33       ` Krzysztof Kozlowski
2022-01-21 18:33         ` Krzysztof Kozlowski
2022-01-22 10:28         ` Andi Shyti
2022-01-22 10:28           ` Andi Shyti
2022-01-22 10:33           ` Krzysztof Kozlowski
2022-01-22 10:33             ` Krzysztof Kozlowski
2022-01-21 18:34       ` Krzysztof Kozlowski
2022-01-21 18:34         ` Krzysztof Kozlowski
     [not found]   ` <CGME20220120193618epcas5p45be1db500363072e647bf179623f8e7a@epcas5p4.samsung.com>
2022-01-20 19:24     ` [PATCH v2 2/3] spi: s3c64xx: Add spi port configuration for Tesla FSD SoC Alim Akhtar
2022-01-20 19:24       ` Alim Akhtar
2022-01-21 18:33       ` Krzysztof Kozlowski
2022-01-21 18:33         ` Krzysztof Kozlowski
2022-01-22 10:32       ` Andi Shyti
2022-01-22 10:32         ` Andi Shyti
     [not found]   ` <CGME20220120193622epcas5p3a65c8424c6a01aed9a87f5ac2a89eb06@epcas5p3.samsung.com>
2022-01-20 19:24     ` [PATCH v2 3/3] arm64: dts: fsd: Add SPI device nodes Alim Akhtar
2022-01-20 19:24       ` Alim Akhtar
2022-01-22 10:42       ` Andi Shyti
2022-01-22 10:42         ` Andi Shyti
2022-01-24 17:00         ` Alim Akhtar
2022-01-24 17:00           ` Alim Akhtar
2022-03-08 20:09   ` (subset) [PATCH v2 0/3] Add FSD SPI support Mark Brown
2022-03-08 20:09     ` Mark Brown

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=20220120192438.25555-2-alim.akhtar@samsung.com \
    --to=alim.akhtar@samsung.com \
    --cc=adithya.kv@samsung.com \
    --cc=andi@etezian.org \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=krzysztof.kozlowski@canonical.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-fsd@tesla.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=pankaj.dubey@samsung.com \
    --cc=robh+dt@kernel.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.