]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: davinci: normalize clk API
authorArnd Bergmann <arnd@arndb.de>
Tue, 28 Jan 2014 20:17:41 +0000 (21:17 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 27 Jul 2017 11:15:29 +0000 (13:15 +0200)
commit606e4515a21ddff07ad83be10da67a097c03987f
tree6494364ca57649ce9fbd8439dd1fa00df5865c0b
parente1ac9b91dc6d361210e1d8892b94f728baf28df3
ARM: davinci: normalize clk API

davinci still has its own clk implementation, but lacks
a clk_get_parent() helper, which can lead to link errors
in randconfig builds.

This adds the usual implementation.

Acked-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-davinci/clock.c