[PATCH 2/5] thermal: rockchip: Support the RV1108 SoC in thermal driver

2017-08-24 Thread Rocky Hao
RV1108 SOC has one Temperature Sensor for CPU. Signed-off-by: Rocky Hao --- drivers/thermal/rockchip_thermal.c | 67 ++ 1 file changed, 67 insertions(+) diff --git a/drivers/thermal/rockchip_thermal.c b/drivers/thermal/rockchip_thermal.c index 9da3e1819210

[PATCH 4/5] arm: dts: rockchip: add thermal nodes for RV1108 SoC

2017-08-24 Thread Rocky Hao
Add thermal zone and dynamic CPU power coefficients for RV1108 Signed-off-by: Rocky Hao --- arch/arm/boot/dts/rv1108.dtsi | 40 1 file changed, 40 insertions(+) diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot/dts/rv1108.dtsi index

[PATCH 5/5] arm: dts: rockchip: enable tsadc module on RV1108 evaluation board

2017-08-24 Thread Rocky Hao
Enable tsadc module on RV1108 evaluation board Signed-off-by: Rocky Hao --- arch/arm/boot/dts/rv1108-evb.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/rv1108-evb.dts b/arch/arm/boot/dts/rv1108-evb.dts index 39197c3e9e0e..885f760d8ca1 100644 --- a/arch/arm/boot

[PATCH 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for RV1108 in dts

2017-08-24 Thread Rocky Hao
. Rocky Hao (5): dt-bindings: rockchip-thermal: Support the RV1108 SoC compatible thermal: rockchip: Support the RV1108 SoC in thermal driver arm: dts: rockchip: add tsadc node for RV1108 SoC arm: dts: rockchip: add thermal nodes for RV1108 SoC arm: dts: rockchip: enable tsadc module on RV1108

[PATCH 1/5] dt-bindings: rockchip-thermal: Support the RV1108 SoC compatible

2017-08-24 Thread Rocky Hao
Add a new compatible for thermal founding on RV1108 SoCs. Signed-off-by: Rocky Hao --- Documentation/devicetree/bindings/thermal/rockchip-thermal.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/thermal/rockchip-thermal.txt b/Documentation/devicetree

[PATCH 3/5] arm: dts: rockchip: add tsadc node for RV1108 SoC

2017-08-24 Thread Rocky Hao
Add tsadc needed main information for RV1108 SoC. 75Hz is the max clock rate supported by tsadc module. Signed-off-by: Rocky Hao --- arch/arm/boot/dts/rv1108.dtsi | 29 + 1 file changed, 29 insertions(+) diff --git a/arch/arm/boot/dts/rv1108.dtsi b/arch/arm/boot

[PATCH v2 5/5] arm64: dts: rockchip: Enable tsadc module on RK3328 eavluation board

2017-08-04 Thread Rocky Hao
enable tsadc module on RK3328 eavluation board Signed-off-by: Rocky Hao --- Change in v2: - remove gerrit Change-Id arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip

[PATCH v2 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for rk3328 in dts

2017-08-04 Thread Rocky Hao
. Rocky Hao (5): dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible thermal: rockchip: Support the RK3328 SOC in thermal driver arm64: dts: rockchip: add tsadc node for rk3328 SoC arm64: dts: rockchip: add thermal nodes for rk3328 SoC arm64: dts: rockchip: Enable tsadc module on

[PATCH v2 1/5] dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible

2017-08-04 Thread Rocky Hao
attempt to new compatible for thermal founding on RK3328 SoC. Signed-off-by: Rocky Hao --- Change in v2: - remove gerrit Change-Id Documentation/devicetree/bindings/thermal/rockchip-thermal.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/thermal

[PATCH v2 3/5] arm64: dts: rockchip: add tsadc node for rk3328 SoC

2017-08-04 Thread Rocky Hao
add tsadc needed main information for rk3328 SoC. 5Hz is the max clock rate supported by tsadc module. Signed-off-by: Rocky Hao --- Change in v2: - remove gerrit Change-Id arch/arm64/boot/dts/rockchip/rk3328.dtsi | 20 1 file changed, 20 insertions(+) diff --git a

[PATCH v2 4/5] arm64: dts: rockchip: add thermal nodes for rk3328 SoC

2017-08-04 Thread Rocky Hao
add thermal zone and dynamic CPU power coefficients for rk3328 Signed-off-by: Rocky Hao --- Change in v2: - remove gerrit Change-Id arch/arm64/boot/dts/rockchip/rk3328.dtsi | 43 1 file changed, 43 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3328

[PATCH v2 2/5] thermal: rockchip: Support the RK3328 SOC in thermal driver

2017-08-04 Thread Rocky Hao
RK3328 SOC has one Temperature Sensor for CPU. Signed-off-by: Rocky Hao --- Change in v2: - remove gerrit Change-Id drivers/thermal/rockchip_thermal.c | 65 ++ 1 file changed, 65 insertions(+) diff --git a/drivers/thermal/rockchip_thermal.c b/drivers

[PATCH 5/5] arm64: dts: rockchip: Enable tsadc module on RK3328 eavluation board

2017-07-25 Thread Rocky Hao
enable tsadc module on RK3328 eavluation board Change-Id: Ieb45a02b90dae3fbefe7d2b571b3961412d866ad Signed-off-by: Rocky Hao --- arch/arm64/boot/dts/rockchip/rk3328-evb.dts | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts

[PATCH 0/5] thermal: rockchip: add tsadc support in thermal driver and IPA thermal control for rk3328 in dts

2017-07-25 Thread Rocky Hao
. Rocky Hao (5): dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible thermal: rockchip: Support the RK3328 SOC in thermal driver arm64: dts: rockchip: add tsadc node for rk3328 SoC arm64: dts: rockchip: add thermal nodes for rk3328 SoC arm64: dts: rockchip: Enable tsadc module on

[PATCH 3/5] arm64: dts: rockchip: add tsadc node for rk3328 SoC

2017-07-25 Thread Rocky Hao
add tsadc needed main information for rk3328 SoC. 5Hz is the max clock rate supported by tsadc module. Change-Id: I2429c24edccd4c797e2f4577151be76372adfbe5 Signed-off-by: Rocky Hao --- arch/arm64/boot/dts/rockchip/rk3328.dtsi | 20 1 file changed, 20 insertions(+) diff

[PATCH 2/5] thermal: rockchip: Support the RK3328 SOC in thermal driver

2017-07-25 Thread Rocky Hao
RK3328 SOC has one Temperature Sensor for CPU. Change-Id: I176c76bae1801d815a513986cfefcb55272c69a8 Signed-off-by: Rocky Hao --- drivers/thermal/rockchip_thermal.c | 65 ++ 1 file changed, 65 insertions(+) diff --git a/drivers/thermal/rockchip_thermal.c b

[PATCH 4/5] arm64: dts: rockchip: add thermal nodes for rk3328 SoC

2017-07-25 Thread Rocky Hao
add thermal zone and dynamic CPU power coefficients for rk3328 Change-Id: I227468506c0b978a0fd4dd9596631e026743910e Signed-off-by: Rocky Hao --- arch/arm64/boot/dts/rockchip/rk3328.dtsi | 43 1 file changed, 43 insertions(+) diff --git a/arch/arm64/boot/dts

[PATCH 1/5] dt-bindings: rockchip-thermal: Support the RK3328 SoC compatible

2017-07-25 Thread Rocky Hao
attempt to new compatible for thermal founding on RK3328 SoC. Change-Id: Ie6f6d7b4e545891a0035851a923c0412f584140c Signed-off-by: Rocky Hao --- Documentation/devicetree/bindings/thermal/rockchip-thermal.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings