Merge tag 'riscv-soc-fixes-for-v6.9-rc6' of https://git.kernel.org/pub/scm/linux...
authorArnd Bergmann <arnd@arndb.de>
Tue, 30 Apr 2024 10:31:21 +0000 (12:31 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 30 Apr 2024 10:31:22 +0000 (12:31 +0200)
commite845bcc8cfda6a1875dcf7e7d01c4e6791cc3f81
tree02632f899cd07d2fb7ef5af33666043bcd5efe3c
parentdaa1bd43e56b5e5ad3ca6d6ffbbc7253239dc39a
parent3aa20d1f7bcb19a79b8062e49153eb3b16a88adb
Merge tag 'riscv-soc-fixes-for-v6.9-rc6' of https://git./linux/kernel/git/conor/linux into arm/fixes

RISC-V SoC driver fixes for v6.9-rc6

firmware:
Two changes for misleading printouts from the auto update driver, one
for an erroneous success message and the other to make it clear
addresses are in hex.

cache:
Samuel's fix for the ccache driver left an unused variable, so he
sent a follow up patch to silence that complaint.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
* tag 'riscv-soc-fixes-for-v6.9-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux:
  firmware: microchip: clarify that sizes and addresses are in hex
  firmware: microchip: don't unconditionally print validation success
  cache: sifive_ccache: Silence unused variable warning

Link: https://lore.kernel.org/r/20240427-unflawed-humorless-690472f9c5a0@spud
Signed-off-by: Arnd Bergmann <arnd@arndb.de>