All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: watchdog: Document Qualcomm SM6115 watchdog
@ 2023-03-14  5:13 Bhupesh Sharma
  2023-03-27 20:28 ` Bhupesh Sharma
  2023-03-28 14:50 ` Guenter Roeck
  0 siblings, 2 replies; 3+ messages in thread
From: Bhupesh Sharma @ 2023-03-14  5:13 UTC (permalink / raw)
  To: linux-watchdog, devicetree
  Cc: konrad.dybcio, wim, linux, agross, andersson, saiprakash.ranjan,
	linux-arm-msm, linux-kernel, bhupesh.linux, bhupesh.sharma,
	robh+dt, krzysztof.kozlowski+dt, Krzysztof Kozlowski

Add devicetree binding for watchdog present on Qualcomm
SM6115 SoC.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
Changes since v1:
~ v1 can be seen here - https://lore.kernel.org/linux-arm-msm/20230119122619.1020908-1-bhupesh.sharma@linaro.org/
~ v2 collects Ack from Krzysztof and also fixes the subject as per his
  v1 review comments.

 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..4ba61e1831ec 100644
--- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
+++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
@@ -28,6 +28,7 @@ properties:
               - qcom,apss-wdt-sdm845
               - qcom,apss-wdt-sdx55
               - qcom,apss-wdt-sdx65
+              - qcom,apss-wdt-sm6115
               - qcom,apss-wdt-sm6350
               - qcom,apss-wdt-sm8150
               - qcom,apss-wdt-sm8250
-- 
2.38.1


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

* Re: [PATCH v2] dt-bindings: watchdog: Document Qualcomm SM6115 watchdog
  2023-03-14  5:13 [PATCH v2] dt-bindings: watchdog: Document Qualcomm SM6115 watchdog Bhupesh Sharma
@ 2023-03-27 20:28 ` Bhupesh Sharma
  2023-03-28 14:50 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Bhupesh Sharma @ 2023-03-27 20:28 UTC (permalink / raw)
  To: linux-watchdog, devicetree
  Cc: konrad.dybcio, wim, linux, agross, andersson, saiprakash.ranjan,
	linux-arm-msm, linux-kernel, bhupesh.linux, robh+dt,
	krzysztof.kozlowski+dt, Krzysztof Kozlowski

On Tue, 14 Mar 2023 at 10:44, Bhupesh Sharma <bhupesh.sharma@linaro.org> wrote:
>
> Add devicetree binding for watchdog present on Qualcomm
> SM6115 SoC.
>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> ---
> Changes since v1:
> ~ v1 can be seen here - https://lore.kernel.org/linux-arm-msm/20230119122619.1020908-1-bhupesh.sharma@linaro.org/
> ~ v2 collects Ack from Krzysztof and also fixes the subject as per his
>   v1 review comments.
>
>  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..4ba61e1831ec 100644
> --- a/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> +++ b/Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml
> @@ -28,6 +28,7 @@ properties:
>                - qcom,apss-wdt-sdm845
>                - qcom,apss-wdt-sdx55
>                - qcom,apss-wdt-sdx65
> +              - qcom,apss-wdt-sm6115
>                - qcom,apss-wdt-sm6350
>                - qcom,apss-wdt-sm8150
>                - qcom,apss-wdt-sm8250
> --
> 2.38.1

Gentle ping. Any updates on this patch?

Thanks,
Bhupesh

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

* Re: [PATCH v2] dt-bindings: watchdog: Document Qualcomm SM6115 watchdog
  2023-03-14  5:13 [PATCH v2] dt-bindings: watchdog: Document Qualcomm SM6115 watchdog Bhupesh Sharma
  2023-03-27 20:28 ` Bhupesh Sharma
@ 2023-03-28 14:50 ` Guenter Roeck
  1 sibling, 0 replies; 3+ messages in thread
From: Guenter Roeck @ 2023-03-28 14:50 UTC (permalink / raw)
  To: Bhupesh Sharma
  Cc: linux-watchdog, devicetree, konrad.dybcio, wim, agross,
	andersson, saiprakash.ranjan, linux-arm-msm, linux-kernel,
	bhupesh.linux, robh+dt, krzysztof.kozlowski+dt,
	Krzysztof Kozlowski

On Tue, Mar 14, 2023 at 10:43:51AM +0530, Bhupesh Sharma wrote:
> Add devicetree binding for watchdog present on Qualcomm
> SM6115 SoC.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>

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

Guenter

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

end of thread, other threads:[~2023-03-28 14:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14  5:13 [PATCH v2] dt-bindings: watchdog: Document Qualcomm SM6115 watchdog Bhupesh Sharma
2023-03-27 20:28 ` Bhupesh Sharma
2023-03-28 14:50 ` Guenter Roeck

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.