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=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 2E6D0C433B4 for ; Fri, 9 Apr 2021 10:27:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E815860240 for ; Fri, 9 Apr 2021 10:27:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233648AbhDIK2C (ORCPT ); Fri, 9 Apr 2021 06:28:02 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:49584 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231638AbhDIK1k (ORCPT ); Fri, 9 Apr 2021 06:27:40 -0400 Date: Fri, 09 Apr 2021 10:27:26 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1617964046; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UaltpgMDeGU4w9J2XYFo9OnQVGcnxAtDf+M7s4qot8s=; b=1nJFkDMU6/H6eMiUP/63HAoqpyfKRR3E9r9lIVUX6oicVyeVB+AmmncrfPLbLXjmfIKgb3 fSJF734E4DzU/otwsyhhrAO9/jledOv11C9KS+KJgwrmsow9hvHniAPfftWpAVhy7yHhWt dX4xGtQmRTnKK0tejAB93LJ9oG/VwKvMgzt35/UGprCvWV/bNbdk0VH9XKd6ifzxTOEjog y6xL7jgDw9E1jOtxoyRFfhkeuhlNzCzwm+1apS4Ki1YEaWjkpQjKV+M93Tne85hX4Q8gi1 vEQUIwKH2j3JIbZ0fuQs1mxKK6QEQQUvEYX8AGZEbNkc1zALzvu+vKntag0xWQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1617964046; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UaltpgMDeGU4w9J2XYFo9OnQVGcnxAtDf+M7s4qot8s=; b=BrYMyW/fiSi1rEmHt3eav7uPVKXUw8Du6by9saT/oZ0kItzgKcMFLUosx1Gd1iOYQgtbhw EBsQiSvwBN8+gtDg== From: tip-bot2 for Jonathan =?utf-8?q?Neusch=C3=A4fer?= Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-tip-commits@vger.kernel.org Subject: [tip: timers/core] clocksource/drivers/npcm: Add support for WPCM450 Cc: j.neuschaefer@gmx.net, Daniel Lezcano , x86@kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20210320181610.680870-11-j.neuschaefer@gmx.net> References: <20210320181610.680870-11-j.neuschaefer@gmx.net> MIME-Version: 1.0 Message-ID: <161796404618.29796.1158087389947920908.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the timers/core branch of tip: Commit-ID: 690daddcb60246d8a510aaad7b954bcc53eba17e Gitweb: https://git.kernel.org/tip/690daddcb60246d8a510aaad7b954bcc53e= ba17e Author: Jonathan Neusch=C3=A4fer AuthorDate: Sat, 20 Mar 2021 19:16:06 +01:00 Committer: Daniel Lezcano CommitterDate: Thu, 08 Apr 2021 13:24:16 +02:00 clocksource/drivers/npcm: Add support for WPCM450 Add a compatible string for WPCM450, which has essentially the same timer controller. Signed-off-by: Jonathan Neusch=C3=A4fer Signed-off-by: Daniel Lezcano Link: https://lore.kernel.org/r/20210320181610.680870-11-j.neuschaefer@gmx.net --- drivers/clocksource/timer-npcm7xx.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clocksource/timer-npcm7xx.c b/drivers/clocksource/timer-= npcm7xx.c index 9780ffd..a00520c 100644 --- a/drivers/clocksource/timer-npcm7xx.c +++ b/drivers/clocksource/timer-npcm7xx.c @@ -208,5 +208,6 @@ static int __init npcm7xx_timer_init(struct device_node *= np) return 0; } =20 +TIMER_OF_DECLARE(wpcm450, "nuvoton,wpcm450-timer", npcm7xx_timer_init); TIMER_OF_DECLARE(npcm7xx, "nuvoton,npcm750-timer", npcm7xx_timer_init); =20