Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938625AbcKXJh0 (ORCPT ); Thu, 24 Nov 2016 04:37:26 -0500 Received: from mail-lf0-f66.google.com ([209.85.215.66]:33333 "EHLO mail-lf0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934194AbcKXJhX (ORCPT ); Thu, 24 Nov 2016 04:37:23 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH 7/9] clocksource/drivers/rockchip_timer: implement clocksource timer From: Alexander Kochetkov In-Reply-To: <1479922177-20136-7-git-send-email-al.kochet@gmail.com> Date: Thu, 24 Nov 2016 12:36:20 +0300 Message-Id: References: <1479922177-20136-1-git-send-email-al.kochet@gmail.com> <1479922177-20136-7-git-send-email-al.kochet@gmail.com> To: daniel.lezcano@linaro.org, tglx@linutronix.de, heiko@sntech.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org X-Mailer: Apple Mail (2.3124) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.home.local id uAO9bVVX020071 Content-Length: 388 Lines: 15 > In order to use the patch you have to setup the timer using > 'rockchip,clocksource' device tree property Just came in mind, that it is better to replace 'rockchip,clocksource' device tree property with KConfig option in order to enable clocksource on dedicated timer? Someting like: [ ] enable clocksource clocksource timer name: Any feedback would be appreciated. Alexander.