While trying to use the ACPM driver, I stubmbled across two issues: * acpm_pmic_bulk_read() doesn't return the correct register values * superfluous log messages during boot The patches attached are the result and hopefully self-explanatory. This driver only exists in linux-next at the moment. Cheers, Andre' Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx> --- André Draszik (3): firmware: exynos-acpm: fix reading longer results firmware: exynos-acpm: silence EPROBE_DEFER error on boot firmware: exynos-acpm: convert to dev_err_probe() in client API drivers/firmware/samsung/exynos-acpm-pmic.c | 16 ++++++++-------- drivers/firmware/samsung/exynos-acpm.c | 13 ++++++------- 2 files changed, 14 insertions(+), 15 deletions(-) --- base-commit: 0226d0ce98a477937ed295fb7df4cc30b46fc304 change-id: 20250314-acpm-fixes-348c058476a7 Best regards, -- André Draszik <andre.draszik@xxxxxxxxxx>