All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] dt-bindings: mfd: mt6370: fix the interrupt order of the charger in the example
@ 2022-10-12  7:08 ` ChiaEn Wu
  0 siblings, 0 replies; 6+ messages in thread
From: ChiaEn Wu @ 2022-10-12  7:08 UTC (permalink / raw
  To: robh+dt, krzysztof.kozlowski+dt, lee, matthias.bgg
  Cc: sre, chiaen_wu, cy_huang, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno

From: ChiaEn Wu <chiaen_wu@richtek.com>

Fix the interrupt order of the charger in the binding example.

Fixes: 76f52f815f1a ("dt-bindings: mfd: Add MediaTek MT6370")
Signed-off-by: ChiaEn Wu <chiaen_wu@richtek.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
v3
- Add a 'Reviewed-by' tag.

v2
- Revise the commit syntax.

v1
- Due to this patch modifiacation
  (https://lore.kernel.org/all/20221001202918.me7z2qzm7cmrkzsg@mercury.elektranox.org/),
  there will get some warnings in linux-next when compiling the dts.
---
 Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
index 250484d..5644882 100644
--- a/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
+++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
@@ -139,8 +139,8 @@ examples:
 
         charger {
           compatible = "mediatek,mt6370-charger";
-          interrupts = <48>, <68>, <6>;
-          interrupt-names = "attach_i", "uvp_d_evt", "mivr";
+          interrupts = <68>, <48>, <6>;
+          interrupt-names = "uvp_d_evt", "attach_i", "mivr";
           io-channels = <&mt6370_adc MT6370_CHAN_IBUS>;
 
           mt6370_otg_vbus: usb-otg-vbus-regulator {
-- 
2.7.4


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

* [PATCH v3] dt-bindings: mfd: mt6370: fix the interrupt order of the charger in the example
@ 2022-10-12  7:08 ` ChiaEn Wu
  0 siblings, 0 replies; 6+ messages in thread
From: ChiaEn Wu @ 2022-10-12  7:08 UTC (permalink / raw
  To: robh+dt, krzysztof.kozlowski+dt, lee, matthias.bgg
  Cc: sre, chiaen_wu, cy_huang, devicetree, linux-arm-kernel,
	linux-mediatek, linux-kernel, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno

From: ChiaEn Wu <chiaen_wu@richtek.com>

Fix the interrupt order of the charger in the binding example.

Fixes: 76f52f815f1a ("dt-bindings: mfd: Add MediaTek MT6370")
Signed-off-by: ChiaEn Wu <chiaen_wu@richtek.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
v3
- Add a 'Reviewed-by' tag.

v2
- Revise the commit syntax.

v1
- Due to this patch modifiacation
  (https://lore.kernel.org/all/20221001202918.me7z2qzm7cmrkzsg@mercury.elektranox.org/),
  there will get some warnings in linux-next when compiling the dts.
---
 Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
index 250484d..5644882 100644
--- a/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
+++ b/Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml
@@ -139,8 +139,8 @@ examples:
 
         charger {
           compatible = "mediatek,mt6370-charger";
-          interrupts = <48>, <68>, <6>;
-          interrupt-names = "attach_i", "uvp_d_evt", "mivr";
+          interrupts = <68>, <48>, <6>;
+          interrupt-names = "uvp_d_evt", "attach_i", "mivr";
           io-channels = <&mt6370_adc MT6370_CHAN_IBUS>;
 
           mt6370_otg_vbus: usb-otg-vbus-regulator {
-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3] dt-bindings: mfd: mt6370: fix the interrupt order of the charger in the example
  2022-10-12  7:08 ` ChiaEn Wu
@ 2022-10-12 15:36   ` Rob Herring
  -1 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2022-10-12 15:36 UTC (permalink / raw
  To: ChiaEn Wu
  Cc: devicetree, linux-mediatek, lee, robh+dt, linux-kernel, chiaen_wu,
	matthias.bgg, linux-arm-kernel, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno, krzysztof.kozlowski+dt, cy_huang, sre

On Wed, 12 Oct 2022 15:08:14 +0800, ChiaEn Wu wrote:
> From: ChiaEn Wu <chiaen_wu@richtek.com>
> 
> Fix the interrupt order of the charger in the binding example.
> 
> Fixes: 76f52f815f1a ("dt-bindings: mfd: Add MediaTek MT6370")
> Signed-off-by: ChiaEn Wu <chiaen_wu@richtek.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> v3
> - Add a 'Reviewed-by' tag.
> 
> v2
> - Revise the commit syntax.
> 
> v1
> - Due to this patch modifiacation
>   (https://lore.kernel.org/all/20221001202918.me7z2qzm7cmrkzsg@mercury.elektranox.org/),
>   there will get some warnings in linux-next when compiling the dts.
> ---
>  Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applying to go into rc1 along with the other mt6370 fix, thanks!

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

* Re: [PATCH v3] dt-bindings: mfd: mt6370: fix the interrupt order of the charger in the example
@ 2022-10-12 15:36   ` Rob Herring
  0 siblings, 0 replies; 6+ messages in thread
From: Rob Herring @ 2022-10-12 15:36 UTC (permalink / raw
  To: ChiaEn Wu
  Cc: devicetree, linux-mediatek, lee, robh+dt, linux-kernel, chiaen_wu,
	matthias.bgg, linux-arm-kernel, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno, krzysztof.kozlowski+dt, cy_huang, sre

On Wed, 12 Oct 2022 15:08:14 +0800, ChiaEn Wu wrote:
> From: ChiaEn Wu <chiaen_wu@richtek.com>
> 
> Fix the interrupt order of the charger in the binding example.
> 
> Fixes: 76f52f815f1a ("dt-bindings: mfd: Add MediaTek MT6370")
> Signed-off-by: ChiaEn Wu <chiaen_wu@richtek.com>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
> v3
> - Add a 'Reviewed-by' tag.
> 
> v2
> - Revise the commit syntax.
> 
> v1
> - Due to this patch modifiacation
>   (https://lore.kernel.org/all/20221001202918.me7z2qzm7cmrkzsg@mercury.elektranox.org/),
>   there will get some warnings in linux-next when compiling the dts.
> ---
>  Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 

Applying to go into rc1 along with the other mt6370 fix, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH v3] dt-bindings: mfd: mt6370: fix the interrupt order of the charger in the example
  2022-10-12 15:36   ` Rob Herring
@ 2022-10-18  9:28     ` Lee Jones
  -1 siblings, 0 replies; 6+ messages in thread
From: Lee Jones @ 2022-10-18  9:28 UTC (permalink / raw
  To: Rob Herring
  Cc: ChiaEn Wu, devicetree, linux-mediatek, robh+dt, linux-kernel,
	chiaen_wu, matthias.bgg, linux-arm-kernel, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno, krzysztof.kozlowski+dt, cy_huang, sre

On Wed, 12 Oct 2022, Rob Herring wrote:

> On Wed, 12 Oct 2022 15:08:14 +0800, ChiaEn Wu wrote:
> > From: ChiaEn Wu <chiaen_wu@richtek.com>
> > 
> > Fix the interrupt order of the charger in the binding example.
> > 
> > Fixes: 76f52f815f1a ("dt-bindings: mfd: Add MediaTek MT6370")
> > Signed-off-by: ChiaEn Wu <chiaen_wu@richtek.com>
> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> > ---
> > v3
> > - Add a 'Reviewed-by' tag.
> > 
> > v2
> > - Revise the commit syntax.
> > 
> > v1
> > - Due to this patch modifiacation
> >   (https://lore.kernel.org/all/20221001202918.me7z2qzm7cmrkzsg@mercury.elektranox.org/),
> >   there will get some warnings in linux-next when compiling the dts.
> > ---
> >  Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> 
> Applying to go into rc1 along with the other mt6370 fix, thanks!

Fine by me, but please change the subject line to start with an
upper-case char.

-- 
Lee Jones [李琼斯]

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

* Re: [PATCH v3] dt-bindings: mfd: mt6370: fix the interrupt order of the charger in the example
@ 2022-10-18  9:28     ` Lee Jones
  0 siblings, 0 replies; 6+ messages in thread
From: Lee Jones @ 2022-10-18  9:28 UTC (permalink / raw
  To: Rob Herring
  Cc: ChiaEn Wu, devicetree, linux-mediatek, robh+dt, linux-kernel,
	chiaen_wu, matthias.bgg, linux-arm-kernel, Krzysztof Kozlowski,
	AngeloGioacchino Del Regno, krzysztof.kozlowski+dt, cy_huang, sre

On Wed, 12 Oct 2022, Rob Herring wrote:

> On Wed, 12 Oct 2022 15:08:14 +0800, ChiaEn Wu wrote:
> > From: ChiaEn Wu <chiaen_wu@richtek.com>
> > 
> > Fix the interrupt order of the charger in the binding example.
> > 
> > Fixes: 76f52f815f1a ("dt-bindings: mfd: Add MediaTek MT6370")
> > Signed-off-by: ChiaEn Wu <chiaen_wu@richtek.com>
> > Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> > Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> > ---
> > v3
> > - Add a 'Reviewed-by' tag.
> > 
> > v2
> > - Revise the commit syntax.
> > 
> > v1
> > - Due to this patch modifiacation
> >   (https://lore.kernel.org/all/20221001202918.me7z2qzm7cmrkzsg@mercury.elektranox.org/),
> >   there will get some warnings in linux-next when compiling the dts.
> > ---
> >  Documentation/devicetree/bindings/mfd/mediatek,mt6370.yaml | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> 
> Applying to go into rc1 along with the other mt6370 fix, thanks!

Fine by me, but please change the subject line to start with an
upper-case char.

-- 
Lee Jones [李琼斯]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-10-18  9:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-12  7:08 [PATCH v3] dt-bindings: mfd: mt6370: fix the interrupt order of the charger in the example ChiaEn Wu
2022-10-12  7:08 ` ChiaEn Wu
2022-10-12 15:36 ` Rob Herring
2022-10-12 15:36   ` Rob Herring
2022-10-18  9:28   ` Lee Jones
2022-10-18  9:28     ` Lee Jones

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.