mbox series

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

Message ID 20240707-renovator-coat-bfb979436bcd@spud (mailing list archive)
State Superseded
Headers show
Series [GIT,PULL] RISC-V SoC 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:20 p.m. UTC
Hey Arnd,

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(-)