From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH] [RFC] OMAP4: clock: shrink clock data utilizing preprocessor. Date: Fri, 13 May 2011 14:21:22 +0200 Message-ID: <87r582g5a5.fsf@ti.com> References: <1305247077-15927-1-git-send-email-vzapolskiy@gmail.com> <20110513113013.GP31483@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from na3sys009aog114.obsmtp.com ([74.125.149.211]:32965 "EHLO na3sys009aog114.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757437Ab1EMMV1 (ORCPT ); Fri, 13 May 2011 08:21:27 -0400 Received: by mail-fx0-f46.google.com with SMTP id 17so2297930fxm.5 for ; Fri, 13 May 2011 05:21:25 -0700 (PDT) In-Reply-To: <20110513113013.GP31483@atomide.com> (Tony Lindgren's message of "Fri, 13 May 2011 04:30:13 -0700") Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Tony Lindgren Cc: Vladimir Zapolskiy , "Cousson, Benoit" , Paul Walmsley , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Tony Lindgren writes: > * 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? Can this be reposted to the list? I didn't receive the original, and don't see it in the l-o or l-a-k archives. Thanks, Kevin