From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754298AbbC3UOt (ORCPT ); Mon, 30 Mar 2015 16:14:49 -0400 Received: from mail-wi0-f170.google.com ([209.85.212.170]:37967 "EHLO mail-wi0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754275AbbC3UOq (ORCPT ); Mon, 30 Mar 2015 16:14:46 -0400 Message-ID: <5519AEB2.8050306@linaro.org> Date: Mon, 30 Mar 2015 22:14:42 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Thomas Gleixner , Ingo Molnar CC: Linux Kernel Mailing List , "linux-arm-kernel@lists.infradead.org" , Maxime Ripard , Viresh Kumar , Ben Dooks , Dmitry Osipenko , Hans de Goede , Laurent Pinchart Subject: [GIT PULL] clockevents for 4.1 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ! -- Daniel The following changes since commit 2557d215a36d18c8bbaa35f65749349ac603360b: Merge branch 'timers/urgent' into timers/core, to pick up fixes before applying new changes (2015-03-17 11:11:24 +0100) are available in the git repository at: http://git.linaro.org/people/daniel.lezcano/linux.git clockevents/4.1 for you to fetch changes up to 0bb4ef6f7c56cdf606a5e501cf1597f40c9028eb clocksource: efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features (2015-03-30 15:27:24 +0200) ---------------------------------------------------------------- Ben Dooks (2): clocksource: at91: Make IO endian agnostic clocksource: dw_apb_timer_of: Make IO endian agnostic Dmitry Osipenko (1): clocksource: tegra: Maintain CPU endianness Hans de Goede (1): clocksource: sun4i-timer: Only register a sched_clock on sun4i and sun5i Laurent Pinchart (1): clocksource: arm_arch_timer: Rename arch_timer_probed to reflect behaviour Maxime Ripard (5): clocksource: sun5i: Switch to request_irq clocksource: sun5i: Use of_io_request_and_map clocksource: sun5i: Remove sched_clock clocksource: sun5i: Refactor the current code clocksource: sun5i: Add clock notifiers Viresh Kumar (1): clocksource: efm32: Use CLOCK_EVT_FEAT_PERIODIC for defining features drivers/clocksource/arm_arch_timer.c | 13 +++++----- drivers/clocksource/dw_apb_timer_of.c | 2 +- drivers/clocksource/sun4i_timer.c | 10 +++++++- drivers/clocksource/tegra20_timer.c | 4 ++-- drivers/clocksource/time-efm32.c | 2 +- drivers/clocksource/timer-atmel-pit.c | 4 ++-- drivers/clocksource/timer-sun5i.c | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------- 7 files changed, 250 insertions(+), 87 deletions(-) -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog