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)
commita5e11117856147bd35e740b36939f3a8a958e1e6
tree80d41e4f8821d5d8a60886f19707aee3174cb607
parent63cc122381bda123c2b1b0137cca09f66e5be660
parent346f5e76b3822a2530a03f33b00ee89dfc463326
Merge branch 'clockevents/cmt-mtu2-tmu-cleanups' into clockevents/3.16

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>