From mboxrd@z Thu Jan 1 00:00:00 1970 From: mingo@kernel.org (Ingo Molnar) Date: Tue, 31 Mar 2015 11:42:41 +0200 Subject: [GIT PULL] clockevents for 4.1 In-Reply-To: <551A6AC0.5060703@linaro.org> References: <5519AEB2.8050306@linaro.org> <20150331071759.GB9252@gmail.com> <551A6AC0.5060703@linaro.org> Message-ID: <20150331094241.GA18224@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Daniel Lezcano wrote: > On 03/31/2015 09:17 AM, Ingo Molnar wrote: > > > >* Daniel Lezcano wrote: > > > >> > >>Hi Thomas, Ingo, > >> > >>this pull request contains the following changes for 4.1: > >> > >> - Made IO endian agnostic for at91 and dw apb timers (Ben Dooks) > >> > >> - Maintained tegra endianess (Dmitry Osipenko) > >> > >> - Enabled the sun4i / sun5i timer for sched_clock, all others winner boards > >>have the arch arm timer which is more accurate (Hans de Goede) > >> > >> - Renamed the arch arm timer function name to reflect better its purpose > >>(Laurent Pinchart) > >> > >> - Cleaned up the sun5i timer code, replaced the setup_irq by the > >>request_irq function and handled the parent clock frequency change with the > >>frequency notifiers (Maxime Ripard) > >> > >> - Fixed features declaration for the efm32 timer (Viresh Kumar) > >> > >>Thanks ! > > > >So I had some comments about one of the patches, and fixes to > >changelogs, so I've applied all but the sun4/5i patches from email to > >move things forward. > > The subsystem prefix is now 'clocksource/drivers/' ? At least now that we have a good number of clocksource drivers, for such pure driver changes that's the logical prefix and makes it easier to tell apart clocksource core changes from driver changes. > > The sun4/5i patches conflicted - mind reposting those merged on > > top of the latest tip:timers:core tree? > > Yes, sure. No problem. Thanks! Ingo