]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: OMAP2+: Move all omap_hwmod_sysc_fields to omap_hwmod_common_data.c
authorTony Lindgren <tony@atomide.com>
Fri, 15 Dec 2017 17:41:01 +0000 (09:41 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 21 Dec 2017 15:28:54 +0000 (07:28 -0800)
commitf2dcf626574ee5c8e79de6afdfa932ca0d2c846c
tree1d3cf7ba48d035173efbce5f44aa0144f4c1391a
parent282c311ccd7176c44453b7b8481a888eb11e1a4a
ARM: OMAP2+: Move all omap_hwmod_sysc_fields to omap_hwmod_common_data.c

We want to be able to eventually allocate these dynamically with the
data for omap_hwmod_class_sysconfig coming from dts.

Note that omap_hwmod_sysc_type_smartreflex is the same as the older
omap36xx_sr_sysc_fields, so let's use the earlier omap36xx_sr_sysc_fields
instead.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod.h
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
arch/arm/mach-omap2/omap_hwmod_44xx_data.c
arch/arm/mach-omap2/omap_hwmod_7xx_data.c
arch/arm/mach-omap2/omap_hwmod_common_data.c