Message ID | 20241218-suffrage-unfazed-fa0113072a42@spud (mailing list archive) |
---|---|
State | Accepted |
Commit | a61dae110138b4eb7e4ffab301d156bc2ce13605 |
Headers | show |
Series | [GIT,PULL] RISC-V soc driver fixes for v6.13-rc4 | expand |
Hello: This pull request was applied to soc/soc.git (arm/fixes) by Arnd Bergmann <arnd@arndb.de>: On Wed, 18 Dec 2024 16:01:41 +0000 you wrote: > Hey Arnd, > > I know you sent a PR already this, so whenever you're sending another > here's a patch for you :) > > Cheers, > Conor. > > [...] Here is the summary with links: - [GIT,PULL] RISC-V soc driver fixes for v6.13-rc4 https://git.kernel.org/soc/soc/c/a61dae110138 You are awesome, thank you!
Hello: This pull request was applied to soc/soc.git (for-next) by Arnd Bergmann <arnd@arndb.de>: On Wed, 18 Dec 2024 16:01:41 +0000 you wrote: > Hey Arnd, > > I know you sent a PR already this, so whenever you're sending another > here's a patch for you :) > > Cheers, > Conor. > > [...] Here is the summary with links: - [GIT,PULL] RISC-V soc driver fixes for v6.13-rc4 https://git.kernel.org/soc/soc/c/a61dae110138 You are awesome, thank you!
Hey Arnd, I know you sent a PR already this, so whenever you're sending another here's a patch for you :) Cheers, Conor. The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37: Linux 6.13-rc1 (2024-12-01 14:28:56 -0800) 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.13-rc4 for you to fetch changes up to 48808b55b07c3cea64805267a5547f03e6452a9f: firmware: microchip: fix UL_IAP lock check in mpfs_auto_update_state() (2024-12-05 15:08:51 +0000) ---------------------------------------------------------------- RISC-V soc driver fixes for v6.13-rc4 A single fix for the Auto Update driver, where a mistake in array indexing (accessing as a u32 rather than a u8) caused the driver to read the wrong feature disable bits. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> ---------------------------------------------------------------- Valentina Fernandez (1): firmware: microchip: fix UL_IAP lock check in mpfs_auto_update_state() drivers/firmware/microchip/mpfs-auto-update.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)