Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C
@ 2025-02-03 20:33 Kaustabh Chakraborty
  2025-02-03 20:33 ` [PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible Kaustabh Chakraborty
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kaustabh Chakraborty @ 2025-02-03 20:33 UTC (permalink / raw)
  To: Andi Shyti, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Alim Akhtar
  Cc: Sergey Lisov, linux-i2c, devicetree, linux-kernel,
	linux-arm-kernel, linux-samsung-soc, Kaustabh Chakraborty

Document devicetree bindings for I2C and HSI2C drivers for Exynos7870.

This patch series is a part of Exynos7870 upstreaming.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
---
Kaustabh Chakraborty (2):
      dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible
      dt-bindings: i2c: exynos5: add exynos7870-hsi2c compatible

 Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml         | 1 +
 Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml | 1 +
 2 files changed, 2 insertions(+)
---
base-commit: df4b2bbff898227db0c14264ac7edd634e79f755
change-id: 20250203-exynos7870-i2c-34de9046e6b6

Best regards,
-- 
Kaustabh Chakraborty <kauschluss@disroot.org>



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

* [PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible
  2025-02-03 20:33 [PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C Kaustabh Chakraborty
@ 2025-02-03 20:33 ` Kaustabh Chakraborty
  2025-02-05  8:27   ` Krzysztof Kozlowski
  2025-02-03 20:33 ` [PATCH 2/2] dt-bindings: i2c: exynos5: add exynos7870-hsi2c compatible Kaustabh Chakraborty
  2025-02-05 22:14 ` [PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C Andi Shyti
  2 siblings, 1 reply; 6+ messages in thread
From: Kaustabh Chakraborty @ 2025-02-03 20:33 UTC (permalink / raw)
  To: Andi Shyti, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Alim Akhtar
  Cc: Sergey Lisov, linux-i2c, devicetree, linux-kernel,
	linux-arm-kernel, linux-samsung-soc, Kaustabh Chakraborty

Exynos7870's (non-HS) I2C controllers are entirely compatible with
samsung,s3c2440-i2c. Document Exynos7870's compatible string
appropriately.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
---
 Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml b/Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml
index bbc56848562721d206fe4d72c7c103487d11f7bd..6ba7d793504c8cc3322c65ef4aae5ee720e8baba 100644
--- a/Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml
@@ -22,6 +22,7 @@ properties:
           - samsung,exynos5-sata-phy-i2c
       - items:
           - enum:
+              - samsung,exynos7870-i2c
               - samsung,exynos7885-i2c
               - samsung,exynos850-i2c
           - const: samsung,s3c2440-i2c

-- 
2.48.1



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

* [PATCH 2/2] dt-bindings: i2c: exynos5: add exynos7870-hsi2c compatible
  2025-02-03 20:33 [PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C Kaustabh Chakraborty
  2025-02-03 20:33 ` [PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible Kaustabh Chakraborty
@ 2025-02-03 20:33 ` Kaustabh Chakraborty
  2025-02-05  8:27   ` Krzysztof Kozlowski
  2025-02-05 22:14 ` [PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C Andi Shyti
  2 siblings, 1 reply; 6+ messages in thread
From: Kaustabh Chakraborty @ 2025-02-03 20:33 UTC (permalink / raw)
  To: Andi Shyti, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Alim Akhtar
  Cc: Sergey Lisov, linux-i2c, devicetree, linux-kernel,
	linux-arm-kernel, linux-samsung-soc, Kaustabh Chakraborty

Exynos7870's HS-I2C controllers are entirely compatible with
samsung,exynos7-hsi2c. Document Exynos7870's HS-I2C compatible string
appropriately.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
---
 Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
index 70cc2ee9ee27dd128be10152a0a0c873802f08a2..8d47b290b4ed1c95b7237ce7881b40872cc7ada9 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml
@@ -30,6 +30,7 @@ properties:
       - items:
           - enum:
               - samsung,exynos5433-hsi2c
+              - samsung,exynos7870-hsi2c
               - tesla,fsd-hsi2c
           - const: samsung,exynos7-hsi2c
       - items:

-- 
2.48.1



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

* Re: [PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible
  2025-02-03 20:33 ` [PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible Kaustabh Chakraborty
@ 2025-02-05  8:27   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-02-05  8:27 UTC (permalink / raw)
  To: Kaustabh Chakraborty
  Cc: Andi Shyti, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Alim Akhtar, Sergey Lisov, linux-i2c, devicetree, linux-kernel,
	linux-arm-kernel, linux-samsung-soc

On Tue, Feb 04, 2025 at 02:03:32AM +0530, Kaustabh Chakraborty wrote:
> Exynos7870's (non-HS) I2C controllers are entirely compatible with
> samsung,s3c2440-i2c. Document Exynos7870's compatible string
> appropriately.
> 
> Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
> ---
>  Documentation/devicetree/bindings/i2c/samsung,s3c2410-i2c.yaml | 1 +
>  1 file changed, 1 insertion(+)

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

Best regards,
Krzysztof



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

* Re: [PATCH 2/2] dt-bindings: i2c: exynos5: add exynos7870-hsi2c compatible
  2025-02-03 20:33 ` [PATCH 2/2] dt-bindings: i2c: exynos5: add exynos7870-hsi2c compatible Kaustabh Chakraborty
@ 2025-02-05  8:27   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2025-02-05  8:27 UTC (permalink / raw)
  To: Kaustabh Chakraborty
  Cc: Andi Shyti, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Alim Akhtar, Sergey Lisov, linux-i2c, devicetree, linux-kernel,
	linux-arm-kernel, linux-samsung-soc

On Tue, Feb 04, 2025 at 02:03:33AM +0530, Kaustabh Chakraborty wrote:
> Exynos7870's HS-I2C controllers are entirely compatible with
> samsung,exynos7-hsi2c. Document Exynos7870's HS-I2C compatible string
> appropriately.
> 
> Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-exynos5.yaml | 1 +
>  1 file changed, 1 insertion(+)

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

Best regards,
Krzysztof



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

* Re: [PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C
  2025-02-03 20:33 [PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C Kaustabh Chakraborty
  2025-02-03 20:33 ` [PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible Kaustabh Chakraborty
  2025-02-03 20:33 ` [PATCH 2/2] dt-bindings: i2c: exynos5: add exynos7870-hsi2c compatible Kaustabh Chakraborty
@ 2025-02-05 22:14 ` Andi Shyti
  2 siblings, 0 replies; 6+ messages in thread
From: Andi Shyti @ 2025-02-05 22:14 UTC (permalink / raw)
  To: Kaustabh Chakraborty
  Cc: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Alim Akhtar,
	Sergey Lisov, linux-i2c, devicetree, linux-kernel,
	linux-arm-kernel, linux-samsung-soc

Hi Kaustabh,

On Tue, Feb 04, 2025 at 02:03:31AM +0530, Kaustabh Chakraborty wrote:
> Document devicetree bindings for I2C and HSI2C drivers for Exynos7870.
> 
> This patch series is a part of Exynos7870 upstreaming.
> 
> Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
> ---
> Kaustabh Chakraborty (2):
>       dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible
>       dt-bindings: i2c: exynos5: add exynos7870-hsi2c compatible

merged to i2c/i2c-host.

Thanks,
Andi


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

end of thread, other threads:[~2025-02-05 22:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03 20:33 [PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C Kaustabh Chakraborty
2025-02-03 20:33 ` [PATCH 1/2] dt-bindings: i2c: samsung,s3c2410: add exynos7870-i2c compatible Kaustabh Chakraborty
2025-02-05  8:27   ` Krzysztof Kozlowski
2025-02-03 20:33 ` [PATCH 2/2] dt-bindings: i2c: exynos5: add exynos7870-hsi2c compatible Kaustabh Chakraborty
2025-02-05  8:27   ` Krzysztof Kozlowski
2025-02-05 22:14 ` [PATCH 0/2] Introduce support for Exynos7870 I2C and HSI2C Andi Shyti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox