Skip to content

Commit 9bd2c27

Browse files
committed
soundwire: cadence_master: log register write info
useful for debug, but can be verbose so only enable if strictly needed. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent 831bf56 commit 9bd2c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/soundwire/cadence_master.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ static inline u32 cdns_readl(struct sdw_cdns *cdns, int offset)
196196

197197
static inline void cdns_writel(struct sdw_cdns *cdns, int offset, u32 value)
198198
{
199+
dev_vdbg(cdns->dev, "%s %x %x\n", __func__, offset, value);
199200
writel(value, cdns->registers + offset);
200201
}
201202

0 commit comments

Comments
 (0)