devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] clocksource: sh_cmt: Add R-car Gen3 CMT0/1 support
@ 2016-09-09 11:43 bd-phuc-HEF513clHfp3+QwDJ9on6Q
       [not found] ` <1473421394-9745-1-git-send-email-bd-phuc-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: bd-phuc-HEF513clHfp3+QwDJ9on6Q @ 2016-09-09 11:43 UTC (permalink / raw)
  To: daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A,
	tglx-hfZtesqFncYOwBW4kG4KsQ
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-sh-u79uwXL29TY76Z2rM5mHXA,
	geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ,
	linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-u79uwXL29TY76Z2rM5mHXA,
	laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw,
	magnus.damm-Re5JQEeQqe8AvxtiuMwx3w, horms-/R6kz+dDXgpPR4JQBCEnsQ,
	kuninori.morimoto.gx-zM6kxYcvzFBBDgjK7y7TUQ,
	yoshihiro.shimoda.uh-zM6kxYcvzFBBDgjK7y7TUQ,
	ryusuke.sakato.bx-zM6kxYcvzFBBDgjK7y7TUQ,
	h-inayoshi-HEF513clHfp3+QwDJ9on6Q, cm-hiep-HEF513clHfp3+QwDJ9on6Q,
	nv-dung-HEF513clHfp3+QwDJ9on6Q

From: Bui Duc Phuc <bd-phuc-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>

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

--
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] 20+ messages in thread

end of thread, other threads:[~2016-09-12 15:12 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-09 11:43 [PATCH 0/8] clocksource: sh_cmt: Add R-car Gen3 CMT0/1 support bd-phuc-HEF513clHfp3+QwDJ9on6Q
     [not found] ` <1473421394-9745-1-git-send-email-bd-phuc-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>
2016-09-09 11:43   ` [PATCH 1/8] devicetree: binding: R-car Gen3 CMT0 and CMT1 bindings bd-phuc-HEF513clHfp3+QwDJ9on6Q
2016-09-09 12:07     ` Geert Uytterhoeven
2016-09-12 15:12       ` Bui Duc Phuc
2016-09-09 11:43   ` [PATCH 2/8] ARM64: dts: r8a7795: Add CMT device to DT bd-phuc-HEF513clHfp3+QwDJ9on6Q
2016-09-09 11:43   ` [PATCH 3/8] ARM64: dts: r8a7796: " bd-phuc-HEF513clHfp3+QwDJ9on6Q
2016-09-09 11:43   ` [PATCH 4/8] clk: renesas: r8a7795: Add CMT clocks bd-phuc-HEF513clHfp3+QwDJ9on6Q
2016-09-12  8:31     ` Geert Uytterhoeven
     [not found]       ` <CAMuHMdWkxL9ZSZx0NFk9W-MD7p1v73h0qKJG9Dmz4Av0JuWHjw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-09-12 14:57         ` Bui Duc Phuc
2016-09-09 11:43   ` [PATCH 5/8] clk: renesas: r8a7796: " bd-phuc-HEF513clHfp3+QwDJ9on6Q
2016-09-12  8:35     ` Geert Uytterhoeven
2016-09-12 15:00       ` Bui Duc Phuc
2016-09-09 11:43   ` [PATCH 6/8] clocksource: sh_cmt: Support separate R-car Gen3 CMT0/1 bd-phuc-HEF513clHfp3+QwDJ9on6Q
2016-09-09 12:12     ` Laurent Pinchart
2016-09-09 11:43   ` [PATCH 7/8] clocksource: Kconfig: Modify CMT config support 64bit bd-phuc-HEF513clHfp3+QwDJ9on6Q
     [not found]     ` <1473421394-9745-8-git-send-email-bd-phuc-HEF513clHfp3+QwDJ9on6Q@public.gmane.org>
2016-09-09 11:47       ` Sergei Shtylyov
2016-09-09  3:06         ` Bui Duc Phuc
2016-09-09 12:08     ` Laurent Pinchart
2016-09-12  0:25       ` Bui Duc Phuc
2016-09-09 11:43   ` [PATCH 8/8] ARM64: defconfig: Enable SH_TIMER_CMT config option bd-phuc-HEF513clHfp3+QwDJ9on6Q

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).