From: Jonathan Cameron <jic23@kernel.org>
To: Gene Chen <gene.chen.richtek@gmail.com>
Cc: robh+dt@kernel.org, matthias.bgg@gmail.com, knaack.h@gmx.de,
lars@metafoo.de, pmeerw@pmeerw.net, devicetree@vger.kernel.org,
linux-iio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org,
gene_chen@richtek.com, Wilma.Wu@mediatek.com,
shufan_lee@richtek.com, cy_huang@richtek.com,
benjamin.chao@mediatek.com
Subject: Re: [PATCH v7 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC
Date: Sun, 1 Nov 2020 15:34:43 +0000 [thread overview]
Message-ID: <20201101153443.3826103e@archlinux> (raw)
In-Reply-To: <1603181267-15610-2-git-send-email-gene.chen.richtek@gmail.com>
On Tue, 20 Oct 2020 16:07:45 +0800
Gene Chen <gene.chen.richtek@gmail.com> wrote:
> From: Gene Chen <gene_chen@richtek.com>
>
> This change adds the binding doc for the MT6360 ADC.
One thing I'd previously missed below.
Jonathan
>
> Signed-off-by: Gene Chen <gene_chen@richtek.com>
> ---
> .../bindings/iio/adc/mediatek,mt6360-adc.yaml | 34 ++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml b/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml
> new file mode 100644
> index 0000000..a7350ec
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml
> @@ -0,0 +1,34 @@
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/iio/adc/mediatek,mt6360-adc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Mediatek MT6360 and similar ADCs
> +
> +maintainers:
> + - Gene Chen <gene_chen@richtek.com>
> +
> +description: |
> + Family of simple ADCs with i2c interface and internal references.
That seems unlikely...
> +
> +properties:
> + compatible:
> + const: mediatek,mt6360-adc
> +
> + "#io-channel-cells":
> + const: 1
> +
> +required:
> + - compatible
> + - "#io-channel-cells"
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + adc {
> + compatible = "mediatek,mt6360-adc";
> + #io-channel-cells = <1>;
> + };
> +...
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Gene Chen <gene.chen.richtek@gmail.com>
Cc: gene_chen@richtek.com, devicetree@vger.kernel.org,
lars@metafoo.de, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org, cy_huang@richtek.com,
benjamin.chao@mediatek.com, robh+dt@kernel.org,
linux-mediatek@lists.infradead.org, pmeerw@pmeerw.net,
knaack.h@gmx.de, matthias.bgg@gmail.com, Wilma.Wu@mediatek.com,
linux-arm-kernel@lists.infradead.org, shufan_lee@richtek.com
Subject: Re: [PATCH v7 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC
Date: Sun, 1 Nov 2020 15:34:43 +0000 [thread overview]
Message-ID: <20201101153443.3826103e@archlinux> (raw)
In-Reply-To: <1603181267-15610-2-git-send-email-gene.chen.richtek@gmail.com>
On Tue, 20 Oct 2020 16:07:45 +0800
Gene Chen <gene.chen.richtek@gmail.com> wrote:
> From: Gene Chen <gene_chen@richtek.com>
>
> This change adds the binding doc for the MT6360 ADC.
One thing I'd previously missed below.
Jonathan
>
> Signed-off-by: Gene Chen <gene_chen@richtek.com>
> ---
> .../bindings/iio/adc/mediatek,mt6360-adc.yaml | 34 ++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml b/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml
> new file mode 100644
> index 0000000..a7350ec
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml
> @@ -0,0 +1,34 @@
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/iio/adc/mediatek,mt6360-adc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Mediatek MT6360 and similar ADCs
> +
> +maintainers:
> + - Gene Chen <gene_chen@richtek.com>
> +
> +description: |
> + Family of simple ADCs with i2c interface and internal references.
That seems unlikely...
> +
> +properties:
> + compatible:
> + const: mediatek,mt6360-adc
> +
> + "#io-channel-cells":
> + const: 1
> +
> +required:
> + - compatible
> + - "#io-channel-cells"
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + adc {
> + compatible = "mediatek,mt6360-adc";
> + #io-channel-cells = <1>;
> + };
> +...
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Gene Chen <gene.chen.richtek@gmail.com>
Cc: gene_chen@richtek.com, devicetree@vger.kernel.org,
lars@metafoo.de, linux-iio@vger.kernel.org,
linux-kernel@vger.kernel.org, cy_huang@richtek.com,
benjamin.chao@mediatek.com, robh+dt@kernel.org,
linux-mediatek@lists.infradead.org, pmeerw@pmeerw.net,
knaack.h@gmx.de, matthias.bgg@gmail.com, Wilma.Wu@mediatek.com,
linux-arm-kernel@lists.infradead.org, shufan_lee@richtek.com
Subject: Re: [PATCH v7 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC
Date: Sun, 1 Nov 2020 15:34:43 +0000 [thread overview]
Message-ID: <20201101153443.3826103e@archlinux> (raw)
In-Reply-To: <1603181267-15610-2-git-send-email-gene.chen.richtek@gmail.com>
On Tue, 20 Oct 2020 16:07:45 +0800
Gene Chen <gene.chen.richtek@gmail.com> wrote:
> From: Gene Chen <gene_chen@richtek.com>
>
> This change adds the binding doc for the MT6360 ADC.
One thing I'd previously missed below.
Jonathan
>
> Signed-off-by: Gene Chen <gene_chen@richtek.com>
> ---
> .../bindings/iio/adc/mediatek,mt6360-adc.yaml | 34 ++++++++++++++++++++++
> 1 file changed, 34 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml
>
> diff --git a/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml b/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml
> new file mode 100644
> index 0000000..a7350ec
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/iio/adc/mediatek,mt6360-adc.yaml
> @@ -0,0 +1,34 @@
> +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/iio/adc/mediatek,mt6360-adc.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Mediatek MT6360 and similar ADCs
> +
> +maintainers:
> + - Gene Chen <gene_chen@richtek.com>
> +
> +description: |
> + Family of simple ADCs with i2c interface and internal references.
That seems unlikely...
> +
> +properties:
> + compatible:
> + const: mediatek,mt6360-adc
> +
> + "#io-channel-cells":
> + const: 1
> +
> +required:
> + - compatible
> + - "#io-channel-cells"
> +
> +additionalProperties: false
> +
> +examples:
> + - |
> + adc {
> + compatible = "mediatek,mt6360-adc";
> + #io-channel-cells = <1>;
> + };
> +...
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-11-01 15:34 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-20 8:07 [PATCH v7 0/3] iio: adc: mt6360: Add ADC driver for MT6360 Gene Chen
2020-10-20 8:07 ` Gene Chen
2020-10-20 8:07 ` Gene Chen
2020-10-20 8:07 ` [PATCH v7 1/3] dt-bindings: iio: adc: add bindings doc for MT6360 ADC Gene Chen
2020-10-20 8:07 ` Gene Chen
2020-10-20 8:07 ` Gene Chen
2020-10-20 15:53 ` Rob Herring
2020-10-20 15:53 ` Rob Herring
2020-10-20 15:53 ` Rob Herring
2020-11-01 15:34 ` Jonathan Cameron [this message]
2020-11-01 15:34 ` Jonathan Cameron
2020-11-01 15:34 ` Jonathan Cameron
2020-10-20 8:07 ` [PATCH v7 2/3] Documentation: ABI: testing: mt6360: Add ADC sysfs guideline Gene Chen
2020-10-20 8:07 ` Gene Chen
2020-10-20 8:07 ` Gene Chen
2020-10-20 8:07 ` [PATCH v7 3/3] iio: adc: mt6360: Add ADC driver for MT6360 Gene Chen
2020-10-20 8:07 ` Gene Chen
2020-10-20 8:07 ` Gene Chen
2020-11-01 15:40 ` [PATCH v7 0/3] " Jonathan Cameron
2020-11-01 15:40 ` Jonathan Cameron
2020-11-01 15:40 ` Jonathan Cameron
2020-11-02 7:04 ` Gene Chen
2020-11-02 7:04 ` Gene Chen
2020-11-02 7:04 ` Gene Chen
2020-11-08 16:23 ` Jonathan Cameron
2020-11-08 16:23 ` Jonathan Cameron
2020-11-08 16:23 ` Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201101153443.3826103e@archlinux \
--to=jic23@kernel.org \
--cc=Wilma.Wu@mediatek.com \
--cc=benjamin.chao@mediatek.com \
--cc=cy_huang@richtek.com \
--cc=devicetree@vger.kernel.org \
--cc=gene.chen.richtek@gmail.com \
--cc=gene_chen@richtek.com \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=pmeerw@pmeerw.net \
--cc=robh+dt@kernel.org \
--cc=shufan_lee@richtek.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.