* [PATCH 0/2] 63(50|75) QFPROM compatibles
@ 2023-03-14 13:35 Konrad Dybcio
2023-03-14 13:35 ` [PATCH 1/2] dt-bindings: nvmem: Add compatible for SM6350 Konrad Dybcio
2023-03-14 13:35 ` [PATCH 2/2] dt-bindings: nvmem: Add compatible for SM6375 Konrad Dybcio
0 siblings, 2 replies; 6+ messages in thread
From: Konrad Dybcio @ 2023-03-14 13:35 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Srinivas Kandagatla, Rob Herring,
Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio
I've had this sitting in my tree for some time, it shouldn't hurt to
merge them separately.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (2):
dt-bindings: nvmem: Add compatible for SM6350
dt-bindings: nvmem: Add compatible for SM6375
Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 2 ++
1 file changed, 2 insertions(+)
---
base-commit: ec0fa9a0a6fac454745c930bdb8619d0a354bac9
change-id: 20230314-topic-nvmem_compats-2f5fe8307672
Best regards,
--
Konrad Dybcio <konrad.dybcio@linaro.org>
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2] dt-bindings: nvmem: Add compatible for SM6350
2023-03-14 13:35 [PATCH 0/2] 63(50|75) QFPROM compatibles Konrad Dybcio
@ 2023-03-14 13:35 ` Konrad Dybcio
2023-03-15 7:45 ` Krzysztof Kozlowski
2023-03-23 7:13 ` Srinivas Kandagatla
2023-03-14 13:35 ` [PATCH 2/2] dt-bindings: nvmem: Add compatible for SM6375 Konrad Dybcio
1 sibling, 2 replies; 6+ messages in thread
From: Konrad Dybcio @ 2023-03-14 13:35 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Srinivas Kandagatla, Rob Herring,
Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio
Docuemnt the QFPROM on SM6350.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
index 2173fe82317d..cbc5a1ed7c6b 100644
--- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
@@ -32,6 +32,7 @@ properties:
- qcom,sdm670-qfprom
- qcom,sdm845-qfprom
- qcom,sm6115-qfprom
+ - qcom,sm6350-qfprom
- qcom,sm8150-qfprom
- qcom,sm8250-qfprom
- const: qcom,qfprom
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2] dt-bindings: nvmem: Add compatible for SM6375
2023-03-14 13:35 [PATCH 0/2] 63(50|75) QFPROM compatibles Konrad Dybcio
2023-03-14 13:35 ` [PATCH 1/2] dt-bindings: nvmem: Add compatible for SM6350 Konrad Dybcio
@ 2023-03-14 13:35 ` Konrad Dybcio
2023-03-15 7:46 ` Krzysztof Kozlowski
1 sibling, 1 reply; 6+ messages in thread
From: Konrad Dybcio @ 2023-03-14 13:35 UTC (permalink / raw)
To: Andy Gross, Bjorn Andersson, Srinivas Kandagatla, Rob Herring,
Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
Konrad Dybcio
Docuemnt the QFPROM on SM6375.
Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
index cbc5a1ed7c6b..cd2a5040318a 100644
--- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
@@ -33,6 +33,7 @@ properties:
- qcom,sdm845-qfprom
- qcom,sm6115-qfprom
- qcom,sm6350-qfprom
+ - qcom,sm6375-qfprom
- qcom,sm8150-qfprom
- qcom,sm8250-qfprom
- const: qcom,qfprom
--
2.39.2
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] dt-bindings: nvmem: Add compatible for SM6350
2023-03-14 13:35 ` [PATCH 1/2] dt-bindings: nvmem: Add compatible for SM6350 Konrad Dybcio
@ 2023-03-15 7:45 ` Krzysztof Kozlowski
2023-03-23 7:13 ` Srinivas Kandagatla
1 sibling, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-15 7:45 UTC (permalink / raw)
To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Srinivas Kandagatla,
Rob Herring, Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel
On 14/03/2023 14:35, Konrad Dybcio wrote:
> Docuemnt the QFPROM on SM6350.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
> Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 +
> 1 file changed, 1 insertion(+)
Acked-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: nvmem: Add compatible for SM6375
2023-03-14 13:35 ` [PATCH 2/2] dt-bindings: nvmem: Add compatible for SM6375 Konrad Dybcio
@ 2023-03-15 7:46 ` Krzysztof Kozlowski
0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-15 7:46 UTC (permalink / raw)
To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Srinivas Kandagatla,
Rob Herring, Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel
On 14/03/2023 14:35, Konrad Dybcio wrote:
> Docuemnt the QFPROM on SM6375.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
> Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 +
> 1 file changed, 1 insertion(+)
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2] dt-bindings: nvmem: Add compatible for SM6350
2023-03-14 13:35 ` [PATCH 1/2] dt-bindings: nvmem: Add compatible for SM6350 Konrad Dybcio
2023-03-15 7:45 ` Krzysztof Kozlowski
@ 2023-03-23 7:13 ` Srinivas Kandagatla
1 sibling, 0 replies; 6+ messages in thread
From: Srinivas Kandagatla @ 2023-03-23 7:13 UTC (permalink / raw)
To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Rob Herring,
Krzysztof Kozlowski
Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel
On 14/03/2023 13:35, Konrad Dybcio wrote:
> Docuemnt the QFPROM on SM6350.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
Applied both
thanks,
srini
> Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> index 2173fe82317d..cbc5a1ed7c6b 100644
> --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
> @@ -32,6 +32,7 @@ properties:
> - qcom,sdm670-qfprom
> - qcom,sdm845-qfprom
> - qcom,sm6115-qfprom
> + - qcom,sm6350-qfprom
> - qcom,sm8150-qfprom
> - qcom,sm8250-qfprom
> - const: qcom,qfprom
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-03-23 7:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-14 13:35 [PATCH 0/2] 63(50|75) QFPROM compatibles Konrad Dybcio
2023-03-14 13:35 ` [PATCH 1/2] dt-bindings: nvmem: Add compatible for SM6350 Konrad Dybcio
2023-03-15 7:45 ` Krzysztof Kozlowski
2023-03-23 7:13 ` Srinivas Kandagatla
2023-03-14 13:35 ` [PATCH 2/2] dt-bindings: nvmem: Add compatible for SM6375 Konrad Dybcio
2023-03-15 7:46 ` Krzysztof Kozlowski
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).