From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Mon, 4 Jun 2012 23:42:50 -0700 Subject: [RFC 13/24] ARM: omap4: clk: Add 44xx data using common struct clk In-Reply-To: <1338552485-31325-14-git-send-email-rnayak@ti.com> References: <1338552485-31325-1-git-send-email-rnayak@ti.com> <1338552485-31325-14-git-send-email-rnayak@ti.com> Message-ID: <20120605064250.GC12766@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Rajendra Nayak [120601 05:13]: > The data is autogenerated using the OMAP autogeneration scripts (python > scripts). Thanks to Mike Turquette for the initial efforts in updating > the script which was later updated by me. > All data is added into a new cclock44xx_data.c file, a later patch will get > rid of clock44xx_data.c file. > > Signed-off-by: Rajendra Nayak > --- > arch/arm/mach-omap2/cclock44xx_data.c | 2602 +++++++++++++++++++++++++++++++ > arch/arm/mach-omap2/clock.h | 17 + > arch/arm/mach-omap2/clock_common_data.c | 14 + > arch/arm/mach-omap2/scrm44xx.h | 2 + > 4 files changed, 2635 insertions(+), 0 deletions(-) > create mode 100644 arch/arm/mach-omap2/cclock44xx_data.c If you are adding new data anyways, why not add it to drivers/clock/omap to start with? Regards, Tony