]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'riscv-firmware-for-v6.11' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Tue, 9 Jul 2024 09:05:26 +0000 (11:05 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 9 Jul 2024 09:05:26 +0000 (11:05 +0200)
commit9f511474895ea45548c9d5f705d44d325f0bf342
tree46ec6e7235f4c0f60c9e3e8430e0e0b9a03c1722
parent9e6b81559330f3c5fa1a5352af7e9682efe1f7df
parentd930eb4fdfee32e0a3e9a5c9c2af8d65857ac4de
Merge tag 'riscv-firmware-for-v6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers

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>
* tag 'riscv-firmware-for-v6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux:
  firmware: microchip: use scope-based cleanup where possible
  firmware: microchip: move buffer allocation into mpfs_auto_update_set_image_address()
  firmware: microchip: support writing bitstream info to flash

Link: https://lore.kernel.org/r/20240707-lukewarm-film-8a9da40a1c27@spud
Signed-off-by: Arnd Bergmann <arnd@arndb.de>