From mboxrd@z Thu Jan 1 00:00:00 1970 From: robherring2@gmail.com (Rob Herring) Date: Thu, 11 Apr 2013 10:12:19 -0500 Subject: [PATCH v2 12/13] ARM: move sp804 and integrator timers to drivers/clocksource In-Reply-To: References: <1364854883-5961-1-git-send-email-robherring2@gmail.com> <1364854883-5961-13-git-send-email-robherring2@gmail.com> <515A179A.8020800@linaro.org> <515B3637.8090603@gmail.com> <515B7AC1.9090403@linaro.org> <5165F476.7010807@gmail.com> Message-ID: <5166D2D3.2090606@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/11/2013 03:33 AM, Linus Walleij wrote: > On Thu, Apr 11, 2013 at 1:23 AM, Rob Herring wrote: > >> I'm waiting until there is some clear direction on how or if to split up >> clksrc and clkevt drivers. So I will drop this patch for 3.10 unless you >> are okay with moving it to drivers/clocksource first and sorting out how >> to split things later. > > No hurries. > > What do you think about my proposal to create drivers/timer > and move the clocksource drivers in a subdir there? I had the exact same idea. I not convinced on how many of the drivers could be split though. So if everything just ends up in drivers/timers rather than drivers/timers/ subdirectories, we haven't really accomplished anything. Rob