* [PATCH] soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers
@ 2025-07-25 10:11 shumingf
2025-08-13 5:33 ` Vinod Koul
0 siblings, 1 reply; 2+ messages in thread
From: shumingf @ 2025-07-25 10:11 UTC (permalink / raw)
To: vkoul, vinod.koul
Cc: linux-sound, linux-kernel, flove, oder_chiou, jack.yu, derek.fang,
Shuming Fan
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers
2025-07-25 10:11 [PATCH] soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers shumingf
@ 2025-08-13 5:33 ` Vinod Koul
0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2025-08-13 5:33 UTC (permalink / raw)
To: vinod.koul, shumingf
Cc: linux-sound, linux-kernel, flove, oder_chiou, jack.yu, derek.fang
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-13 5:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25 10:11 [PATCH] soundwire: debugfs: add SCP_SDCA_IntStatX and SCP_SDCA_IntMaskX registers shumingf
2025-08-13 5:33 ` Vinod Koul
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox