]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP1: Prepare for conversion of OMAP1 clocks to CCF
authorJanusz Krzysztofik <jmkrzyszt@gmail.com>
Sat, 2 Apr 2022 19:51:55 +0000 (21:51 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 22 Apr 2022 09:08:55 +0000 (11:08 +0200)
commiteb001b6634ce3d913cc04cb10b06a38d219105b2
tree1ce4d725a39bb836f39963d08033e990f1db395c
parentc4b14841901384cf11cd9a2bff01173a3474815f
ARM: OMAP1: Prepare for conversion of OMAP1 clocks to CCF

In preparation for conversion of OMAP1 clocks to common clock framework,
identify arch/arm/mach-omap1 local users of those clocks and update them
to call clk_prepare_enable/clk_disable_unprepare() instead of just
clk_enable/disable(), as required by CCF implementation of clock API.

Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap1/mcbsp.c
arch/arm/mach-omap1/ocpi.c
arch/arm/mach-omap1/serial.c
arch/arm/mach-omap1/timer32k.c