commit | e5a1017cc94f0632e6df81c847bd7abd46a24f55 | [log] [tgz] |
---|---|---|
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | Thu Sep 27 10:20:33 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Mon Oct 15 11:54:10 2012 -0700 |
tree | 6292f19208bca1500625917d6e08774a074afee4 | |
parent | afac1651c4741231089e151a855aeec962dc8162 [diff] |
mx5 clocks: Cleanup Clean up the i.MX5 clock driver: - Use readl() and writel() instead of their __raw_ counterparts. - Use the clr/setbits_le32() family of macros rather than expanding code. - Use accessor macros for bit-fields instead of _MASK and _OFFSET. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Stefano Babic <sbabic@denx.de>