From mboxrd@z Thu Jan 1 00:00:00 1970 From: paul@pwsan.com (Paul Walmsley) Date: Tue, 5 Oct 2010 09:07:20 -0600 (MDT) Subject: [PATCH 08/10] OMAP: split plat-omap/common.c In-Reply-To: <4CAB0545.5060309@ru.mvista.com> References: <20101001213119.1408.65395.stgit@twilight.localdomain> <20101001213532.1408.55832.stgit@twilight.localdomain> <4CA999AA.4030608@ti.com> <4CAB0545.5060309@ru.mvista.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 5 Oct 2010, Sergei Shtylyov wrote: > Hello. > > On 04-10-2010 23:15, Paul Walmsley wrote: > > > > > --- /dev/null > > > > +++ b/arch/arm/plat-omap/32ksynctimer.c > > > > @@ -0,0 +1,184 @@ > > > > +/* > > > > + * linux/arch/arm/plat-omap/clocksource.c > > > > What name do you want to use? 32ksynctimer.c or clocksource.c? > > > Thanks, that's a bug. > > And also note that filenames in heading comments have been long > discouraged. Yeah, I dropped that from the updated patch, that was a pointless attempt at consistency with the old code. - Paul