linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks
@ 2022-09-01  7:42 Krzysztof Kozlowski
  2022-09-01  7:43 ` Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-01  7:42 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Loic Poulain,
	Robert Foss, Rob Herring, Krzysztof Kozlowski, linux-arm-msm,
	linux-i2c, devicetree, linux-kernel
  Cc: Vladimir Zapolskiy, Krzysztof Kozlowski

Document clocks for SM8450 Camera Control Interface I2C controller.

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

---

Based on:
1. https://lore.kernel.org/all/20220901073504.3077363-1-vladimir.zapolskiy@linaro.org/
---
 Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
index 90c9e401229e..e51a85848d6e 100644
--- a/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
+++ b/Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml
@@ -126,6 +126,7 @@ allOf:
           contains:
             enum:
               - qcom,sm8250-cci
+              - qcom,sm8450-cci
     then:
       properties:
         clocks:
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks
  2022-09-01  7:42 [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks Krzysztof Kozlowski
@ 2022-09-01  7:43 ` Krzysztof Kozlowski
  2022-09-01  7:54 ` Vladimir Zapolskiy
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-01  7:43 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Loic Poulain,
	Robert Foss, Rob Herring, Krzysztof Kozlowski, linux-arm-msm,
	linux-i2c, devicetree, linux-kernel
  Cc: Vladimir Zapolskiy

On 01/09/2022 10:42, Krzysztof Kozlowski wrote:
> Document clocks for SM8450 Camera Control Interface I2C controller.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Based on:

Explanation: by "based" I meant what clocks should be on SM8450. There
are no dependencies so this patch can go straight to I2C tree.

> 1. https://lore.kernel.org/all/20220901073504.3077363-1-vladimir.zapolskiy@linaro.org/


Best regards,
Krzysztof

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

* Re: [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks
  2022-09-01  7:42 [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks Krzysztof Kozlowski
  2022-09-01  7:43 ` Krzysztof Kozlowski
@ 2022-09-01  7:54 ` Vladimir Zapolskiy
  2022-09-02 21:29 ` Rob Herring
  2022-09-07 19:57 ` Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: Vladimir Zapolskiy @ 2022-09-01  7:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson, Konrad Dybcio,
	Loic Poulain, Robert Foss, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, linux-i2c, devicetree, linux-kernel

On 9/1/22 10:42, Krzysztof Kozlowski wrote:
> Document clocks for SM8450 Camera Control Interface I2C controller.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---

Reviewed-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>

--
Best wishes,
Vladimir

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

* Re: [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks
  2022-09-01  7:42 [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks Krzysztof Kozlowski
  2022-09-01  7:43 ` Krzysztof Kozlowski
  2022-09-01  7:54 ` Vladimir Zapolskiy
@ 2022-09-02 21:29 ` Rob Herring
  2022-09-07 19:57 ` Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: Rob Herring @ 2022-09-02 21:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: devicetree, Loic Poulain, Vladimir Zapolskiy, Bjorn Andersson,
	linux-kernel, Rob Herring, linux-arm-msm, Krzysztof Kozlowski,
	Andy Gross, linux-i2c, Robert Foss, Konrad Dybcio

On Thu, 01 Sep 2022 10:42:18 +0300, Krzysztof Kozlowski wrote:
> Document clocks for SM8450 Camera Control Interface I2C controller.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 
> ---
> 
> Based on:
> 1. https://lore.kernel.org/all/20220901073504.3077363-1-vladimir.zapolskiy@linaro.org/
> ---
>  Documentation/devicetree/bindings/i2c/qcom,i2c-cci.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* Re: [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks
  2022-09-01  7:42 [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2022-09-02 21:29 ` Rob Herring
@ 2022-09-07 19:57 ` Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2022-09-07 19:57 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Andy Gross, Bjorn Andersson, Konrad Dybcio, Loic Poulain,
	Robert Foss, Rob Herring, Krzysztof Kozlowski, linux-arm-msm,
	linux-i2c, devicetree, linux-kernel, Vladimir Zapolskiy

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

On Thu, Sep 01, 2022 at 10:42:18AM +0300, Krzysztof Kozlowski wrote:
> Document clocks for SM8450 Camera Control Interface I2C controller.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> 

Applied to for-next, thanks!


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

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

end of thread, other threads:[~2022-09-07 19:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01  7:42 [PATCH] dt-bindings: i2c: qcom,i2c-cci: specify SM8450 CCI clocks Krzysztof Kozlowski
2022-09-01  7:43 ` Krzysztof Kozlowski
2022-09-01  7:54 ` Vladimir Zapolskiy
2022-09-02 21:29 ` Rob Herring
2022-09-07 19:57 ` Wolfram Sang

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