* [PATCH 0/3] AUXADC: Mediatek auxadc driver for mt2712 @ 2017-09-21 1:26 Zhiyong Tao [not found] ` <1505957212-13402-1-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 2017-09-21 1:26 ` [PATCH 2/3] iio: adc: mt2712: Add compatible node for mt2712 Zhiyong Tao 0 siblings, 2 replies; 10+ messages in thread From: Zhiyong Tao @ 2017-09-21 1:26 UTC (permalink / raw) To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, jic23-DgEjT+Ai2ygdnm+yROfE0A, knaack.h-Mmb7MZpHnFY, lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg Cc: srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, liguo.zhang-NuS5LvNUpcJWk0Htik3J/w, yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w, sean.wang-NuS5LvNUpcJWk0Htik3J/w, yt.shen-NuS5LvNUpcJWk0Htik3J/w, matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r This series includes three patches: 1.Add mt2712 auxadc compatible node in binding document. 2.Add mt2712 auxadc compatible node in "mt6577_auxadc.c". 2.Add mt2712 auxadc device node. Zhiyong Tao (3): dt-bindings: adc: mt2712: add binding document iio: adc: mt2712: Add compatible node for mt2712. arm64: dts: mt2712: Add auxadc device node. .../devicetree/bindings/iio/adc/mt6577_auxadc.txt | 1 + arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 4 ++++ arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 9 +++++++++ drivers/iio/adc/mt6577_auxadc.c | 1 + 4 files changed, 15 insertions(+) -- 1.7.9.5 ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <1505957212-13402-1-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>]
* [PATCH 1/3] dt-bindings: adc: mt2712: add binding document [not found] ` <1505957212-13402-1-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> @ 2017-09-21 1:26 ` Zhiyong Tao [not found] ` <1505957212-13402-2-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 2017-09-21 1:26 ` [PATCH 3/3] arm64: dts: mt2712: Add auxadc device node Zhiyong Tao 1 sibling, 1 reply; 10+ messages in thread From: Zhiyong Tao @ 2017-09-21 1:26 UTC (permalink / raw) To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, jic23-DgEjT+Ai2ygdnm+yROfE0A, knaack.h-Mmb7MZpHnFY, lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg Cc: srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, liguo.zhang-NuS5LvNUpcJWk0Htik3J/w, yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w, sean.wang-NuS5LvNUpcJWk0Htik3J/w, yt.shen-NuS5LvNUpcJWk0Htik3J/w, matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Zhiyong Tao The commit adds mt2712 compatible node in binding document. Signed-off-by: Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> --- .../devicetree/bindings/iio/adc/mt6577_auxadc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt index 64dc484..0df9bef 100644 --- a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt +++ b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt @@ -12,6 +12,7 @@ for the Thermal Controller which holds a phandle to the AUXADC. Required properties: - compatible: Should be one of: - "mediatek,mt2701-auxadc": For MT2701 family of SoCs + - "mediatek,mt2712-auxadc": For MT2712 family of SoCs - "mediatek,mt7622-auxadc": For MT7622 family of SoCs - "mediatek,mt8173-auxadc": For MT8173 family of SoCs - reg: Address range of the AUXADC unit. -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 10+ messages in thread
[parent not found: <1505957212-13402-2-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>]
* Re: [PATCH 1/3] dt-bindings: adc: mt2712: add binding document [not found] ` <1505957212-13402-2-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> @ 2017-09-24 15:45 ` Jonathan Cameron 0 siblings, 0 replies; 10+ messages in thread From: Jonathan Cameron @ 2017-09-24 15:45 UTC (permalink / raw) To: Zhiyong Tao Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, knaack.h-Mmb7MZpHnFY, lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, liguo.zhang-NuS5LvNUpcJWk0Htik3J/w, yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w, sean.wang-NuS5LvNUpcJWk0Htik3J/w, yt.shen-NuS5LvNUpcJWk0Htik3J/w, matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r On Thu, 21 Sep 2017 09:26:50 +0800 Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote: > The commit adds mt2712 compatible node in binding document. > > Signed-off-by: Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> Given just how trivial this is, I'm not going to waste Rob or Marks time by waiting for them to look at it. I did tweak the patch title to '... binding documentation' to reflect the fact this isn't a new file which 'binding document' sort of implied. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > --- > .../devicetree/bindings/iio/adc/mt6577_auxadc.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > index 64dc484..0df9bef 100644 > --- a/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > +++ b/Documentation/devicetree/bindings/iio/adc/mt6577_auxadc.txt > @@ -12,6 +12,7 @@ for the Thermal Controller which holds a phandle to the AUXADC. > Required properties: > - compatible: Should be one of: > - "mediatek,mt2701-auxadc": For MT2701 family of SoCs > + - "mediatek,mt2712-auxadc": For MT2712 family of SoCs > - "mediatek,mt7622-auxadc": For MT7622 family of SoCs > - "mediatek,mt8173-auxadc": For MT8173 family of SoCs > - reg: Address range of the AUXADC unit. ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 3/3] arm64: dts: mt2712: Add auxadc device node. [not found] ` <1505957212-13402-1-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 2017-09-21 1:26 ` [PATCH 1/3] dt-bindings: adc: mt2712: add binding document Zhiyong Tao @ 2017-09-21 1:26 ` Zhiyong Tao [not found] ` <1505957212-13402-4-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 1 sibling, 1 reply; 10+ messages in thread From: Zhiyong Tao @ 2017-09-21 1:26 UTC (permalink / raw) To: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, jic23-DgEjT+Ai2ygdnm+yROfE0A, knaack.h-Mmb7MZpHnFY, lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg Cc: srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, liguo.zhang-NuS5LvNUpcJWk0Htik3J/w, yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w, sean.wang-NuS5LvNUpcJWk0Htik3J/w, yt.shen-NuS5LvNUpcJWk0Htik3J/w, matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Zhiyong Tao Add auxadc device node for MT2712. Signed-off-by: Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> --- This patch dependents on "Mediatek MT2712 clock and scpsys support"[1]. Please accept this patch together with [1]. [1]http://lists.infradead.org/pipermail/linux-mediatek/2017-September/010461.html --- arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 4 ++++ arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt2712-evb.dts b/arch/arm64/boot/dts/mediatek/mt2712-evb.dts index 14163b9..76cbf4a 100644 --- a/arch/arm64/boot/dts/mediatek/mt2712-evb.dts +++ b/arch/arm64/boot/dts/mediatek/mt2712-evb.dts @@ -28,6 +28,10 @@ }; }; +&auxadc { + status = "okay"; +}; + &uart0 { status = "okay"; }; diff --git a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi index 3232e4e..bf65c92 100644 --- a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi @@ -225,6 +225,15 @@ (GIC_CPU_MASK_RAW(0x13) | IRQ_TYPE_LEVEL_HIGH)>; }; + auxadc: adc@11001000 { + compatible = "mediatek,mt2712-auxadc"; + reg = <0 0x11001000 0 0x1000>; + clocks = <&pericfg CLK_PERI_AUXADC>; + clock-names = "main"; + #io-channel-cells = <1>; + status = "disabled"; + }; + uart0: serial@11002000 { compatible = "mediatek,mt2712-uart", "mediatek,mt6577-uart"; -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 10+ messages in thread
[parent not found: <1505957212-13402-4-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>]
* Re: [PATCH 3/3] arm64: dts: mt2712: Add auxadc device node. [not found] ` <1505957212-13402-4-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> @ 2017-09-24 15:47 ` Jonathan Cameron 2017-10-13 15:11 ` Matthias Brugger 0 siblings, 1 reply; 10+ messages in thread From: Jonathan Cameron @ 2017-09-24 15:47 UTC (permalink / raw) To: Zhiyong Tao Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, knaack.h-Mmb7MZpHnFY, lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, liguo.zhang-NuS5LvNUpcJWk0Htik3J/w, yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w, sean.wang-NuS5LvNUpcJWk0Htik3J/w, yt.shen-NuS5LvNUpcJWk0Htik3J/w, matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r On Thu, 21 Sep 2017 09:26:52 +0800 Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote: > Add auxadc device node for MT2712. > > Signed-off-by: Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> I've applied the IIO patches to make this work, so assume this will get picked up in due course. Jonathan > --- > This patch dependents on "Mediatek MT2712 clock and scpsys support"[1]. > Please accept this patch together with [1]. > [1]http://lists.infradead.org/pipermail/linux-mediatek/2017-September/010461.html > --- > arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 4 ++++ > arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 9 +++++++++ > 2 files changed, 13 insertions(+) > > diff --git a/arch/arm64/boot/dts/mediatek/mt2712-evb.dts b/arch/arm64/boot/dts/mediatek/mt2712-evb.dts > index 14163b9..76cbf4a 100644 > --- a/arch/arm64/boot/dts/mediatek/mt2712-evb.dts > +++ b/arch/arm64/boot/dts/mediatek/mt2712-evb.dts > @@ -28,6 +28,10 @@ > }; > }; > > +&auxadc { > + status = "okay"; > +}; > + > &uart0 { > status = "okay"; > }; > diff --git a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi > index 3232e4e..bf65c92 100644 > --- a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi > +++ b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi > @@ -225,6 +225,15 @@ > (GIC_CPU_MASK_RAW(0x13) | IRQ_TYPE_LEVEL_HIGH)>; > }; > > + auxadc: adc@11001000 { > + compatible = "mediatek,mt2712-auxadc"; > + reg = <0 0x11001000 0 0x1000>; > + clocks = <&pericfg CLK_PERI_AUXADC>; > + clock-names = "main"; > + #io-channel-cells = <1>; > + status = "disabled"; > + }; > + > uart0: serial@11002000 { > compatible = "mediatek,mt2712-uart", > "mediatek,mt6577-uart"; -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/3] arm64: dts: mt2712: Add auxadc device node. 2017-09-24 15:47 ` Jonathan Cameron @ 2017-10-13 15:11 ` Matthias Brugger [not found] ` <0e1bac27-18ca-121c-f1d7-8063af177a8b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 0 siblings, 1 reply; 10+ messages in thread From: Matthias Brugger @ 2017-10-13 15:11 UTC (permalink / raw) To: Jonathan Cameron, Zhiyong Tao Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, knaack.h-Mmb7MZpHnFY, lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, liguo.zhang-NuS5LvNUpcJWk0Htik3J/w, yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w, sean.wang-NuS5LvNUpcJWk0Htik3J/w, yt.shen-NuS5LvNUpcJWk0Htik3J/w, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r On 09/24/2017 05:47 PM, Jonathan Cameron wrote: > On Thu, 21 Sep 2017 09:26:52 +0800 > Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote: > >> Add auxadc device node for MT2712. >> >> Signed-off-by: Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> > > I've applied the IIO patches to make this work, so assume this will get > picked up in due course. > pushed now to v4.14-next/dts64 Thanks. > Jonathan > >> --- >> This patch dependents on "Mediatek MT2712 clock and scpsys support"[1]. >> Please accept this patch together with [1]. >> [1]http://lists.infradead.org/pipermail/linux-mediatek/2017-September/010461.html >> --- >> arch/arm64/boot/dts/mediatek/mt2712-evb.dts | 4 ++++ >> arch/arm64/boot/dts/mediatek/mt2712e.dtsi | 9 +++++++++ >> 2 files changed, 13 insertions(+) >> >> diff --git a/arch/arm64/boot/dts/mediatek/mt2712-evb.dts b/arch/arm64/boot/dts/mediatek/mt2712-evb.dts >> index 14163b9..76cbf4a 100644 >> --- a/arch/arm64/boot/dts/mediatek/mt2712-evb.dts >> +++ b/arch/arm64/boot/dts/mediatek/mt2712-evb.dts >> @@ -28,6 +28,10 @@ >> }; >> }; >> >> +&auxadc { >> + status = "okay"; >> +}; >> + >> &uart0 { >> status = "okay"; >> }; >> diff --git a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi >> index 3232e4e..bf65c92 100644 >> --- a/arch/arm64/boot/dts/mediatek/mt2712e.dtsi >> +++ b/arch/arm64/boot/dts/mediatek/mt2712e.dtsi >> @@ -225,6 +225,15 @@ >> (GIC_CPU_MASK_RAW(0x13) | IRQ_TYPE_LEVEL_HIGH)>; >> }; >> >> + auxadc: adc@11001000 { >> + compatible = "mediatek,mt2712-auxadc"; >> + reg = <0 0x11001000 0 0x1000>; >> + clocks = <&pericfg CLK_PERI_AUXADC>; >> + clock-names = "main"; >> + #io-channel-cells = <1>; >> + status = "disabled"; >> + }; >> + >> uart0: serial@11002000 { >> compatible = "mediatek,mt2712-uart", >> "mediatek,mt6577-uart"; > ^ permalink raw reply [flat|nested] 10+ messages in thread
[parent not found: <0e1bac27-18ca-121c-f1d7-8063af177a8b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>]
* Re: [PATCH 3/3] arm64: dts: mt2712: Add auxadc device node. [not found] ` <0e1bac27-18ca-121c-f1d7-8063af177a8b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> @ 2017-10-16 15:09 ` Matthias Brugger 2018-03-19 1:51 ` Matthias Brugger 0 siblings, 1 reply; 10+ messages in thread From: Matthias Brugger @ 2017-10-16 15:09 UTC (permalink / raw) To: Jonathan Cameron, Zhiyong Tao Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, knaack.h-Mmb7MZpHnFY, lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, liguo.zhang-NuS5LvNUpcJWk0Htik3J/w, yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w, sean.wang-NuS5LvNUpcJWk0Htik3J/w, yt.shen-NuS5LvNUpcJWk0Htik3J/w, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r On 10/13/2017 05:11 PM, Matthias Brugger wrote: > > > On 09/24/2017 05:47 PM, Jonathan Cameron wrote: >> On Thu, 21 Sep 2017 09:26:52 +0800 >> Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote: >> >>> Add auxadc device node for MT2712. >>> >>> Signed-off-by: Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> >> >> I've applied the IIO patches to make this work, so assume this will get >> picked up in due course. >> > > pushed now to v4.14-next/dts64 > Thanks. > I realized that this needs the mt2712 clock patches to actually work. Dropped for now. Please resubmit as soon as mt2712 clock patches got [1] accepted upstream. Thanks, Matthias [1] https://lkml.org/lkml/2017/9/19/9 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH 3/3] arm64: dts: mt2712: Add auxadc device node. 2017-10-16 15:09 ` Matthias Brugger @ 2018-03-19 1:51 ` Matthias Brugger 0 siblings, 0 replies; 10+ messages in thread From: Matthias Brugger @ 2018-03-19 1:51 UTC (permalink / raw) To: Jonathan Cameron, Zhiyong Tao Cc: robh+dt, knaack.h, lars, pmeerw, srv_heupstream, liguo.zhang, yingjoe.chen, sean.wang, yt.shen, s.hauer, devicetree, linux-kernel, linux-arm-kernel, linux-iio, linux-mediatek On 10/16/2017 05:09 PM, Matthias Brugger wrote: > > > On 10/13/2017 05:11 PM, Matthias Brugger wrote: >> >> >> On 09/24/2017 05:47 PM, Jonathan Cameron wrote: >>> On Thu, 21 Sep 2017 09:26:52 +0800 >>> Zhiyong Tao <zhiyong.tao@mediatek.com> wrote: >>> >>>> Add auxadc device node for MT2712. >>>> >>>> Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com> >>> >>> I've applied the IIO patches to make this work, so assume this will get >>> picked up in due course. >>> >> >> pushed now to v4.14-next/dts64 >> Thanks. >> > > I realized that this needs the mt2712 clock patches to actually work. > Dropped for now. Please resubmit as soon as mt2712 clock patches got [1] > accepted upstream. > I think you actually never resubmitted. Anyway I pushed it now to v4.16-next/dts64 Thanks. > Thanks, > Matthias > > [1] https://lkml.org/lkml/2017/9/19/9 ^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH 2/3] iio: adc: mt2712: Add compatible node for mt2712. 2017-09-21 1:26 [PATCH 0/3] AUXADC: Mediatek auxadc driver for mt2712 Zhiyong Tao [not found] ` <1505957212-13402-1-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> @ 2017-09-21 1:26 ` Zhiyong Tao [not found] ` <1505957212-13402-3-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 1 sibling, 1 reply; 10+ messages in thread From: Zhiyong Tao @ 2017-09-21 1:26 UTC (permalink / raw) To: robh+dt, jic23, knaack.h, lars, pmeerw Cc: srv_heupstream, liguo.zhang, yingjoe.chen, sean.wang, yt.shen, matthias.bgg, s.hauer, devicetree, linux-kernel, linux-arm-kernel, linux-iio, linux-mediatek, Zhiyong Tao This commit adds mt2712 compatible node. Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com> --- drivers/iio/adc/mt6577_auxadc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/iio/adc/mt6577_auxadc.c b/drivers/iio/adc/mt6577_auxadc.c index 414cf44..70bfa1e 100644 --- a/drivers/iio/adc/mt6577_auxadc.c +++ b/drivers/iio/adc/mt6577_auxadc.c @@ -306,6 +306,7 @@ static SIMPLE_DEV_PM_OPS(mt6577_auxadc_pm_ops, static const struct of_device_id mt6577_auxadc_of_match[] = { { .compatible = "mediatek,mt2701-auxadc", }, + { .compatible = "mediatek,mt2712-auxadc", }, { .compatible = "mediatek,mt7622-auxadc", }, { .compatible = "mediatek,mt8173-auxadc", }, { } -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 10+ messages in thread
[parent not found: <1505957212-13402-3-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>]
* Re: [PATCH 2/3] iio: adc: mt2712: Add compatible node for mt2712. [not found] ` <1505957212-13402-3-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> @ 2017-09-24 15:46 ` Jonathan Cameron 0 siblings, 0 replies; 10+ messages in thread From: Jonathan Cameron @ 2017-09-24 15:46 UTC (permalink / raw) To: Zhiyong Tao Cc: robh+dt-DgEjT+Ai2ygdnm+yROfE0A, knaack.h-Mmb7MZpHnFY, lars-Qo5EllUWu/uELgA04lAiVw, pmeerw-jW+XmwGofnusTnJN9+BGXg, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w, liguo.zhang-NuS5LvNUpcJWk0Htik3J/w, yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w, sean.wang-NuS5LvNUpcJWk0Htik3J/w, yt.shen-NuS5LvNUpcJWk0Htik3J/w, matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w, s.hauer-bIcnvbaLZ9MEGnE8C9+IrQ, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-iio-u79uwXL29TY76Z2rM5mHXA, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r On Thu, 21 Sep 2017 09:26:51 +0800 Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> wrote: > This commit adds mt2712 compatible node. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > > Signed-off-by: Zhiyong Tao <zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> > --- > drivers/iio/adc/mt6577_auxadc.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/iio/adc/mt6577_auxadc.c b/drivers/iio/adc/mt6577_auxadc.c > index 414cf44..70bfa1e 100644 > --- a/drivers/iio/adc/mt6577_auxadc.c > +++ b/drivers/iio/adc/mt6577_auxadc.c > @@ -306,6 +306,7 @@ static SIMPLE_DEV_PM_OPS(mt6577_auxadc_pm_ops, > > static const struct of_device_id mt6577_auxadc_of_match[] = { > { .compatible = "mediatek,mt2701-auxadc", }, > + { .compatible = "mediatek,mt2712-auxadc", }, > { .compatible = "mediatek,mt7622-auxadc", }, > { .compatible = "mediatek,mt8173-auxadc", }, > { } ^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2018-03-19 1:51 UTC | newest] Thread overview: 10+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-09-21 1:26 [PATCH 0/3] AUXADC: Mediatek auxadc driver for mt2712 Zhiyong Tao [not found] ` <1505957212-13402-1-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 2017-09-21 1:26 ` [PATCH 1/3] dt-bindings: adc: mt2712: add binding document Zhiyong Tao [not found] ` <1505957212-13402-2-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 2017-09-24 15:45 ` Jonathan Cameron 2017-09-21 1:26 ` [PATCH 3/3] arm64: dts: mt2712: Add auxadc device node Zhiyong Tao [not found] ` <1505957212-13402-4-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 2017-09-24 15:47 ` Jonathan Cameron 2017-10-13 15:11 ` Matthias Brugger [not found] ` <0e1bac27-18ca-121c-f1d7-8063af177a8b-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> 2017-10-16 15:09 ` Matthias Brugger 2018-03-19 1:51 ` Matthias Brugger 2017-09-21 1:26 ` [PATCH 2/3] iio: adc: mt2712: Add compatible node for mt2712 Zhiyong Tao [not found] ` <1505957212-13402-3-git-send-email-zhiyong.tao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> 2017-09-24 15:46 ` Jonathan Cameron
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).