From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752838AbbCaJmu (ORCPT ); Tue, 31 Mar 2015 05:42:50 -0400 Received: from mail-wg0-f52.google.com ([74.125.82.52]:34152 "EHLO mail-wg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751095AbbCaJmr (ORCPT ); Tue, 31 Mar 2015 05:42:47 -0400 Date: Tue, 31 Mar 2015 11:42:41 +0200 From: Ingo Molnar To: Daniel Lezcano Cc: Thomas Gleixner , Linux Kernel Mailing List , "linux-arm-kernel@lists.infradead.org" , Maxime Ripard , Viresh Kumar , Ben Dooks , Dmitry Osipenko , Hans de Goede , Laurent Pinchart Subject: Re: [GIT PULL] clockevents for 4.1 Message-ID: <20150331094241.GA18224@gmail.com> References: <5519AEB2.8050306@linaro.org> <20150331071759.GB9252@gmail.com> <551A6AC0.5060703@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <551A6AC0.5060703@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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