From patchwork Wed May 17 15:39:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kaiser X-Patchwork-Id: 13245224 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 22FC9C77B7A for ; Wed, 17 May 2023 15:41:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mrKo3Dz0ku7UzD6cKrumSf3F8Avtr7JS2ANdrlIjxzQ=; b=A/TT0an3J/3hH9 YqoZ5y8MAk9auh1qfvWMQ9i/Y7M4yAuQ72xFmeHN39sCBnNgbduHMobAngCy2XNfB5euGNNBd9IdQ 6KzuLOGvGHwRNNFKAQfi7FE1eP+Li4hyFCqWEGFWRvRUrH9RrIUhuTEmjOAQBIB/gzP9LPykqw5pa 826GKY4AgVSAvezHlXcgD5Yh/T1ZjkBj5tWZqquYQCFVz/haE/3qsUeb4vXFuNUeD/cdpjzUq/Yna HmeXRFz+XmJpY9vNR2kFpom+LDucUF8C0KQSquTc6qs+yG20NFVdnJsuYBlTOX5lSTHQfiuHZOT6i O/CNgssS97J5Do163I1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pzJH5-00AKri-2b; Wed, 17 May 2023 15:41:11 +0000 Received: from viti.kaiser.cx ([2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pzJGu-00AKiN-1v for linux-arm-kernel@lists.infradead.org; Wed, 17 May 2023 15:41:02 +0000 Received: from ipservice-092-217-095-237.092.217.pools.vodafone-ip.de ([92.217.95.237] helo=martin-debian-2.paytec.ch) by viti.kaiser.cx with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1pzJGf-0004yN-1h; Wed, 17 May 2023 17:40:45 +0200 From: Martin Kaiser To: Abel Vesa , Stephen Boyd Cc: Shawn Guo , Pengutronix Kernel Team , Fabio Estevam , Arnd Bergmann , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Kaiser Subject: [PATCH v5 0/2] ARM: imx25: print silicon revision at startup Date: Wed, 17 May 2023 17:39:30 +0200 Message-Id: <20230517153932.172081-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220815190748.102664-1-martin@kaiser.cx> References: <20220815190748.102664-1-martin@kaiser.cx> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230517_084100_804649_328F07B3 X-CRM114-Status: UNSURE ( 9.79 ) 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 Resurrect the unused function to print the imx25 silicon revision at startup. This patchset has been mentioned in a discussion today. Let's bring it to the attention of the clk maintainers again. Thanks & best regards, Martin changes in v5: - rebase against today's linux-next changes in v4: - rebase against today's linux-next - add Fabio's Reviewed-by tags changes in v3: - rebase against today's linux-next changes in v2: - drop the patch about silicon revision 1.2. It has already been merged by Shawn Guo. - send the changeset to the clk maintainers Martin Kaiser (2): clk: imx25: print silicon revision during init clk: imx25: make __mx25_clocks_init return void drivers/clk/imx/clk-imx25.c | 5 +++-- include/soc/imx/revision.h | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) Acked-by: Arnd Bergmann