2023-04-21 13:29:43

by Frank Wunderlich

[permalink] [raw]
Subject: [PATCH v1 2/7] dt-bindings: iio: adc: Add support for MT7986

From: Frank Wunderlich <[email protected]>

Add compatible string and specific clock property for mt7986.

Signed-off-by: Frank Wunderlich <[email protected]>
---
.../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 7f79a06e76f5..6168b44ea72c 100644
--- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
@@ -26,6 +26,7 @@ properties:
- mediatek,mt2712-auxadc
- mediatek,mt6765-auxadc
- mediatek,mt7622-auxadc
+ - mediatek,mt7986-auxadc
- mediatek,mt8173-auxadc
- items:
- enum:
--
2.34.1


2023-04-23 12:53:52

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH v1 2/7] dt-bindings: iio: adc: Add support for MT7986

On Fri, 21 Apr 2023 15:20:42 +0200
Frank Wunderlich <[email protected]> wrote:

> From: Frank Wunderlich <[email protected]>
>
> Add compatible string and specific clock property for mt7986.
>
> Signed-off-by: Frank Wunderlich <[email protected]>

Given how trivial this is, I'll apply it without waiting for the DT maintainers
to get to it.

Applied to the togreg branch of iio.git and pushed out as testing for 0-day
to take a look at it.

Thanks,

Jonathan

> ---
> .../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 7f79a06e76f5..6168b44ea72c 100644
> --- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
> @@ -26,6 +26,7 @@ properties:
> - mediatek,mt2712-auxadc
> - mediatek,mt6765-auxadc
> - mediatek,mt7622-auxadc
> + - mediatek,mt7986-auxadc
> - mediatek,mt8173-auxadc
> - items:
> - enum:

2023-05-08 16:22:36

by Frank Wunderlich

[permalink] [raw]
Subject: Aw: Re: [PATCH v1 2/7] dt-bindings: iio: adc: Add support for MT7986



regards Frank


> Gesendet: Sonntag, 23. April 2023 um 15:02 Uhr
> Von: "Jonathan Cameron" <[email protected]>
> An: "Frank Wunderlich" <[email protected]>
> Cc: [email protected], "Frank Wunderlich" <[email protected]>, "Lars-Peter Clausen" <[email protected]>, "Rob Herring" <[email protected]>, "Krzysztof Kozlowski" <[email protected]>, "Matthias Brugger" <[email protected]>, "AngeloGioacchino Del Regno" <[email protected]>, "Srinivas Kandagatla" <[email protected]>, "Hui.Liu" <[email protected]>, "Zhiyong Tao" <[email protected]>, "Andrew-CT Chen" <[email protected]>, "Lala Lin" <[email protected]>, [email protected], [email protected], [email protected], [email protected], "Daniel Golle" <[email protected]>
> Betreff: Re: [PATCH v1 2/7] dt-bindings: iio: adc: Add support for MT7986
>
> On Fri, 21 Apr 2023 15:20:42 +0200
> Frank Wunderlich <[email protected]> wrote:
>
> > From: Frank Wunderlich <[email protected]>
> >
> > Add compatible string and specific clock property for mt7986.
> >
> > Signed-off-by: Frank Wunderlich <[email protected]>
>
> Given how trivial this is, I'll apply it without waiting for the DT maintainers
> to get to it.
>
> Applied to the togreg branch of iio.git and pushed out as testing for 0-day
> to take a look at it.

Hi,

i cannot find it in next and here:

https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/tree/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml?h=togreg

was it dropped?

regards Frank

> Thanks,
>
> Jonathan
>
> > ---
> > .../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 7f79a06e76f5..6168b44ea72c 100644
> > --- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
> > +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
> > @@ -26,6 +26,7 @@ properties:
> > - mediatek,mt2712-auxadc
> > - mediatek,mt6765-auxadc
> > - mediatek,mt7622-auxadc
> > + - mediatek,mt7986-auxadc
> > - mediatek,mt8173-auxadc
> > - items:
> > - enum:
>
>

2023-05-13 17:43:02

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH v1 2/7] dt-bindings: iio: adc: Add support for MT7986

On Mon, 8 May 2023 17:53:01 +0200
Frank Wunderlich <[email protected]> wrote:

> regards Frank
>
>
> > Gesendet: Sonntag, 23. April 2023 um 15:02 Uhr
> > Von: "Jonathan Cameron" <[email protected]>
> > An: "Frank Wunderlich" <[email protected]>
> > Cc: [email protected], "Frank Wunderlich" <[email protected]>, "Lars-Peter Clausen" <[email protected]>, "Rob Herring" <[email protected]>, "Krzysztof Kozlowski" <[email protected]>, "Matthias Brugger" <[email protected]>, "AngeloGioacchino Del Regno" <[email protected]>, "Srinivas Kandagatla" <[email protected]>, "Hui.Liu" <[email protected]>, "Zhiyong Tao" <[email protected]>, "Andrew-CT Chen" <[email protected]>, "Lala Lin" <[email protected]>, [email protected], [email protected], [email protected], [email protected], "Daniel Golle" <[email protected]>
> > Betreff: Re: [PATCH v1 2/7] dt-bindings: iio: adc: Add support for MT7986
> >
> > On Fri, 21 Apr 2023 15:20:42 +0200
> > Frank Wunderlich <[email protected]> wrote:
> >
> > > From: Frank Wunderlich <[email protected]>
> > >
> > > Add compatible string and specific clock property for mt7986.
> > >
> > > Signed-off-by: Frank Wunderlich <[email protected]>
> >
> > Given how trivial this is, I'll apply it without waiting for the DT maintainers
> > to get to it.
> >
> > Applied to the togreg branch of iio.git and pushed out as testing for 0-day
> > to take a look at it.
>
> Hi,
>
> i cannot find it in next and here:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git/tree/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml?h=togreg
>
> was it dropped?
>
Not dropped, just delayed a little by timing issues.

Delay for a couple of reasons.
1) Pushed out as mentioned above as testing - specifically not to be included
in next until I've gotten reports from the autobuilder tests. Normally
I would push that out as togreg to be picked up for next around a week later
depending on when I next look at IIO patches. But...
2) This was very near the merge window, so I didn't want to put things in next
that weren't going in during the merge window + I wanted to be able to rebase
on v6.4-rc1 (the togreg public branch is not supposed to ever be rebased unless
something has gone wrong). I've just done that rebase and once my local test
builds are finished will push out.

So should be visible shortly. These delays are common around merge window time.

Should now be resolved though.

Jonathan

> regards Frank
>
> > Thanks,
> >
> > Jonathan
> >
> > > ---
> > > .../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 7f79a06e76f5..6168b44ea72c 100644
> > > --- a/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
> > > +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt2701-auxadc.yaml
> > > @@ -26,6 +26,7 @@ properties:
> > > - mediatek,mt2712-auxadc
> > > - mediatek,mt6765-auxadc
> > > - mediatek,mt7622-auxadc
> > > + - mediatek,mt7986-auxadc
> > > - mediatek,mt8173-auxadc
> > > - items:
> > > - enum:
> >
> >