From: bui duc phuc <phucduc.bui@gmail.com>
Hi all,
This series reorders the runtime resume clock enable sequence in the
Rockchip SPDIF and PDM drivers to enable the bus clock before the
functional controller clock.
It also updates the SPDIF DT binding clock descriptions to match the
actual clock usage in the driver.
Additionally, this v2 adds two new patches addressing issues reported
by the Sashiko AI Review tool regarding regcache sync failure handling
and runtime PM resume status validation.
Testing:
- Patch 1: Verified (dt_binding_check passed).
- Patches 2 to 5: Compile tested only. Please help test if you have
the relevant Rockchip hardware.
Changes in v2:
- Include two new patches to handle runtime PM resume and regcache sync
failures based on Sashiko AI Review.
- Update commit message based on Krzysztof's review
- Clarify in the commit message that the resume sequence becomes the
reverse of the suspend sequence.
Best Regards,
Phuc
bui duc phuc (5):
ASoC: dt-bindings: rockchip-spdif: Correct SPDIF clock descriptions
ASoC: rockchip: spdif: Reorder clock enable sequence
ASoC: rockchip: rockchip_pdm: Reorder clock enable sequence
ASoC: rockchip: spdif: Restore regcache cache-only mode on sync
failure
ASoC: rockchip: rockchip_pdm: Handle runtime PM resume failures in
set_fmt
.../bindings/sound/rockchip-spdif.yaml | 2 +-
sound/soc/rockchip/rockchip_pdm.c | 16 ++++++++++------
sound/soc/rockchip/rockchip_spdif.c | 11 ++++++-----
3 files changed, 17 insertions(+), 12 deletions(-)
--
2.43.0