]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit31d5cf1476a09c95d8f5c2d1d77fa57f7d802b52
tree6494364ca57649ce9fbd8439dd1fa00df5865c0b
parentd997211e1ea14a67baadf391a8106d4330244700
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