From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757327Ab3GELsq (ORCPT ); Fri, 5 Jul 2013 07:48:46 -0400 Received: from mail-ie0-f180.google.com ([209.85.223.180]:49890 "EHLO mail-ie0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757055Ab3GELsp (ORCPT ); Fri, 5 Jul 2013 07:48:45 -0400 MIME-Version: 1.0 In-Reply-To: References: <1372687359-18235-1-git-send-email-jonas.jensen@gmail.com> <1372940383-5957-1-git-send-email-jonas.jensen@gmail.com> Date: Fri, 5 Jul 2013 13:48:44 +0200 Message-ID: Subject: Re: [PATCH v5] ARM: clocksource: add support for MOXA ART SoCs From: Jonas Jensen To: Thomas Gleixner Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arm@kernel.org, john.stultz@linaro.org, u.kleine-koenig@pengutronix.de, tomasz.figa@gmail.com, linus.walleij@linaro.org, thomas.petazzoni@free-electrons.com, arnd@arndb.de Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Thanks for the replies Thomas. On 5 July 2013 12:21, Thomas Gleixner wrote: > Because you need to preserve the CR2 enable bit so your clocksource > does not get switched off. Yes, that was my main concern. The possibility of more flags being added. I was experimenting with TIMEREG_CR_COUNT_UP but could never get REG_MATCH1 to work right for oneshot mode. Please take a look at v7. Best regards, Jonas From mboxrd@z Thu Jan 1 00:00:00 1970 From: jonas.jensen@gmail.com (Jonas Jensen) Date: Fri, 5 Jul 2013 13:48:44 +0200 Subject: [PATCH v5] ARM: clocksource: add support for MOXA ART SoCs In-Reply-To: References: <1372687359-18235-1-git-send-email-jonas.jensen@gmail.com> <1372940383-5957-1-git-send-email-jonas.jensen@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Thanks for the replies Thomas. On 5 July 2013 12:21, Thomas Gleixner wrote: > Because you need to preserve the CR2 enable bit so your clocksource > does not get switched off. Yes, that was my main concern. The possibility of more flags being added. I was experimenting with TIMEREG_CR_COUNT_UP but could never get REG_MATCH1 to work right for oneshot mode. Please take a look at v7. Best regards, Jonas