From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932451AbcKVJnJ (ORCPT ); Tue, 22 Nov 2016 04:43:09 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:34752 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932297AbcKVJnE (ORCPT ); Tue, 22 Nov 2016 04:43:04 -0500 Date: Tue, 22 Nov 2016 10:43:00 +0100 From: Daniel Lezcano To: Thomas Gleixner , Ingo Molnar Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] clockevents for 4.10 Message-ID: <20161122094300.GA2017@mai> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Thomas, Ingo, This pull request contains a few changes. - Unmap the region obtained by of_iomap in case of error in the init path for the bcm2835 timer (Arvind Yadav). - Add a boolean property in the DT for the arch_arm_timer in order to tell the driver the hardware implementation has an error because it does not belong to an always-on power domain (Brian Norris). - Replace of_iomap() by of_io_request_and_map() for the arch_arm_timer (Stephen Boyd). Thanks ! -- Daniel The following changes since commit baa73d9e478ff32d62f3f9422822b59dd9a95a21: posix-timers: Make them configurable (2016-11-16 09:26:35 +0100) are available in the git repository at: https://git.linaro.org/people/daniel.lezcano/linux.git for you to fetch changes up to 84c39b8b7d46883f7a7514c7d55909831aa846fd: clocksource/drivers/bcm2835_timer: Unmap region obtained by of_iomap (2016-11-22 09:22:59 +0100) ---------------------------------------------------------------- Arvind Yadav (1): clocksource/drivers/bcm2835_timer: Unmap region obtained by of_iomap Brian Norris (2): clocksource/drivers/arm_arch_timer: Don't assume clock runs in suspend arm64: dts: rockchip: Arch counter doesn't tick in system suspend Stephen Boyd (1): clocksource/drivers/arm_arch_timer: Map frame with of_io_request_and_map() Documentation/devicetree/bindings/arm/arch_timer.txt | 5 +++++ arch/arm64/boot/dts/rockchip/rk3399.dtsi | 1 + drivers/clocksource/arm_arch_timer.c | 14 +++++++++++--- drivers/clocksource/bcm2835_timer.c | 14 ++++++++++---- 4 files changed, 27 insertions(+), 7 deletions(-) -- Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog