[PATCH v4] ARM: dts: mt8173: support arm64 cpuidle-dt

2015-06-04 Thread Howard Chen
state. - Fine tune the latency properties of the idle state. Signed-off-by: Howard Chen Acked-by: Lorenzo Pieralisi --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot

Re: [PATCH v3] ARM: dts: mt8173: support arm64 cpuidle-dt

2015-06-02 Thread Howard Chen
On 29 May 2015 at 22:55, Lorenzo Pieralisi wrote: > On Fri, May 29, 2015 at 08:01:46AM +0100, Howard Chen wrote: >> This patch adds an idle-states node to describe the mt8173 idle states and >> also adds references to the idle-states node in all CPU nodes. >> >>

[PATCH v3] ARM: dts: mt8173: support arm64 cpuidle-dt

2015-05-29 Thread Howard Chen
This patch adds an idle-states node to describe the mt8173 idle states and also adds references to the idle-states node in all CPU nodes. Signed-off-by: Howard Chen --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 18 ++ 1 file changed, 18 insertions(+) diff --git a/arch/arm64

[PATCH v2] ARM: dts: mt8173: support arm64 cpuidle-dt

2015-04-07 Thread Howard Chen
This patch adds an idle-states node to describe the mt8173 idle states and also adds references to the idle-states node in all CPU nodes. Signed-off-by: Howard Chen --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm64

[PATCH] ARM: dts: mt8173: support arm64 cpuidle-dt

2015-03-30 Thread Howard Chen
add an idle-states node to describe the mt8173 cpu idle add a reference to the idle-states node in each CPU node Signed-off-by: Howard Chen --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 30 ++ 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/arch/arm64

[RFC] ARM: dts: mt8173: Add psci-0.2 cpuidle support

2015-03-17 Thread Howard Chen
add device tree for psci-0.2 on mt8173 platform add device tree for cupidle-arm64 on mt8173 platform Signed-off-by: Howard Chen --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 30 ++ 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts

[PATCH 2/2] dt-bindings: add mt6592 compatible string for mediatek sysirq

2015-01-07 Thread Howard Chen
Signed-off-by: Howard Chen --- Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt index

[PATCH 1/2] ARM: mediatek: Add sysirq device node to mt6592 dtsi

2015-01-07 Thread Howard Chen
Add sysirq node to mt6592.dtsi and also correct timer interrupt flag. The old setting works because boot loader already set it. With a sysirq device node, the timer interrupt can use a correct value. Signed-off-by: Howard Chen --- arch/arm/boot/dts/mt6592.dtsi | 15 +++ 1 file

[PATCH 1/2] Add sysirq device node for mt6592, also correct the timer interrupt.

2015-01-06 Thread Howard Chen
Signed-off-by: Howard Chen --- arch/arm/boot/dts/mt6592.dtsi | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/mt6592.dtsi b/arch/arm/boot/dts/mt6592.dtsi index 31e5a09..1db453f 100644 --- a/arch/arm/boot/dts/mt6592.dtsi +++ b/arch/arm

[PATCH 2/2] dt-bindings: add mt6592 compatible string for mediatek sysirq

2015-01-06 Thread Howard Chen
Signed-off-by: Howard Chen --- Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt b/Documentation/devicetree/bindings/arm/mediatek/mediatek,sysirq.txt index

[RFC] ARM: dts: mt8173: Add psci cpuidle support

2014-12-15 Thread Howard Chen
add device tree for psci-0.2 on mt8173 platform add device tree for cupidle-arm64 on mt8173 platform Signed-off-by: Howard Chen --- arch/arm64/boot/dts/mt8173.dtsi | 51 + 1 file changed, 51 insertions(+) diff --git a/arch/arm64/boot/dts/mt8173.dtsi b

[PATCH v7 1/3] ARM: mediatek: Add basic support for mt6592

2014-11-13 Thread Howard Chen
* A dtsi for boards based on Mediatek MT6592 SoCs * Compatible string in arch/arm/mach-mediatek/mediatek.c Signed-off-by: Howard Chen --- arch/arm/boot/dts/mt6592.dtsi | 97 +++ arch/arm/mach-mediatek/mediatek.c | 1 + 2 files changed, 98 insertions

[PATCH v7 2/3] ARM: mediatek: add dts for mt6592-evb

2014-11-13 Thread Howard Chen
The mt6592-evb is an evaluation board based on the MT6592 SoC. Signed-off-by: Howard Chen --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/mt6592-evb.dts | 25 + 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/mt6592

[PATCH v7 3/3] dt-bindings: add documentation for Mediatek SoC

2014-11-13 Thread Howard Chen
This adds a DT binding documentation for the MT6592 SoC from Mediatek. Signed-off-by: Howard Chen --- Documentation/devicetree/bindings/arm/mediatek.txt | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation

Re: [PATCH v6 1/4] ARM: mediatek: Add basic support for mt6592

2014-11-13 Thread Howard Chen
On Fri, Nov 14, 2014 at 12:17 AM, Matthias Brugger wrote: > 2014-11-12 17:07 GMT+01:00 Howard Chen : >> * A dtsi for boards based on Mediatek MT6592 SoCs >> * Compatible string in arch/arm/mach-mediatek/mediatek.c >> >> Signed-off-by: Howard Chen >> --- >>

[PATCH v6 4/4] DTS: serial: Add bindings documention for the Mediatek UARTs

2014-11-12 Thread Howard Chen
This patch add s devicetree document for Mediatek UART. Signed-off-by: Howard Chen --- Documentation/devicetree/bindings/serial/mtk-uart.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/serial/mtk-uart.txt b/Documentation/devicetree

[PATCH v6 2/4] ARM: mediatek: add dts for mt6592-evb

2014-11-12 Thread Howard Chen
The mt6592-evb is an evaluation board based on the MT6592 SoC. Signed-off-by: Howard Chen --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/mt6592-evb.dts | 25 + 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/mt6592

[PATCH v6 3/4] dt-bindings: add documentation for Mediatek SoC

2014-11-12 Thread Howard Chen
This adds a DT binding documentation for the MT6592 SoC from Mediatek. Signed-off-by: Howard Chen --- Documentation/devicetree/bindings/arm/mediatek.txt | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/arm/mediatek.txt b/Documentation

[PATCH v6 1/4] ARM: mediatek: Add basic support for mt6592

2014-11-12 Thread Howard Chen
* A dtsi for boards based on Mediatek MT6592 SoCs * Compatible string in arch/arm/mach-mediatek/mediatek.c Signed-off-by: Howard Chen --- arch/arm/boot/dts/mt6592.dtsi | 97 +++ arch/arm/mach-mediatek/mediatek.c | 1 + 2 files changed, 98 insertions

[PATCH v5 3/3] dt-bindings: add documentation for Mediatek SoC

2014-11-10 Thread Howard Chen
This adds a DT binding documentation for the MT6592 SoC from Mediatek. Signed-off-by: Howard Chen --- Documentation/devicetree/bindings/arm/mediatek.txt| 7 +-- Documentation/devicetree/bindings/serial/mtk-uart.txt | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a

[PATCH v5 1/3] ARM: mediatek: Add basic support for mt6592

2014-11-10 Thread Howard Chen
* A dtsi for boards based on Mediatek MT6592 SoCs * Compatible string in arch/arm/mach-mediatek/mediatek.c Signed-off-by: Howard Chen --- arch/arm/boot/dts/mt6592.dtsi | 97 +++ arch/arm/mach-mediatek/mediatek.c | 1 + 2 files changed, 98 insertions

[PATCH v5 2/3] ARM: mediatek: add dts for mt6592-evb

2014-11-10 Thread Howard Chen
The mt6592-evb is an evaluation board based on the MT6592 SoC. Signed-off-by: Howard Chen --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/mt6592-evb.dts | 29 + 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts

[PATCH v4 3/3] dt-bindings: add documentation for Mediatek SoC

2014-10-19 Thread Howard Chen
This adds a DT binding documentation for the MT6592 SoC from Mediatek. Signed-off-by: Howard Chen --- Documentation/devicetree/bindings/arm/mediatek.txt| 7 +-- Documentation/devicetree/bindings/serial/mtk-uart.txt | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a

[PATCH v4 2/3] ARM: mediatek: add dts for mt6592-evb

2014-10-19 Thread Howard Chen
The mt6592-evb is an evaluation board based on the MT6592 SoC. Signed-off-by: Howard Chen --- arch/arm/boot/dts/Makefile | 3 ++- arch/arm/boot/dts/mt6592-evb.dts | 45 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 arch/arm

[PATCH v4 1/3] ARM: mediatek: Add basic support for mt6592

2014-10-19 Thread Howard Chen
* A dtsi for boards based on Mediatek MT6592 SoCs * Compatible string in arch/arm/mach-mediatek/mediatek.c Signed-off-by: Howard Chen --- arch/arm/boot/dts/mt6592.dtsi | 138 ++ arch/arm/mach-mediatek/mediatek.c | 1 + 2 files changed, 139 insertions