On Sat, Oct 10, 2020 at 12:18 AM Finn Thain <fth...@telegraphics.com.au> wrote: > On Thu, 8 Oct 2020, Arnd Bergmann wrote: > > It's good to see this code refactored in this way because, as well as > de-duplication, it reveals the logic that's common to the relevant > platforms and may shed some light on the need for that logic. > > Yet it's not clear to me that the clockevents framework is able to replace > that logic on all of the affected hardware. I suppose it remains to be > seen.
I suspect that the change I did for one platform in patch 13/13 could be duplicated for all 16 platforms, adding lots of trivial clockevent drivers that only support periodic ticks, but any platform that can instead support oneshot timers should probably do that, or it won't provide any better behavior. What do others think we should do here? > As a corollary, cutting edge ("non-legacy") code is often kept out of open > source projects by the owners of the intellectual property rights. I'm happy to change the name in any way if you have a suggestion that the clock event maintainers (Daniel and Thomas) like. Arnd