]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: OMAP2+: omap_hwmod: provide space for more hwmod flags
authorSekhar Nori <nsekhar@ti.com>
Tue, 14 Mar 2017 12:07:17 +0000 (14:07 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 23 Mar 2017 20:19:26 +0000 (13:19 -0700)
commit390c06828dd22549706946113a0783cb8e2a3240
tree6f228e5fa61879043325a71c5404ebd3f7a69141
parent6bff547451fb97c85f86f9b7589589fe1cb26a18
ARM: OMAP2+: omap_hwmod: provide space for more hwmod flags

'flags' member of omap_hwmod structure is fast running
out of space with 16 different flags already defined.

Make flags a 32-bit entity so as to allow for more flags.

This results is a ~2.3K data section size increase with
omap2plus_defconfig on v4.11-rc2.

before:
   text    data     bss     dec     hex filename
8186930 3082444 8252992 19522366 129e33e vmlinux

after:
   text    data     bss     dec     hex filename
8186922 3084812 8252992 19524726 129ec76 vmlinux

Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod.h