Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754925AbcDYOiJ (ORCPT ); Mon, 25 Apr 2016 10:38:09 -0400 Received: from mail-wm0-f54.google.com ([74.125.82.54]:34106 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754874AbcDYOiE (ORCPT ); Mon, 25 Apr 2016 10:38:04 -0400 Date: Mon, 25 Apr 2016 16:37:59 +0200 From: Daniel Lezcano To: Vladimir Murzin Cc: tglx@linutronix.de, arnd@arndb.de, sudeep.holla@arm.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/2] Support MPS2 Timer Message-ID: <20160425143759.GD3974@linaro.org> References: <1461573944-2728-1-git-send-email-vladimir.murzin@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461573944-2728-1-git-send-email-vladimir.murzin@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 922 Lines: 29 On Mon, Apr 25, 2016 at 09:45:42AM +0100, Vladimir Murzin wrote: > Hi, > > These patches allow to use simple 32 bits general purpose countdown > timers found on MPS2 platform. > > Following [1], please, consider to merge them into clocksource tree. > > [1] https://lkml.org/lkml/2016/4/23/190 > > Thanks! > > Vladimir Murzin (2): > dt-bindings: document the MPS2 timer bindings > clockevents/drivers: add MPS2 Timer driver > > .../devicetree/bindings/timer/arm,mps2-timer.txt | 28 ++ > drivers/clocksource/Kconfig | 6 + > drivers/clocksource/Makefile | 1 + > drivers/clocksource/mps2-timer.c | 275 ++++++++++++++++++++ > 4 files changed, 310 insertions(+) > create mode 100644 Documentation/devicetree/bindings/timer/arm,mps2-timer.txt > create mode 100644 drivers/clocksource/mps2-timer.c Applied for 4.7. Thanks ! -- Daniel