From patchwork Sun Jul 24 17:47:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Kaiser X-Patchwork-Id: 12927596 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 CC1C7C43334 for ; Sun, 24 Jul 2022 17:49:42 +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=lApsfMcCnv1uGQSEZHBkE4By/+oJ8NDjyXsMDqISdec=; b=sHIeg2uplIf1EC 4ccjGIk3QsLCEhueBQZZlMTMfgG2aykKFDl3QDgnNZsbtze3WpI3v3pghRNPQd74U7u3NuwtiwUE9 xs+bo7p/Au7h4ZjDLSkUWITJYE043dPB/As2DbJMv5e+WvrBcI01Mpd4301BD70X7RnCjUan2zDnW RQ3FlHQVurNYQi3+QCIojNcajA0Znk7txlv/xxvkeD8KCfFgsHOyw5x9quhNJ9pyYno4NgP2vEDAp FYCNTlBbc8Unzy4mgihPijH20P+SjcafoHwKmR7R5kMgCsVtDKtBLrJRaXPbshqP7vGb6Id7PYFoG Jujf6sCE4VtlaQQDv7ow==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oFfil-0080oV-Jy; Sun, 24 Jul 2022 17:48:51 +0000 Received: from viti.kaiser.cx ([2a01:238:43fe:e600:cd0c:bd4a:7a3:8e9f]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oFfia-0080fs-Qa for linux-arm-kernel@lists.infradead.org; Sun, 24 Jul 2022 17:48:43 +0000 Received: from dslb-178-004-201-227.178.004.pools.vodafone-ip.de ([178.4.201.227] 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 1oFfiR-0005LM-QJ; Sun, 24 Jul 2022 19:48:31 +0200 From: Martin Kaiser To: Abel Vesa , Stephen Boyd Cc: Shawn Guo , Pengutronix Kernel Team , Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Kaiser Subject: [PATCH v3 0/2] ARM: imx25: print silicon revision at startup Date: Sun, 24 Jul 2022 19:47:35 +0200 Message-Id: <20220724174737.212028-1-martin@kaiser.cx> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220602080344.208702-1-martin@kaiser.cx> References: <20220602080344.208702-1-martin@kaiser.cx> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220724_104841_035085_64F07D4E X-CRM114-Status: GOOD ( 11.18 ) 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. It's been a month since I sent v2. I'm resending the series, hoping to get a response this time. Thanks in advance. 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(-)