devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Support the timer on RK3368 SoC
@ 2015-09-25  2:14 Caesar Wang
  2015-09-25  2:14 ` [PATCH v2 1/4] clocksource: rockchip: Make the driver more compatible Caesar Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Caesar Wang @ 2015-09-25  2:14 UTC (permalink / raw)
  To: heiko-4mtYJXux2i+zQB+pC5nmwQ,
	daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A, will.deacon-5wv7dgnIgG8,
	catalin.marinas-5wv7dgnIgG8
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Caesar Wang

Timer0~11 count up from zero to a programmed value and
generate an interrupt when the count reaches the programmed value.

TIMER0, TIMER1, TIMER2, Timer3, TIMER4 and TIMER5 are in the CPU
subsystem, using timer ch0 ~ ch5 respectively. The timer clock is 24MHz
OSC.

This series are found on RK3368 SoC, verified on rk3368 evb board.


Changes in v2:
- As Heiko/Daniel comments, let's split it into two patch.

Changes in v1:
- As Russell, Thomas, Daniel comments, let's replace NO_IRQ by '!irq'.
- As the Heiko comments, add the "rockchip,rk3368-timer" for timer.
  Although the 'rockchip,rk3288-timer' is working for RK3368, need to add the
  'rockchip,rk3368-timer' for the rk3368-spec timer in the future.

Caesar Wang (4):
  clocksource: rockchip: Make the driver more compatible
  clocksource: rockchip: trivial: Make the driver more readability
  arm64: Enable the timer on Rockchip architecture
  arm64: dts: rockchip: Add the needed timer for RK3368 SoC

 arch/arm64/Kconfig.platforms             |  1 +
 arch/arm64/boot/dts/rockchip/rk3368.dtsi |  6 ++++++
 drivers/clocksource/rockchip_timer.c     | 27 ++++++++++++++-------------
 3 files changed, 21 insertions(+), 13 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-01-25 13:51 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25  2:14 [PATCH v2 0/4] Support the timer on RK3368 SoC Caesar Wang
2015-09-25  2:14 ` [PATCH v2 1/4] clocksource: rockchip: Make the driver more compatible Caesar Wang
2015-09-29  4:18   ` Daniel Lezcano
2015-09-30 19:14     ` Heiko Stübner
2015-10-30  3:43       ` Caesar Wang
2015-10-30 10:42         ` Daniel Lezcano
     [not found]           ` <56334995.6090103-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-10-30 23:47             ` Heiko Stuebner
2015-10-31 13:04               ` Daniel Lezcano
2015-11-02 17:28               ` Daniel Lezcano
     [not found]                 ` <56379D46.1000402-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-11-03  2:00                   ` Caesar Wang
     [not found]                     ` <56381547.5070109-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-11-03  8:32                       ` Daniel Lezcano
     [not found]                         ` <56387110.4060805-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-11-03  9:59                           ` Caesar Wang
2015-09-25  2:14 ` [PATCH v2 2/4] clocksource: rockchip: trivial: Make the driver more readability Caesar Wang
2015-09-29  4:18   ` Daniel Lezcano
2015-09-25  2:14 ` [PATCH v2 3/4] arm64: Enable the timer on Rockchip architecture Caesar Wang
     [not found]   ` <1443147298-12603-4-git-send-email-wxt-TNX95d0MmH7DzftRWevZcw@public.gmane.org>
2016-01-25 13:51     ` Heiko Stübner
2015-09-25  2:14 ` [PATCH v2 4/4] arm64: dts: rockchip: Add the needed timer for RK3368 SoC Caesar Wang
2015-12-13  0:47   ` Heiko Stübner

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