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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 0B8AB10F2865 for ; Fri, 27 Mar 2026 18:06:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=IV6HUjseCDt48IBQKFxLTQpo9Weag8I5tNPEelamU4M=; b=LpRlomsHMVC7qcF2flxfMHnxIE hJJ73E0BAuWU+CB3DNrkj+HiRfKWs2D9j+3mt/8CL8RaBSXrQETvt7QGlXe8/Onwcsd4KwKe71GAI 37sZV4OsPg4xX8NpVMf3mAvKTFB9qGr//hBNKXJpuAolVu4ljVPTBZthpccrs4yOoiQcjIY1/HriP NwadE6iqXl5Tuk08Fayc5SAUwOsQGkxRUup/sqTyt7oEx3mWJBJGyZrh1s5hWur3l4SG48V6lpdTB gQ4Gxrj1GfcU9JYEGZiHPZOHnSrneRPl4dhwNmTc9cVVyONBsnB+bjc+Kv5lGeg6/2zK4EWsODlaw RpPlyCCg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1w6BZk-00000007uhS-0Zsp; Fri, 27 Mar 2026 18:06:28 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1w6BZd-00000007udH-0Yt9; Fri, 27 Mar 2026 18:06:22 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id CEAB5406D0; Fri, 27 Mar 2026 18:06:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF1F9C19423; Fri, 27 Mar 2026 18:06:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774634780; bh=vEdr7EPXzpO1kaiix0EvAxi+W/Op3ANhnxGGu30cNiw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Kz6FOGk+OERUDmvQU1+cq2Uwi/EiM8UC86DkHBXk7qfGwwB/CawDoMnGy+AC4+L5J Yt5SXRAVbbJpO6escW35Tm6XOKOrUiY06JhhiJED2jQPGfH0GdNtXtgV1+AsbcENCi JHm3z1Y+0jb0TvXREIu9a6txY0iAtdnBC4qHtOWUjzbqsKlYyv8wCYc4hokT4ZDtWP wZChpp+2gQUFDJ7oh/ZmNTGoqzRkSvTVO6uXemmNIqIkny1CRkax6J9fxLOh8pc+ZS q2GM07HdPKiQ7b1B7RoOraULkdQ6PKWIXBBfSjvF1HfwdzbnoX8SuYh1gLQZ6Fm+oL 1ItltE2xgrF5w== From: Daniel Lezcano To: daniel.lezcano@kernel.org, tglx@kernel.org, zhipeng.wang_1@nxp.com Cc: shawnguo@kernel.org, jstultz@google.com, linux-kernel@vger.kernel.org, Heiko Stuebner , linux-arm-kernel@lists.infradead.org (moderated list:ARM/Rockchip SoC support), linux-rockchip@lists.infradead.org (open list:ARM/Rockchip SoC support) Subject: [PATCH resend v1 6/7] clocksource/drivers/rockchip: Add rockchip timer module support Date: Fri, 27 Mar 2026 19:05:58 +0100 Message-ID: <20260327180600.8150-7-daniel.lezcano@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260327180600.8150-1-daniel.lezcano@kernel.org> References: <20260327180600.8150-1-daniel.lezcano@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260327_110621_215445_0BB365E4 X-CRM114-Status: UNSURE ( 9.91 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Now the TIMER_PDEV_DECLARE() allows the driver to be compiled as a module. Add the MODULE_DESCRIPTION and the MODULE_LICENSE left for the one converting the driver as a module. Signed-off-by: Daniel Lezcano --- drivers/clocksource/timer-rockchip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clocksource/timer-rockchip.c b/drivers/clocksource/timer-rockchip.c index 486bbffba464..61433b295882 100644 --- a/drivers/clocksource/timer-rockchip.c +++ b/drivers/clocksource/timer-rockchip.c @@ -271,3 +271,5 @@ static const struct of_device_id rk_timer_match_table[] = { }; TIMER_PDEV_DECLARE(rk_timer, rk_timer_probe, NULL, rk_timer_match_table); +MODULE_DESCRIPTION("Rockchip timer driver"); +MODULE_LICENSE("GPL"); -- 2.43.0