From: Bui Duc Phuc <bd-phuc@xxxxxxxxxxx> 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: r8a7795: Add CMT device to DT ARM64: dts: r8a7796: Add CMT device to DT clk: renesas: r8a7795: Add CMT clocks clk: renesas: r8a7796: Add CMT clocks clocksource: sh_cmt: Support separate R-car Gen3 CMT0/1 clocksource: Kconfig: Modify CMT config support 64bit ARM64: defconfig: Enable SH_TIMER_CMT config option .../devicetree/bindings/timer/renesas,cmt.txt | 2 ++ arch/arm64/boot/dts/renesas/r8a7795.dtsi | 30 ++++++++++++++++++++++ arch/arm64/boot/dts/renesas/r8a7796.dtsi | 30 ++++++++++++++++++++++ arch/arm64/configs/defconfig | 1 + drivers/clk/renesas/r8a7795-cpg-mssr.c | 4 +++ drivers/clk/renesas/r8a7796-cpg-mssr.c | 4 +++ drivers/clocksource/Kconfig | 2 +- drivers/clocksource/sh_cmt.c | 21 +++++++++++++-- 8 files changed, 91 insertions(+), 3 deletions(-) -- 2.7.4