]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i3c: mipi-i3c-hci: Quieten initialization messages
authorAdrian Hunter <adrian.hunter@intel.com>
Tue, 6 Jan 2026 16:44:08 +0000 (18:44 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 14 Jan 2026 14:53:33 +0000 (15:53 +0100)
commit581d5b7953b8f24d2f379c8c56ceaa7d163488ce
treee6290669c3b5206715bcb79336d06d3764f74750
parent0818e4aa8fdeeed5973e0a8faeddc9da599fc897
i3c: mipi-i3c-hci: Quieten initialization messages

The copious initialization messages are at most useful only for debugging.
Change them from dev_info() or dev_notice() to dev_dbg().

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20260106164416.67074-4-adrian.hunter@intel.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/i3c/master/mipi-i3c-hci/core.c
drivers/i3c/master/mipi-i3c-hci/dma.c
drivers/i3c/master/mipi-i3c-hci/ext_caps.c
drivers/i3c/master/mipi-i3c-hci/pio.c