[PATCH 03/10] clk/realview: stop using machine headers
From: Linus Walleij <hidden>
Date: 2015-02-27 12:22:26
From: Linus Walleij <hidden>
Date: 2015-02-27 12:22:26
On Thu, Feb 26, 2015 at 5:10 PM, Arnd Bergmann [off-list ref] wrote:
In order to move realview into multiplatform, we have to prevent device drivers from accessing the machine header files. In case of the clk driver, this is very simple, we just copy the small set of register definitions into the driver that needs them. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Sweet. We should move this to using syscon to access the registers I guess but in the meantime this is still nice modularization. Acked-by: Linus Walleij <redacted> Yours, Linus Walleij