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

André Draszik posted 2 patches 9 months ago
drivers/firmware/samsung/exynos-acpm-pmic.c | 16 ++++++++--------
drivers/firmware/samsung/exynos-acpm.c      | 11 ++---------
2 files changed, 10 insertions(+), 17 deletions(-)
[PATCH v2 0/2] firmware: exynos-acpm: read fix & reduce log verbosity
Posted by André Draszik 9 months ago
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,
-- 
André Draszik <andre.draszik@linaro.org>

Re: [PATCH v2 0/2] firmware: exynos-acpm: read fix & reduce log verbosity
Posted by Krzysztof Kozlowski 7 months, 4 weeks ago
On Wed, 19 Mar 2025 05:38:22 +0000, André Draszik wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/2] firmware: exynos-acpm: fix reading longer results
      https://git.kernel.org/krzk/linux/c/67af3cd813695fd3e6432b0849c453250c4685aa
[2/2] firmware: exynos-acpm: silence EPROBE_DEFER error on boot
      https://git.kernel.org/krzk/linux/c/53734383a73888e6d765aa07f4523802fdf1ee10

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>