From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9983C4360C for ; Thu, 10 Oct 2019 08:27:13 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 790262067B for ; Thu, 10 Oct 2019 08:27:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WWjSS0Wi" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 790262067B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linutronix.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OYcf2JokXw2tRqY+bHsYns5DMn1k+0fDTbhjCHsye5Y=; b=WWjSS0WiD8xgey nn/GKlJyEyLjYSXao4CIg1s4ypGr47zh6UsVALHIzgBoXJtvSiaEGpSI1aYn7V/TaIQlqNcBV366p fMeu8kvUc4XZVbogCF5JFONLafPF6udgW8xAJ05qeUzcR5LwI0dVbCHBJtubtgT4EB7H3MknLUiXJ +4rkMMaTL58oe/Sgf09CXSMXPcIVq1flYqQDyHtn04dSBCbKG2Ct7LKfLKvFgbbr827xlf4/9lT+D c/NkXTMw5mVwELVqYoaIZR7RP6cNDyBQGfZnBgBM4pvFbFiMJGItTBy/PbnJdhF3dGukVAbm6Z+h5 gua5UFhOOYgdo2R7QDAg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iITmz-00034S-7M; Thu, 10 Oct 2019 08:27:13 +0000 Received: from galois.linutronix.de ([2a0a:51c0:0:12e:550::1]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iITmv-00032g-Im for linux-arm-kernel@lists.infradead.org; Thu, 10 Oct 2019 08:27:11 +0000 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1iITm9-0002M8-BR; Thu, 10 Oct 2019 10:26:21 +0200 Date: Thu, 10 Oct 2019 10:26:21 +0200 From: Sebastian Andrzej Siewior To: Alexandre Belloni Subject: Re: [PATCH 0/8] clocksource/drivers/timer-atmel-tcb: add sama5d2 support Message-ID: <20191010082602.ytfc2tilizruwrts@linutronix.de> References: <20191009224006.5021-1-alexandre.belloni@bootlin.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191009224006.5021-1-alexandre.belloni@bootlin.com> User-Agent: NeoMutt/20180716 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191010_012709_761951_5D6734E1 X-CRM114-Status: GOOD ( 10.11 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Daniel Lezcano , linux-kernel@vger.kernel.org, Thomas Gleixner , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2019-10-10 00:39:58 [+0200], Alexandre Belloni wrote: > This series mainly adds sama5d2 support where we need to avoid using > clock index 0 because that clock is never enabled by the driver. > > There is also a rework of the 32khz clock handling so it is not used for > clockevents on 32 bit counter because the increased rate improves the > resolution and doesn't have any drawback with that counter width. This > replaces a patch that has been carried in the linux-rt tree for a while. Thank you for doing this! Sebastian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel