mbox series

[GIT,PULL] RISC-V SoC drivers for v6.7

Message ID 20231016-predator-affiliate-e8affd3a7be9@spud (mailing list archive)
State Accepted
Commit 09427e1975bfa83554739bf27aa251c25420da88
Headers show
Series [GIT,PULL] RISC-V SoC drivers for v6.7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-soc-for-v6.7

Message

Conor Dooley Oct. 16, 2023, 3:15 p.m. UTC
Hey Arnd,

Please pull a small number of soc driver changes for 6.7

Thanks,
Conor.

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-soc-for-v6.7

for you to fetch changes up to 22dedf8f4570897f15e156ac5547cef93e802182:

  soc/microchip: mpfs-sys-controller: Convert to platform remove callback returning void (2023-09-25 11:17:09 +0100)

----------------------------------------------------------------
RISC-V SoC drivers for v6.7

Minor changes here only. There's the treewide remove callback work from
Uwe, some of my own gradual conversion of SOC_ Kconfig options and a
selection of the ARM AMBA protocol required for the crypto driver on
StarFive JH7110 SoCs. The latter was supposed to be in v6.6, but I
forgot to send a PR.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

----------------------------------------------------------------
Conor Dooley (1):
      soc: sifive: replace SOC_FOO with ARCH_FOO

Jia Jie Ho (1):
      riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE

Uwe Kleine-König (1):
      soc/microchip: mpfs-sys-controller: Convert to platform remove callback returning void

 arch/riscv/Kconfig.socs                     | 1 +
 drivers/soc/microchip/mpfs-sys-controller.c | 6 ++----
 drivers/soc/sifive/Kconfig                  | 2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Oct. 16, 2023, 9:31 p.m. UTC | #1
Hello:

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

On Mon, 16 Oct 2023 16:15:53 +0100 you wrote:
> Hey Arnd,
> 
> Please pull a small number of soc driver changes for 6.7
> 
> Thanks,
> Conor.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] RISC-V SoC drivers for v6.7
    https://git.kernel.org/soc/soc/c/09427e1975bf

You are awesome, thank you!