mbox series

[GIT,PULL] Allwinner SoC driver changes for 6.11 part 2

Message ID Zo7T4YsfamN0PbYK@wens.tw (mailing list archive)
State Accepted
Commit 77dc111f6da2f4ed5b7d50c6cb5157b6bf4edd63
Headers show
Series [GIT,PULL] Allwinner SoC driver changes for 6.11 part 2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-drivers-for-6.11-2

Message

Chen-Yu Tsai July 10, 2024, 6:33 p.m. UTC
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(-)

Comments

patchwork-bot+linux-soc@kernel.org July 12, 2024, 10:20 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 11 Jul 2024 02:33:05 +0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Allwinner SoC driver changes for 6.11 part 2
    https://git.kernel.org/soc/soc/c/77dc111f6da2

You are awesome, thank you!