linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] QCM2290 compatibles
@ 2023-03-14 12:52 Konrad Dybcio
  2023-03-14 12:52 ` [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290 Konrad Dybcio
                   ` (8 more replies)
  0 siblings, 9 replies; 22+ messages in thread
From: Konrad Dybcio @ 2023-03-14 12:52 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm, Konrad Dybcio

Document a couple of compatibles for IPs found on the QCM2290 that don't
require any specific driver changes

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
Konrad Dybcio (6):
      dt-bindings: watchdog: qcom-wdt: add QCM2290
      dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA
      dt-bindings: nvmem: Add compatible for QCM2290
      dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI
      dt-bindings: usb: dwc3: Add QCM2290 compatible
      dt-bindings: thermal: tsens: Add QCM2290

 Documentation/devicetree/bindings/dma/qcom,gpi.yaml       | 1 +
 Documentation/devicetree/bindings/mmc/sdhci-msm.yaml      | 1 +
 Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml  | 1 +
 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
 Documentation/devicetree/bindings/usb/qcom,dwc3.yaml      | 2 ++
 Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml  | 1 +
 6 files changed, 7 insertions(+)
---
base-commit: ec0fa9a0a6fac454745c930bdb8619d0a354bac9
change-id: 20230314-topic-2290_compats-5bec96afeeb0

Best regards,
-- 
Konrad Dybcio <konrad.dybcio@linaro.org>


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

* [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290
  2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
@ 2023-03-14 12:52 ` Konrad Dybcio
  2023-03-15  7:48   ` Krzysztof Kozlowski
  2023-04-16 15:44   ` Guenter Roeck
  2023-03-14 12:52 ` [PATCH 2/6] dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA Konrad Dybcio
                   ` (7 subsequent siblings)
  8 siblings, 2 replies; 22+ messages in thread
From: Konrad Dybcio @ 2023-03-14 12:52 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm, Konrad Dybcio

Document the QCM2290 KPSS watchdog.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
index 6448b633c970..db3e260fb2ef 100644
--- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
@@ -19,6 +19,7 @@ properties:
           - enum:
               - qcom,kpss-wdt-ipq4019
               - qcom,apss-wdt-msm8994
+              - qcom,apss-wdt-qcm2290
               - qcom,apss-wdt-qcs404
               - qcom,apss-wdt-sa8775p
               - qcom,apss-wdt-sc7180

-- 
2.39.2


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

* [PATCH 2/6] dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA
  2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
  2023-03-14 12:52 ` [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290 Konrad Dybcio
@ 2023-03-14 12:52 ` Konrad Dybcio
  2023-03-15  7:48   ` Krzysztof Kozlowski
  2023-03-17 17:24   ` Vinod Koul
  2023-03-14 12:52 ` [PATCH 3/6] dt-bindings: nvmem: Add compatible for QCM2290 Konrad Dybcio
                   ` (6 subsequent siblings)
  8 siblings, 2 replies; 22+ messages in thread
From: Konrad Dybcio @ 2023-03-14 12:52 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm, Konrad Dybcio

Add a compatible for the single GPI DMA controller on QCM2290. It uses
the same 0x10000 offset as SM6350.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
index fc5de7b6f19e..f61145c91b6d 100644
--- a/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
+++ b/Documentation/devicetree/bindings/dma/qcom,gpi.yaml
@@ -24,6 +24,7 @@ properties:
           - qcom,sm6350-gpi-dma
       - items:
           - enum:
+              - qcom,qcm2290-gpi-dma
               - qcom,qdu1000-gpi-dma
               - qcom,sc7280-gpi-dma
               - qcom,sm6115-gpi-dma

-- 
2.39.2


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

* [PATCH 3/6] dt-bindings: nvmem: Add compatible for QCM2290
  2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
  2023-03-14 12:52 ` [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290 Konrad Dybcio
  2023-03-14 12:52 ` [PATCH 2/6] dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA Konrad Dybcio
@ 2023-03-14 12:52 ` Konrad Dybcio
  2023-03-15  7:48   ` Krzysztof Kozlowski
  2023-03-14 12:52 ` [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI Konrad Dybcio
                   ` (5 subsequent siblings)
  8 siblings, 1 reply; 22+ messages in thread
From: Konrad Dybcio @ 2023-03-14 12:52 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm, Konrad Dybcio

Docuemnt the QFPROM on QCM2290.

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..1bd213f9eb38 100644
--- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
+++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml
@@ -25,6 +25,7 @@ properties:
           - qcom,msm8976-qfprom
           - qcom,msm8996-qfprom
           - qcom,msm8998-qfprom
+          - qcom,qcm2290-qfprom
           - qcom,qcs404-qfprom
           - qcom,sc7180-qfprom
           - qcom,sc7280-qfprom

-- 
2.39.2


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

* [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI
  2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
                   ` (2 preceding siblings ...)
  2023-03-14 12:52 ` [PATCH 3/6] dt-bindings: nvmem: Add compatible for QCM2290 Konrad Dybcio
@ 2023-03-14 12:52 ` Konrad Dybcio
  2023-03-15  7:49   ` Krzysztof Kozlowski
  2023-03-23 12:12   ` Ulf Hansson
  2023-03-14 12:53 ` [PATCH 5/6] dt-bindings: usb: dwc3: Add QCM2290 compatible Konrad Dybcio
                   ` (4 subsequent siblings)
  8 siblings, 2 replies; 22+ messages in thread
From: Konrad Dybcio @ 2023-03-14 12:52 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm, Konrad Dybcio

Document the SDHCI on QCM2290.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
index 64df6919abaf..7d4c5ca25e0d 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
+++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
@@ -36,6 +36,7 @@ properties:
           - enum:
               - qcom,ipq5332-sdhci
               - qcom,ipq9574-sdhci
+              - qcom,qcm2290-sdhci
               - qcom,qcs404-sdhci
               - qcom,sc7180-sdhci
               - qcom,sc7280-sdhci

-- 
2.39.2


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

* [PATCH 5/6] dt-bindings: usb: dwc3: Add QCM2290 compatible
  2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
                   ` (3 preceding siblings ...)
  2023-03-14 12:52 ` [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI Konrad Dybcio
@ 2023-03-14 12:53 ` Konrad Dybcio
  2023-03-15  7:49   ` Krzysztof Kozlowski
  2023-03-14 12:53 ` [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290 Konrad Dybcio
                   ` (3 subsequent siblings)
  8 siblings, 1 reply; 22+ messages in thread
From: Konrad Dybcio @ 2023-03-14 12:53 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm, Konrad Dybcio

Document the QCM2290 DWC3 controller.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
index 4875c5b7d5b5..a2aabdac4105 100644
--- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
@@ -21,6 +21,7 @@ properties:
           - qcom,msm8994-dwc3
           - qcom,msm8996-dwc3
           - qcom,msm8998-dwc3
+          - qcom,qcm2290-dwc3
           - qcom,qcs404-dwc3
           - qcom,sc7180-dwc3
           - qcom,sc7280-dwc3
@@ -300,6 +301,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - qcom,qcm2290-dwc3
               - qcom,sm6115-dwc3
               - qcom,sm6125-dwc3
               - qcom,sm8150-dwc3

-- 
2.39.2


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

* [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290
  2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
                   ` (4 preceding siblings ...)
  2023-03-14 12:53 ` [PATCH 5/6] dt-bindings: usb: dwc3: Add QCM2290 compatible Konrad Dybcio
@ 2023-03-14 12:53 ` Konrad Dybcio
  2023-03-15  7:49   ` Krzysztof Kozlowski
  2023-05-16  1:08   ` Konrad Dybcio
  2023-03-15  7:47 ` [PATCH 0/6] QCM2290 compatibles Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  8 siblings, 2 replies; 22+ messages in thread
From: Konrad Dybcio @ 2023-03-14 12:53 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm, Konrad Dybcio

Add the TSENS v2.x controller found on QCM2290.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
index 926e9c51c93c..1a6ffbf11bcc 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -48,6 +48,7 @@ properties:
               - qcom,msm8953-tsens
               - qcom,msm8996-tsens
               - qcom,msm8998-tsens
+              - qcom,qcm2290-tsens
               - qcom,sc7180-tsens
               - qcom,sc7280-tsens
               - qcom,sc8180x-tsens

-- 
2.39.2


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

* Re: [PATCH 0/6] QCM2290 compatibles
  2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
                   ` (5 preceding siblings ...)
  2023-03-14 12:53 ` [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290 Konrad Dybcio
@ 2023-03-15  7:47 ` Krzysztof Kozlowski
  2023-03-15  9:49   ` Konrad Dybcio
  2023-03-15  8:01 ` Bhupesh Sharma
  2023-07-28 13:22 ` (subset) " Srinivas Kandagatla
  8 siblings, 1 reply; 22+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-15  7:47 UTC (permalink / raw)
  To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Wim Van Sebroeck,
	Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Prakash Ranjan,
	Vinod Koul, Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm

On 14/03/2023 13:52, Konrad Dybcio wrote:
> Document a couple of compatibles for IPs found on the QCM2290 that don't
> require any specific driver changes
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>

I assume this is what you talked about that DTS will follow a bit later?

Best regards,
Krzysztof


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

* Re: [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290
  2023-03-14 12:52 ` [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290 Konrad Dybcio
@ 2023-03-15  7:48   ` Krzysztof Kozlowski
  2023-04-16 15:44   ` Guenter Roeck
  1 sibling, 0 replies; 22+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-15  7:48 UTC (permalink / raw)
  To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Wim Van Sebroeck,
	Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Prakash Ranjan,
	Vinod Koul, Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm

On 14/03/2023 13:52, Konrad Dybcio wrote:
> Document the QCM2290 KPSS watchdog.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---


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

Best regards,
Krzysztof


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

* Re: [PATCH 2/6] dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA
  2023-03-14 12:52 ` [PATCH 2/6] dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA Konrad Dybcio
@ 2023-03-15  7:48   ` Krzysztof Kozlowski
  2023-03-17 17:24   ` Vinod Koul
  1 sibling, 0 replies; 22+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-15  7:48 UTC (permalink / raw)
  To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Wim Van Sebroeck,
	Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Prakash Ranjan,
	Vinod Koul, Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm

On 14/03/2023 13:52, Konrad Dybcio wrote:
> Add a compatible for the single GPI DMA controller on QCM2290. It uses
> the same 0x10000 offset as SM6350.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
>  Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 +


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

Best regards,
Krzysztof


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

* Re: [PATCH 3/6] dt-bindings: nvmem: Add compatible for QCM2290
  2023-03-14 12:52 ` [PATCH 3/6] dt-bindings: nvmem: Add compatible for QCM2290 Konrad Dybcio
@ 2023-03-15  7:48   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 22+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-15  7:48 UTC (permalink / raw)
  To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Wim Van Sebroeck,
	Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Prakash Ranjan,
	Vinod Koul, Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm

On 14/03/2023 13:52, Konrad Dybcio wrote:
> Docuemnt the QFPROM on QCM2290.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---


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

Best regards,
Krzysztof


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

* Re: [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI
  2023-03-14 12:52 ` [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI Konrad Dybcio
@ 2023-03-15  7:49   ` Krzysztof Kozlowski
  2023-03-23 12:12   ` Ulf Hansson
  1 sibling, 0 replies; 22+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-15  7:49 UTC (permalink / raw)
  To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Wim Van Sebroeck,
	Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Prakash Ranjan,
	Vinod Koul, Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm

On 14/03/2023 13:52, Konrad Dybcio wrote:
> Document the SDHCI on QCM2290.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---


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

Best regards,
Krzysztof


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

* Re: [PATCH 5/6] dt-bindings: usb: dwc3: Add QCM2290 compatible
  2023-03-14 12:53 ` [PATCH 5/6] dt-bindings: usb: dwc3: Add QCM2290 compatible Konrad Dybcio
@ 2023-03-15  7:49   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 22+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-15  7:49 UTC (permalink / raw)
  To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Wim Van Sebroeck,
	Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Prakash Ranjan,
	Vinod Koul, Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm

On 14/03/2023 13:53, Konrad Dybcio wrote:
> Document the QCM2290 DWC3 controller.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
>  Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++
>  1 file changed, 2 insertions(+)
> 

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

Best regards,
Krzysztof


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

* Re: [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290
  2023-03-14 12:53 ` [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290 Konrad Dybcio
@ 2023-03-15  7:49   ` Krzysztof Kozlowski
  2023-05-16  1:08   ` Konrad Dybcio
  1 sibling, 0 replies; 22+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-15  7:49 UTC (permalink / raw)
  To: Konrad Dybcio, Andy Gross, Bjorn Andersson, Wim Van Sebroeck,
	Guenter Roeck, Rob Herring, Krzysztof Kozlowski, Prakash Ranjan,
	Vinod Koul, Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm

On 14/03/2023 13:53, Konrad Dybcio wrote:
> Add the TSENS v2.x controller found on QCM2290.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>

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

Best regards,
Krzysztof


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

* Re: [PATCH 0/6] QCM2290 compatibles
  2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
                   ` (6 preceding siblings ...)
  2023-03-15  7:47 ` [PATCH 0/6] QCM2290 compatibles Krzysztof Kozlowski
@ 2023-03-15  8:01 ` Bhupesh Sharma
  2023-07-28 13:22 ` (subset) " Srinivas Kandagatla
  8 siblings, 0 replies; 22+ messages in thread
From: Bhupesh Sharma @ 2023-03-15  8:01 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Greg Kroah-Hartman,
	Wesley Cheng, Amit Kucheria, Thara Gopinath, Rafael J. Wysocki,
	Daniel Lezcano, Zhang Rui, linux-arm-msm, linux-watchdog,
	devicetree, linux-kernel, dmaengine, linux-mmc, linux-usb,
	linux-pm

On Tue, 14 Mar 2023 at 18:23, Konrad Dybcio <konrad.dybcio@linaro.org> wrote:
>
> Document a couple of compatibles for IPs found on the QCM2290 that don't
> require any specific driver changes
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
> Konrad Dybcio (6):
>       dt-bindings: watchdog: qcom-wdt: add QCM2290
>       dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA
>       dt-bindings: nvmem: Add compatible for QCM2290
>       dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI
>       dt-bindings: usb: dwc3: Add QCM2290 compatible
>       dt-bindings: thermal: tsens: Add QCM2290
>
>  Documentation/devicetree/bindings/dma/qcom,gpi.yaml       | 1 +
>  Documentation/devicetree/bindings/mmc/sdhci-msm.yaml      | 1 +
>  Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml  | 1 +
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>  Documentation/devicetree/bindings/usb/qcom,dwc3.yaml      | 2 ++
>  Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml  | 1 +
>  6 files changed, 7 insertions(+)
> ---
> base-commit: ec0fa9a0a6fac454745c930bdb8619d0a354bac9
> change-id: 20230314-topic-2290_compats-5bec96afeeb0
>
> Best regards,
> --
> Konrad Dybcio <konrad.dybcio@linaro.org>

Thanks for posting this, for the series (with the assumption that the
board dts will follow soon):

Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>

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

* Re: [PATCH 0/6] QCM2290 compatibles
  2023-03-15  7:47 ` [PATCH 0/6] QCM2290 compatibles Krzysztof Kozlowski
@ 2023-03-15  9:49   ` Konrad Dybcio
  0 siblings, 0 replies; 22+ messages in thread
From: Konrad Dybcio @ 2023-03-15  9:49 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Andy Gross, Bjorn Andersson,
	Wim Van Sebroeck, Guenter Roeck, Rob Herring,
	Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm



On 15.03.2023 08:47, Krzysztof Kozlowski wrote:
> On 14/03/2023 13:52, Konrad Dybcio wrote:
>> Document a couple of compatibles for IPs found on the QCM2290 that don't
>> require any specific driver changes
>>
>> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> 
> I assume this is what you talked about that DTS will follow a bit later?
Yep, right after we resolve the RPM MSG RAM situation!

Konrad
> 
> Best regards,
> Krzysztof
> 

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

* Re: [PATCH 2/6] dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA
  2023-03-14 12:52 ` [PATCH 2/6] dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA Konrad Dybcio
  2023-03-15  7:48   ` Krzysztof Kozlowski
@ 2023-03-17 17:24   ` Vinod Koul
  1 sibling, 0 replies; 22+ messages in thread
From: Vinod Koul @ 2023-03-17 17:24 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, linux-arm-msm,
	linux-watchdog, devicetree, linux-kernel, dmaengine, linux-mmc,
	linux-usb, linux-pm

On 14-03-23, 13:52, Konrad Dybcio wrote:
> Add a compatible for the single GPI DMA controller on QCM2290. It uses
> the same 0x10000 offset as SM6350.

Applied, thanks

-- 
~Vinod

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

* Re: [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI
  2023-03-14 12:52 ` [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI Konrad Dybcio
  2023-03-15  7:49   ` Krzysztof Kozlowski
@ 2023-03-23 12:12   ` Ulf Hansson
  1 sibling, 0 replies; 22+ messages in thread
From: Ulf Hansson @ 2023-03-23 12:12 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Bhupesh Sharma, Greg Kroah-Hartman,
	Wesley Cheng, Amit Kucheria, Thara Gopinath, Rafael J. Wysocki,
	Daniel Lezcano, Zhang Rui, linux-arm-msm, linux-watchdog,
	devicetree, linux-kernel, dmaengine, linux-mmc, linux-usb,
	linux-pm

On Tue, 14 Mar 2023 at 13:53, Konrad Dybcio <konrad.dybcio@linaro.org> wrote:
>
> Document the SDHCI on QCM2290.
>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> index 64df6919abaf..7d4c5ca25e0d 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml
> @@ -36,6 +36,7 @@ properties:
>            - enum:
>                - qcom,ipq5332-sdhci
>                - qcom,ipq9574-sdhci
> +              - qcom,qcm2290-sdhci
>                - qcom,qcs404-sdhci
>                - qcom,sc7180-sdhci
>                - qcom,sc7280-sdhci
>
> --
> 2.39.2
>

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

* Re: [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290
  2023-03-14 12:52 ` [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290 Konrad Dybcio
  2023-03-15  7:48   ` Krzysztof Kozlowski
@ 2023-04-16 15:44   ` Guenter Roeck
  1 sibling, 0 replies; 22+ messages in thread
From: Guenter Roeck @ 2023-04-16 15:44 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Rob Herring,
	Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui, linux-arm-msm,
	linux-watchdog, devicetree, linux-kernel, dmaengine, linux-mmc,
	linux-usb, linux-pm

On Tue, Mar 14, 2023 at 01:52:56PM +0100, Konrad Dybcio wrote:
> Document the QCM2290 KPSS watchdog.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>  Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> index 6448b633c970..db3e260fb2ef 100644
> --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> @@ -19,6 +19,7 @@ properties:
>            - enum:
>                - qcom,kpss-wdt-ipq4019
>                - qcom,apss-wdt-msm8994
> +              - qcom,apss-wdt-qcm2290
>                - qcom,apss-wdt-qcs404
>                - qcom,apss-wdt-sa8775p
>                - qcom,apss-wdt-sc7180

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

* Re: [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290
  2023-03-14 12:53 ` [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290 Konrad Dybcio
  2023-03-15  7:49   ` Krzysztof Kozlowski
@ 2023-05-16  1:08   ` Konrad Dybcio
  2023-05-16  3:58     ` Greg Kroah-Hartman
  1 sibling, 1 reply; 22+ messages in thread
From: Konrad Dybcio @ 2023-05-16  1:08 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma,
	Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria, Thara Gopinath,
	Rafael J. Wysocki, Daniel Lezcano, Zhang Rui
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm



On 14.03.2023 13:53, Konrad Dybcio wrote:
> Add the TSENS v2.x controller found on QCM2290.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
<bump>
This one got lost!

Konrad
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> index 926e9c51c93c..1a6ffbf11bcc 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -48,6 +48,7 @@ properties:
>                - qcom,msm8953-tsens
>                - qcom,msm8996-tsens
>                - qcom,msm8998-tsens
> +              - qcom,qcm2290-tsens
>                - qcom,sc7180-tsens
>                - qcom,sc7280-tsens
>                - qcom,sc8180x-tsens
> 

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

* Re: [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290
  2023-05-16  1:08   ` Konrad Dybcio
@ 2023-05-16  3:58     ` Greg Kroah-Hartman
  0 siblings, 0 replies; 22+ messages in thread
From: Greg Kroah-Hartman @ 2023-05-16  3:58 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Prakash Ranjan, Vinod Koul,
	Srinivas Kandagatla, Ulf Hansson, Bhupesh Sharma, Wesley Cheng,
	Amit Kucheria, Thara Gopinath, Rafael J. Wysocki, Daniel Lezcano,
	Zhang Rui, linux-arm-msm, linux-watchdog, devicetree,
	linux-kernel, dmaengine, linux-mmc, linux-usb, linux-pm

On Tue, May 16, 2023 at 03:08:19AM +0200, Konrad Dybcio wrote:
> 
> 
> On 14.03.2023 13:53, Konrad Dybcio wrote:
> > Add the TSENS v2.x controller found on QCM2290.
> > 
> > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> > ---
> <bump>
> This one got lost!

Then it should be resent.

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

* Re: (subset) [PATCH 0/6] QCM2290 compatibles
  2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
                   ` (7 preceding siblings ...)
  2023-03-15  8:01 ` Bhupesh Sharma
@ 2023-07-28 13:22 ` Srinivas Kandagatla
  8 siblings, 0 replies; 22+ messages in thread
From: Srinivas Kandagatla @ 2023-07-28 13:22 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Wim Van Sebroeck, Guenter Roeck,
	Rob Herring, Krzysztof Kozlowski, Vinod Koul, Ulf Hansson,
	Bhupesh Sharma, Greg Kroah-Hartman, Wesley Cheng, Amit Kucheria,
	Thara Gopinath, Rafael J. Wysocki, Daniel Lezcano, Zhang Rui,
	Sai Prakash Ranjan, Konrad Dybcio
  Cc: linux-arm-msm, linux-watchdog, devicetree, linux-kernel,
	dmaengine, linux-mmc, linux-usb, linux-pm


On Tue, 14 Mar 2023 13:52:55 +0100, Konrad Dybcio wrote:
> Document a couple of compatibles for IPs found on the QCM2290 that don't
> require any specific driver changes
> 
> 

Applied, thanks!

[3/6] dt-bindings: nvmem: Add compatible for QCM2290
      commit: 4b71b2a44d7d692ae681961a9b2865724652d1f6

Best regards,
-- 
Srinivas Kandagatla <srinivas.kandagatla@linaro.org>


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

end of thread, other threads:[~2023-07-28 13:22 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14 12:52 [PATCH 0/6] QCM2290 compatibles Konrad Dybcio
2023-03-14 12:52 ` [PATCH 1/6] dt-bindings: watchdog: qcom-wdt: add QCM2290 Konrad Dybcio
2023-03-15  7:48   ` Krzysztof Kozlowski
2023-04-16 15:44   ` Guenter Roeck
2023-03-14 12:52 ` [PATCH 2/6] dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA Konrad Dybcio
2023-03-15  7:48   ` Krzysztof Kozlowski
2023-03-17 17:24   ` Vinod Koul
2023-03-14 12:52 ` [PATCH 3/6] dt-bindings: nvmem: Add compatible for QCM2290 Konrad Dybcio
2023-03-15  7:48   ` Krzysztof Kozlowski
2023-03-14 12:52 ` [PATCH 4/6] dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI Konrad Dybcio
2023-03-15  7:49   ` Krzysztof Kozlowski
2023-03-23 12:12   ` Ulf Hansson
2023-03-14 12:53 ` [PATCH 5/6] dt-bindings: usb: dwc3: Add QCM2290 compatible Konrad Dybcio
2023-03-15  7:49   ` Krzysztof Kozlowski
2023-03-14 12:53 ` [PATCH 6/6] dt-bindings: thermal: tsens: Add QCM2290 Konrad Dybcio
2023-03-15  7:49   ` Krzysztof Kozlowski
2023-05-16  1:08   ` Konrad Dybcio
2023-05-16  3:58     ` Greg Kroah-Hartman
2023-03-15  7:47 ` [PATCH 0/6] QCM2290 compatibles Krzysztof Kozlowski
2023-03-15  9:49   ` Konrad Dybcio
2023-03-15  8:01 ` Bhupesh Sharma
2023-07-28 13:22 ` (subset) " Srinivas Kandagatla

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