mbox series

[v2,0/2] firmware: exynos-acpm: read fix & reduce log verbosity

Message ID 20250319-acpm-fixes-v2-0-ac2c1bcf322b@linaro.org (mailing list archive)
Headers show
Series firmware: exynos-acpm: read fix & reduce log verbosity | expand

Message

André Draszik March 19, 2025, 5:38 a.m. UTC
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@linaro.org>
---
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@linaro.org

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