From patchwork Wed Jul 10 18:33:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen-Yu Tsai X-Patchwork-Id: 13729571 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 C1143C3DA42 for ; Wed, 10 Jul 2024 18:33:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 997C0C4AF07; Wed, 10 Jul 2024 18:33:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5F264C32781; Wed, 10 Jul 2024 18:33:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1720636387; bh=e7ZBdPwnm5UYeLoiAw+/N6aw4q1vl8AkSLMbEod4nlE=; h=Date:From:List-Id:To:Cc:Subject:From; b=JdYEPnQuD0vr7eZDxoIiYnQUbG4xhJ3yAxfapI0jjiwB6rMDowf58e6wbO5fMIrti M8SsLnQrJEh1rCDLXhRZwVoXRn1ne7zmXBdL/C5N+Y2UyH7//PAD86wlF8uhoJLhoM ZTzj9ImjAV59Hy0LiXFunR18/W62kENGOcbcRPbAiSTv0HAMLs7v9gJHXHcd0Wv50n 2TUPQvnO18Tq9+mGRztJn80Se9u2i+qcRmrr7HPNDAKeSicZOHm6+a1pu9pZz2by0S /uxubTg0tMs/xC5r2SH9M1AaFnXR3IknUpuAQJI45vs4oi2xCg0DF3jXodxdZ8Kj6k u+4I2ubGak1Lg== Received: by wens.tw (Postfix, from userid 1000) id 4155E5F7C0; Thu, 11 Jul 2024 02:33:05 +0800 (CST) Date: Thu, 11 Jul 2024 02:33:05 +0800 From: Chen-Yu Tsai List-Id: To: soc@kernel.org Cc: Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Allwinner SoC driver changes for 6.11 part 2 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Hi Arnd, Here's a couple more Allwinner driver commits for 6.11. Both of them are minor cleanups, marking regmap related variables as constant. Please pull. Thanks ChenYu The following changes since commit 3a6fb9025cdf975146b2f2e3771b67f03c4ca3dc: dt-bindings: sram: sunxi-sram: Add regulators child (2024-06-30 23:00:49 +0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-drivers-for-6.11-2 for you to fetch changes up to e4b5a39c2fca597f10f1aa4c12f8f90dcd9431bd: bus: sunxi-rsb: Constify struct regmap_bus (2024-07-11 02:15:19 +0800) ---------------------------------------------------------------- Allwinner SoC driver changes for 6.11 part 2 One additional minor cleanup - Const-ify |struct regmap_config| in SRAM driver - Const-ify |struct regmap_bus| in Allwinner RSB bus driver ---------------------------------------------------------------- Javier Carrasco (2): soc: sunxi: sram: Constify struct regmap_config bus: sunxi-rsb: Constify struct regmap_bus drivers/bus/sunxi-rsb.c | 2 +- drivers/soc/sunxi/sunxi_sram.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)