clk: wrap I/O access for improved portability
authorGerhard Sittig <gsi@denx.de>
Mon, 22 Jul 2013 12:14:40 +0000 (14:14 +0200)
committerMike Turquette <mturquette@linaro.org>
Wed, 28 Aug 2013 00:50:38 +0000 (17:50 -0700)
the common clock drivers were motivated/initiated by ARM development
and apparently assume little endian peripherals

wrap register/peripherals access in the common code (div, gate, mux)
in preparation of adding COMMON_CLK support for other platforms

Signed-off-by: Gerhard Sittig <gsi@denx.de>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

No differences found