Re: [PATCH 1/4] ARM: OMAP2+: omap_hwmod: provide space for more hwmod flags

2017-03-14 Thread Roger Quadros
On 13/03/17 15:35, Sekhar Nori wrote: > On Monday 13 March 2017 05:23 PM, Roger Quadros wrote: >> From: Sekhar Nori >> >> '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.

Re: [PATCH 1/4] ARM: OMAP2+: omap_hwmod: provide space for more hwmod flags

2017-03-13 Thread Sekhar Nori
On Monday 13 March 2017 05:23 PM, Roger Quadros wrote: > From: Sekhar Nori > > '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 si