]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: ep93xx: normalize clk API
authorAlexander Sverdlin <alexander.sverdlin@gmail.com>
Sun, 22 Nov 2015 14:24:28 +0000 (15:24 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 27 Jul 2017 20:57:24 +0000 (22:57 +0200)
commit01f3a3fa9ce4f70b7e8f44f11afb3291a0f787f9
treec96db9ba4a72df7e93886bd01249710513ed8c64
parentb726e8808cb642419f25b9d4f1b310a9951c2467
ARM: ep93xx: normalize clk API

It's a combination of the patch from Arnd Bergmann, which added empty stubs
for clk_round_rate() and clk_set_parent() and a working trivial
implementation of clk_get_parent(). The later is required for ADC driver.

Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-ep93xx/clock.c