commit | 846b38981f8014cc6562f3b89bef4c87cbc8ca2a | [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 | 833b6435de3e8cf5b06ba81cb1b2b50e044269ff [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>