From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756362AbbKDXfN (ORCPT ); Wed, 4 Nov 2015 18:35:13 -0500 Received: from gloria.sntech.de ([95.129.55.99]:37179 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756330AbbKDXfL (ORCPT ); Wed, 4 Nov 2015 18:35:11 -0500 From: Heiko Stuebner To: Xing Zheng Cc: linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 8/8] rockchip: make sure timer5 is enabled on rk3036 platforms Date: Thu, 05 Nov 2015 00:35 +0100 Message-ID: <2496205.49bBo1tRVl@phil> User-Agent: KMail/4.14.10 (Linux/4.2.0-1-amd64; KDE/4.14.13; x86_64; ; ) In-Reply-To: <1446639957-12030-1-git-send-email-zhengxing@rock-chips.com> References: <1446639503-11763-1-git-send-email-zhengxing@rock-chips.com> <1446639957-12030-1-git-send-email-zhengxing@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 4. November 2015, 20:25:57 schrieb Xing Zheng: > The timer5 supplies the architected timer and thus as has to run when > the system clocksource and clockevents drivers are registered. > > --- > > Changes in v6: > Signed-off-by: Xing Zheng > Reviewed-by: Heiko Stuebner This patch can work standalone, so I took the liberty of applying it to my soc branch for 4.5 already, so you don't need to resend it in future versions. I fixed up the subject "ARM: rockchip:...", and moved the Signed-off-by to the correct position above the "---".