mbox series

[GIT,PULL] RISC-V firmware drivers for v6.11

Message ID 20240707-lukewarm-film-8a9da40a1c27@spud (mailing list archive)
State Accepted
Commit 9f511474895ea45548c9d5f705d44d325f0bf342
Headers show
Series [GIT,PULL] RISC-V firmware drivers for v6.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-firmware-for-v6.11

Message

Conor Dooley July 7, 2024, 5:23 p.m. UTC
Hey Arnd,

Attempt 2 with a fixed $subject. I blame being sick for missing that..

Please pull a handful of changes to the Auto Update driver.

Cheers,
Conor.

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-firmware-for-v6.11

for you to fetch changes up to d930eb4fdfee32e0a3e9a5c9c2af8d65857ac4de:

  firmware: microchip: use scope-based cleanup where possible (2024-06-05 19:36:17 +0100)

----------------------------------------------------------------
RISC-V firmware drivers for v6.11

Microchip:
Support for writing "bitstream info" to the flash using the auto-update
driver. At this point the "bitstream info" is a glorified dtbo wrapper,
but there's plans to add more info there in the future. Additionally,
rework some allocations in the driver and use scope-based cleanup on
them.

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

----------------------------------------------------------------
Conor Dooley (3):
      firmware: microchip: support writing bitstream info to flash
      firmware: microchip: move buffer allocation into mpfs_auto_update_set_image_address()
      firmware: microchip: use scope-based cleanup where possible

 drivers/firmware/microchip/mpfs-auto-update.c | 136 +++++++++++++-------------
 1 file changed, 67 insertions(+), 69 deletions(-)

Comments

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

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

On Sun, 7 Jul 2024 18:23:45 +0100 you wrote:
> Hey Arnd,
> 
> Attempt 2 with a fixed $subject. I blame being sick for missing that..
> 
> Please pull a handful of changes to the Auto Update driver.
> 
> Cheers,
> Conor.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] RISC-V firmware drivers for v6.11
    https://git.kernel.org/soc/soc/c/9f511474895e

You are awesome, thank you!