linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] MediaTek auxadc patch for mt8188
@ 2022-07-18 12:39 Hui Liu
  2022-07-18 12:39 ` [PATCH 1/1] dt-bindings: iio: adc: add compatible " Hui Liu
  0 siblings, 1 reply; 4+ messages in thread
From: Hui Liu @ 2022-07-18 12:39 UTC (permalink / raw)
  To: jic23, lars, robh+dt, krzysztof.kozlowski+dt, matthias.bgg,
	angelogioacchino.delregno
  Cc: srv_heupstream, hui.liu, zhiyong.tao, guodong.liu, johnson.wang,
	linux-iio, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

This series includes 1 patch:
1.add mt8188 auxadc in dt-binding document.

Hui.Liu (1):
  dt-bindings: iio: adc: add compatible for mt8188

 .../devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml      | 1 +
 1 file changed, 1 insertion(+)

--
2.18.0



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

* [PATCH 1/1] dt-bindings: iio: adc: add compatible for mt8188
  2022-07-18 12:39 [PATCH 0/1] MediaTek auxadc patch for mt8188 Hui Liu
@ 2022-07-18 12:39 ` Hui Liu
  2022-07-18 13:45   ` AngeloGioacchino Del Regno
  2022-07-18 13:53   ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Hui Liu @ 2022-07-18 12:39 UTC (permalink / raw)
  To: jic23, lars, robh+dt, krzysztof.kozlowski+dt, matthias.bgg,
	angelogioacchino.delregno
  Cc: srv_heupstream, hui.liu, zhiyong.tao, guodong.liu, johnson.wang,
	linux-iio, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

From: "Hui.Liu" <hui.liu@mediatek.com>

This commit adds MediaTek mt8188 auxadc in dt-binding documentation.

Signed-off-by: Hui.Liu <hui.liu@mediatek.com>
---
 .../devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
index 65581ad4b816..7f79a06e76f5 100644
--- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
@@ -35,6 +35,7 @@ properties:
           - enum:
               - mediatek,mt8183-auxadc
               - mediatek,mt8186-auxadc
+              - mediatek,mt8188-auxadc
               - mediatek,mt8195-auxadc
               - mediatek,mt8516-auxadc
           - const: mediatek,mt8173-auxadc
-- 
2.18.0


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

* Re: [PATCH 1/1] dt-bindings: iio: adc: add compatible for mt8188
  2022-07-18 12:39 ` [PATCH 1/1] dt-bindings: iio: adc: add compatible " Hui Liu
@ 2022-07-18 13:45   ` AngeloGioacchino Del Regno
  2022-07-18 13:53   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-07-18 13:45 UTC (permalink / raw)
  To: Hui Liu, jic23, lars, robh+dt, krzysztof.kozlowski+dt, matthias.bgg
  Cc: srv_heupstream, zhiyong.tao, guodong.liu, johnson.wang,
	linux-iio, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

Il 18/07/22 14:39, Hui Liu ha scritto:
> From: "Hui.Liu" <hui.liu@mediatek.com>
> 
> This commit adds MediaTek mt8188 auxadc in dt-binding documentation.
> 
> Signed-off-by: Hui.Liu <hui.liu@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

> ---
>   .../devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml      | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
> index 65581ad4b816..7f79a06e76f5 100644
> --- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
> @@ -35,6 +35,7 @@ properties:
>             - enum:
>                 - mediatek,mt8183-auxadc
>                 - mediatek,mt8186-auxadc
> +              - mediatek,mt8188-auxadc
>                 - mediatek,mt8195-auxadc
>                 - mediatek,mt8516-auxadc
>             - const: mediatek,mt8173-auxadc


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

* Re: [PATCH 1/1] dt-bindings: iio: adc: add compatible for mt8188
  2022-07-18 12:39 ` [PATCH 1/1] dt-bindings: iio: adc: add compatible " Hui Liu
  2022-07-18 13:45   ` AngeloGioacchino Del Regno
@ 2022-07-18 13:53   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-07-18 13:53 UTC (permalink / raw)
  To: Hui Liu, jic23, lars, robh+dt, krzysztof.kozlowski+dt,
	matthias.bgg, angelogioacchino.delregno
  Cc: srv_heupstream, zhiyong.tao, guodong.liu, johnson.wang,
	linux-iio, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek

On 18/07/2022 14:39, Hui Liu wrote:
> From: "Hui.Liu" <hui.liu@mediatek.com>
> 
> This commit adds MediaTek mt8188 auxadc in dt-binding documentation.

Do not use "This commit/patch".
https://elixir.bootlin.com/linux/v5.17.1/source/Documentation/process/submitting-patches.rst#L95


Best regards,
Krzysztof

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

end of thread, other threads:[~2022-07-18 13:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-18 12:39 [PATCH 0/1] MediaTek auxadc patch for mt8188 Hui Liu
2022-07-18 12:39 ` [PATCH 1/1] dt-bindings: iio: adc: add compatible " Hui Liu
2022-07-18 13:45   ` AngeloGioacchino Del Regno
2022-07-18 13:53   ` 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).