]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: shmobile: r8a7779: Stop passing mode pins state to clock driver
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 1 Jun 2016 13:21:14 +0000 (15:21 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 2 Nov 2016 19:44:04 +0000 (20:44 +0100)
commit97d1e5385b537cfe01495edeaca44b8c32f4dcc9
tree562cdbf765f00ef20fee000274bb789c8dfccc0b
parentaa6e585faf7cf13d78366fed8222e2df56e0f063
ARM: shmobile: r8a7779: Stop passing mode pins state to clock driver

Now the R-Car H1 CPG clock driver obtains the state of the mode pins
from the R-Car RST driver, there's no longer a need to pass this state
explicitly. Hence we can just remove the .init_time() callback, the
generic ARM code will take care of calling of_clk_init() and
clocksource_probe().

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Dirk Behme <dirk.behme@de.bosch.com>
arch/arm/mach-shmobile/setup-r8a7779.c