Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757919AbcK2Owf (ORCPT ); Tue, 29 Nov 2016 09:52:35 -0500 Received: from mail-lf0-f65.google.com ([209.85.215.65]:33376 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757483AbcK2OwE (ORCPT ); Tue, 29 Nov 2016 09:52:04 -0500 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: [PATCH] clocksource/arm_global_timer: reconfigure clockevents after cpufreq change From: Alexander Kochetkov In-Reply-To: Date: Tue, 29 Nov 2016 17:51:53 +0300 Cc: Marc Zyngier , LKML , LAK , kernel@stlinux.com, Daniel Lezcano , Patrice Chotard , Mark Rutland Message-Id: References: <1480421716-30782-1-git-send-email-al.kochet@gmail.com> <1480421716-30782-2-git-send-email-al.kochet@gmail.com> <763a77c2-3d19-8d20-88df-27f0b8b80b8b@arm.com> To: Thomas Gleixner 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 uATEqiSi027512 Content-Length: 1625 Lines: 36 > 29 нояб. 2016 г., в 17:32, Thomas Gleixner написал(а): > > Can we just disable that global timer on affected SoCs and use something > else instead? I’ve sent patch series for fixing that on rockchip SoC. http://lists.infradead.org/pipermail/linux-rockchip/2016-November/013217.html But the series contain fix only for rk3188, because I don’t have another rockchip SoC. rk3288 and other could be easy fixed with dts files. There are a lot of other platforms what probably use shed_clock and clocksource form global-timer. alexander@ubuntu:dts$ grep arm,cortex-a9-global-timer * am4372.dtsi: compatible = "arm,cortex-a9-global-timer"; artpec6.dtsi: compatible = "arm,cortex-a9-global-timer"; bcm5301x.dtsi: compatible = "arm,cortex-a9-global-timer"; bcm63138.dtsi: compatible = "arm,cortex-a9-global-timer"; bcm-cygnus.dtsi: compatible = "arm,cortex-a9-global-timer"; bcm-nsp.dtsi: compatible = "arm,cortex-a9-global-timer"; hip01.dtsi: compatible = "arm,cortex-a9-global-timer"; rk3xxx.dtsi: compatible = "arm,cortex-a9-global-timer"; stih407-family.dtsi: compatible = "arm,cortex-a9-global-timer"; stih41x.dtsi: compatible = "arm,cortex-a9-global-timer"; uniphier-common32.dtsi: compatible = "arm,cortex-a9-global-timer"; uniphier-ph1-sld3.dtsi: compatible = "arm,cortex-a9-global-timer"; vexpress-v2p-ca5s.dts: "arm,cortex-a9-global-timer"; vf500.dtsi: compatible = "arm,cortex-a9-global-timer"; zx296702.dtsi: compatible = "arm,cortex-a9-global-timer"; zynq-7000.dtsi: compatible = "arm,cortex-a9-global-timer»; Regards, Alexander.