[PATCH 4/8] clk: renesas: r8a7795: Add CMT clocks

2016-09-09 Thread bd-phuc
From: Bui Duc Phuc This patch adds CMT module clocks for r8a7795 SoC. Signed-off-by: Bui Duc Phuc --- drivers/clk/renesas/r8a7795-cpg-mssr.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/clk/renesas/r8a7795-cpg-mssr.c

[PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit

2016-09-09 Thread bd-phuc
From: Bui Duc Phuc Modify CMT config to support 64bit Signed-off-by: Bui Duc Phuc --- drivers/clocksource/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index

[PATCH 3/8] ARM64: dts: r8a7796: Add CMT device to DT

2016-09-09 Thread bd-phuc
From: Bui Duc Phuc Add the CMT0 and CMT1 counters to the r8a7796 device tree Signed-off-by: Bui Duc Phuc --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 30 ++ 1 file changed, 30 insertions(+) diff --git

[PATCH 2/8] ARM64: dts: r8a7795: Add CMT device to DT

2016-09-09 Thread bd-phuc
From: Bui Duc Phuc Add the CMT0 and CMT1 counters to the r8a7795 device tree Signed-off-by: Bui Duc Phuc --- arch/arm64/boot/dts/renesas/r8a7795.dtsi | 30 ++ 1 file changed, 30 insertions(+) diff --git

[PATCH 1/8] devicetree: binding: R-car Gen3 CMT0 and CMT1 bindings

2016-09-09 Thread bd-phuc
From: Bui Duc Phuc Add documentation for new separate CMT0 and CMT1 DT compatible strings for R-Car Gen3. Signed-off-by: Bui Duc Phuc --- Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH 6/8] clocksource: sh_cmt: Support separate R-car Gen3 CMT0/1

2016-09-09 Thread bd-phuc
From: Bui Duc Phuc Add support for the new R-Car Gen3 CMT0 and CMT1 bindings. Signed-off-by: Bui Duc Phuc --- drivers/clocksource/sh_cmt.c | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git

[PATCH 0/8] clocksource: sh_cmt: Add R-car Gen3 CMT0/1 support

2016-09-09 Thread bd-phuc
From: Bui Duc Phuc Hi, These are my first patches which will be added CMT driver for support R-car Gen3 series (r8a7795 and r8a7796). Please consider these patches. Best regards. Bui Duc Phuc (8): devicetree: binding: R-car Gen3 CMT0 and CMT1 bindings ARM64: dts:

[PATCH 5/8] clk: renesas: r8a7796: Add CMT clocks

2016-09-09 Thread bd-phuc
From: Bui Duc Phuc This patch adds CMT module clocks for r8a7796 SoC. Signed-off-by: Bui Duc Phuc --- drivers/clk/renesas/r8a7796-cpg-mssr.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/clk/renesas/r8a7796-cpg-mssr.c

[PATCH 8/8] ARM64: defconfig: Enable SH_TIMER_CMT config option

2016-09-09 Thread bd-phuc
From: Bui Duc Phuc Enable SH CMT driver for R-car Gen3 : SH_TIMER_CMT Signed-off-by: Bui Duc Phuc --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index