From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932537AbcKVJvh (ORCPT ); Tue, 22 Nov 2016 04:51:37 -0500 Received: from mail-qk0-f194.google.com ([209.85.220.194]:36561 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932352AbcKVJvf (ORCPT ); Tue, 22 Nov 2016 04:51:35 -0500 Date: Tue, 22 Nov 2016 10:51:31 +0100 From: Ingo Molnar To: Daniel Lezcano Cc: Thomas Gleixner , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] clockevents for 4.10 Message-ID: <20161122095131.GA18662@gmail.com> References: <20161122094300.GA2017@mai> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161122094300.GA2017@mai> 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 * Daniel Lezcano wrote: > 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 In branch clockevents/4.10 I presume? Thanks, Ingo