mbox series

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

Message ID Zo7T4YsfamN0PbYK@wens.tw (mailing list archive)
State New, archived
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(-)