[PATCH] soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers

shumingf@realtek.com posted 1 patch 4 months, 3 weeks ago
drivers/soundwire/debugfs.c | 2 ++
1 file changed, 2 insertions(+)
[PATCH] soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers
Posted by shumingf@realtek.com 4 months, 3 weeks ago
From: Shuming Fan <shumingf@realtek.com>

This patch added SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers.

Signed-off-by: Shuming Fan <shumingf@realtek.com>
---
 drivers/soundwire/debugfs.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/soundwire/debugfs.c b/drivers/soundwire/debugfs.c
index 3099ea074f10..b07f4127e464 100644
--- a/drivers/soundwire/debugfs.c
+++ b/drivers/soundwire/debugfs.c
@@ -91,6 +91,8 @@ static int sdw_slave_reg_show(struct seq_file *s_file, void *data)
 		ret += sdw_sprintf(slave, buf, ret, i);
 	for (i = SDW_SCP_DEVID_0; i <= SDW_SCP_DEVID_5; i++)
 		ret += sdw_sprintf(slave, buf, ret, i);
+	for (i = SDW_SCP_SDCA_INT1; i <= SDW_SCP_SDCA_INTMASK4; i++)
+		ret += sdw_sprintf(slave, buf, ret, i);
 	for (i = SDW_SCP_FRAMECTRL_B0; i <= SDW_SCP_BUSCLOCK_SCALE_B0; i++)
 		ret += sdw_sprintf(slave, buf, ret, i);
 	for (i = SDW_SCP_FRAMECTRL_B1; i <= SDW_SCP_BUSCLOCK_SCALE_B1; i++)
-- 
2.34.1
Re: [PATCH] soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers
Posted by Vinod Koul 4 months, 1 week ago
On Fri, 25 Jul 2025 18:11:00 +0800, shumingf@realtek.com wrote:
> This patch added SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers.
> 
> 

Applied, thanks!

[1/1] soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers
      commit: 8b63fee9f62361a7d96394611ba05734ec21e2eb

Best regards,
-- 
~Vinod