From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752576AbbCaHSH (ORCPT ); Tue, 31 Mar 2015 03:18:07 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:35835 "EHLO mail-wg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750909AbbCaHSE (ORCPT ); Tue, 31 Mar 2015 03:18:04 -0400 Date: Tue, 31 Mar 2015 09:17:59 +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: <20150331071759.GB9252@gmail.com> References: <5519AEB2.8050306@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5519AEB2.8050306@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: > > 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 sun4/5i patches conflicted - mind reposting those merged on top of the latest tip:timers:core tree? Thanks! Ingo