]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Merge branch 'clockevents/cmt-mtu2-tmu-cleanups' into clockevents/3.16
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 22 Apr 2014 09:53:18 +0000 (11:53 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 22 Apr 2014 09:53:25 +0000 (11:53 +0200)
This patch set cleans up the Renesas CMT and TMU drivers in preparation for DT
support.

The first 35 patches are a bunch of necessary cleanups that reorganize the CMT
and TMU drivers, their platform data, and the memory, interrupt and clock
resources they expect. As a result the drivers accept a new platform data
model close to the hardware with supports for all the timer channels using a
single device.

The next 13 patches (36/52 to 48/52) move all CMT and TMU platforms from the
old to the new platform data model. Patches 49/52 to 52/52 then drop support
for the old model and perform one more cleanup.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>

Trivial merge