ARM: omap1: move 32k counter from plat-omap to mach-omap1
authorArnd Bergmann <arnd@arndb.de>
Fri, 20 Sep 2019 11:57:31 +0000 (13:57 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 Apr 2022 13:01:47 +0000 (15:01 +0200)
commitd379e8899a8da1041c347ae5b792773c48a559a9
tree1996c1c8a93d109fc14b55e8b69e54f6fe920918
parent9fe15316563cbd46601c770a7214ccc5e1925bfb
ARM: omap1: move 32k counter from plat-omap to mach-omap1

omap2 stopped using this code with commit 8d39ff3d1696 ("ARM: OMAP2+:
Remove unused legacy code for timer"), so just move it to mach-omap1 now,
along with the other half of that driver.

Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-omap1/Kconfig
arch/arm/mach-omap1/timer32k.c
arch/arm/plat-omap/Kconfig
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/counter_32k.c [deleted file]
arch/arm/plat-omap/include/plat/counter-32k.h [deleted file]