Message ID | 20220217220554.2711696-1-sboyd@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-clk-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8EA99C433EF for <linux-clk@archiver.kernel.org>; Thu, 17 Feb 2022 22:05:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343763AbiBQWGL (ORCPT <rfc822;linux-clk@archiver.kernel.org>); Thu, 17 Feb 2022 17:06:11 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:35126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231833AbiBQWGL (ORCPT <rfc822;linux-clk@vger.kernel.org>); Thu, 17 Feb 2022 17:06:11 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59C1B403FC; Thu, 17 Feb 2022 14:05:56 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E5351616A4; Thu, 17 Feb 2022 22:05:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25C8EC340E8; Thu, 17 Feb 2022 22:05:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645135555; bh=96/Fw31UcvkUe9mnofnlh/ChlXauDqzgFy7oaLF3aZM=; h=From:To:Cc:Subject:Date:From; b=FWiCDvfwmcMallUZHDFhnKbka8asV/PDmVT8C/6oy4iIpyTX2N+R8ofwj9Tuu3zv3 1p9JkopDnunU/KKbkCOlHMnTRiobnc3r3xEFMAXuQkHFrfEyITCSqhGrzF8L66oHLj a1CDSb4LqsOpVumLocSD5f0uXAW8VuxYFWYC6pDWF9KbnSFZlUnEiP6ZnzpGiQAwcH iU9kaL2vmIfZAHKEkrGaDmJ7KbmLdspEPtM1jPbHIDouTgWOVaO7GNhMbC1OIsZfeA QD678pIw21r8HafArs48f9v9wU3J2uhPjyMM3WBuYTVbjqS+gUSAqmGmbgubodi3F3 DS6mPTWfyx4dA== From: Stephen Boyd <sboyd@kernel.org> To: Michael Turquette <mturquette@baylibre.com>, Stephen Boyd <sboyd@kernel.org> Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org Subject: [PATCH 0/2] clk: Mark a couple things const Date: Thu, 17 Feb 2022 14:05:52 -0800 Message-Id: <20220217220554.2711696-1-sboyd@kernel.org> X-Mailer: git-send-email 2.35.1.265.g69c8d7142f-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-clk.vger.kernel.org> X-Mailing-List: linux-clk@vger.kernel.org |
Series |
clk: Mark a couple things const
|
expand
|