mbox series

[GIT,PULL] RISC-V SoC driver fixes for v6.9-rc6

Message ID 20240427-unflawed-humorless-690472f9c5a0@spud (mailing list archive)
State Handled Elsewhere
Headers show
Series [GIT,PULL] RISC-V SoC driver fixes for v6.9-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-soc-fixes-for-v6.9-rc6

Checks

Context Check Description
conchuod/vmtest-fixes-PR fail merge-conflict

Message

Conor Dooley April 27, 2024, 11:03 a.m. UTC
Hey Arnd,

Please pull some minor fixes for some of the drivers under my remit.

Thanks,
Conor.

The following changes since commit c90847bcbfb65d0f1c48fcc73a2b3a2d4ceac6a1:

  cache: sifive_ccache: Partially convert to a platform driver (2024-03-28 22:40:56 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-soc-fixes-for-v6.9-rc6

for you to fetch changes up to 3aa20d1f7bcb19a79b8062e49153eb3b16a88adb:

  firmware: microchip: clarify that sizes and addresses are in hex (2024-04-24 22:02:20 +0100)

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

----------------------------------------------------------------
Conor Dooley (2):
      firmware: microchip: don't unconditionally print validation success
      firmware: microchip: clarify that sizes and addresses are in hex

Samuel Holland (1):
      cache: sifive_ccache: Silence unused variable warning

 drivers/cache/sifive_ccache.c                 | 2 +-
 drivers/firmware/microchip/mpfs-auto-update.c | 8 +++++---
 2 files changed, 6 insertions(+), 4 deletions(-)