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> --- Changes in v2: - collect Rb tag for 1st patch in series - also drop message from of_find_device_by_node() and simplify related of_node_put() (Tudor) - drop patch 3 from original series, as not useful at this stage (Krzysztof) - Link to v1: https://lore.kernel.org/r/20250314-acpm-fixes-v1-0-ab03ca8e723f@xxxxxxxxxx --- André Draszik (2): firmware: exynos-acpm: fix reading longer results firmware: exynos-acpm: silence EPROBE_DEFER error on boot drivers/firmware/samsung/exynos-acpm-pmic.c | 16 ++++++++-------- drivers/firmware/samsung/exynos-acpm.c | 11 ++--------- 2 files changed, 10 insertions(+), 17 deletions(-) --- base-commit: c4d4884b67802c41fd67399747165d65c770621a change-id: 20250314-acpm-fixes-348c058476a7 Best regards, -- André Draszik <andre.draszik@xxxxxxxxxx>