commit | 6dd747825b206e9863c80c8b311fd2ed0964140a | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Fri May 22 13:53:45 2015 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Wed Jun 03 14:52:25 2015 +0800 |
tree | 617fe84439ffa5dba91bba0faea3b95bb568ebd2 | |
parent | c7770bbae276135ec59370159e60497593cc6b46 [diff] |
ARM: imx: move timer resources into a structure Instead of passing around as individual argument, let's move timer resources like irq and clocks together with base address into a data structure, and pass pointer of the structure as argument to simplify the function call interface. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>