From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Fri, 13 May 2011 04:30:13 -0700 Subject: [PATCH] [RFC] OMAP4: clock: shrink clock data utilizing preprocessor. In-Reply-To: <1305247077-15927-1-git-send-email-vzapolskiy@gmail.com> References: <1305247077-15927-1-git-send-email-vzapolskiy@gmail.com> Message-ID: <20110513113013.GP31483@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Vladimir Zapolskiy [110512 17:35]: > This mass change reduces homogeneous data chunks along clock > definitions. No semantical difference is added to the change, > and still it could be introduced easily. > > Signed-off-by: Vladimir Zapolskiy > --- > arch/arm/mach-omap2/clock44xx_data.c | 3313 +++++++++------------------------- > 1 files changed, 848 insertions(+), 2465 deletions(-) Hehehe, the diffstat certainly looks good :) This would be best done for all of them using some perl/sed/python script. And could be done for the hwmod data too. Do you already have something like that available? Paul and & Benoit, what's your take on doing something like this? I'd assume updating your data generation scripts would be trivial? Regards, Tony