Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S938670AbcKXMMU (ORCPT ); Thu, 24 Nov 2016 07:12:20 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:34374 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756781AbcKXMMT (ORCPT ); Thu, 24 Nov 2016 07:12:19 -0500 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH 1/9] clocksource/drivers/rockchip_timer: split bc_timer into rk_timer and rk_clock_event_device From: Alexander Kochetkov In-Reply-To: <47746094.VbGlCfGZW0@diego> Date: Thu, 24 Nov 2016 15:12:15 +0300 Cc: daniel.lezcano@linaro.org, tglx@linutronix.de, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Message-Id: <2217A50B-A694-4304-9628-23C4541FED5A@gmail.com> References: <1479922177-20136-1-git-send-email-al.kochet@gmail.com> <47746094.VbGlCfGZW0@diego> To: =?utf-8?Q?Heiko_St=C3=BCbner?= 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 uAOCCP42018267 Content-Length: 1235 Lines: 36 Hello Heiko, > I haven't looked to deep into your patches yet, but what is missing is the > general goal of your whole series. I will be very grateful to receive feedback > 24 нояб. 2016 г., в 15:01, Heiko Stübner написал(а): > > git format-patch has this nice "--cover-letter" option that creates obviously > a cover-letter where you can describe what your series wants to achieve. > I’ve used --cover-letter option but forget to add message text. Just subject. So all patches was sent without cover letter. I’ll be careful next time. > For those reading along, I guess what you want to achieve should be what I > describe below, so of course no need to resend just for this :-) > > ----- > The clock supplying the arm-global-timer on the rk3188 is coming from the > the cpu clock itself and thus changes its rate everytime cpufreq adjusts the > cpu frequency making this timer unsuitable as a stable clocksource. > > The rk3188, rk3288 and following socs share a separate timer block already > handled by the rockchip-timer driver. Therefore adapt this driver to also be > able to act as clocksource on rk3188. > ----- > > Right? Yes, exactly as you wrote. Regards, Alexander.