Searched hist:"7479 d2675c50a53ff802fad2e8176f830e342bb1" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/i3c/master/mipi-i3c-hci/ |
H A D | core.c | 7479d2675c50a53ff802fad2e8176f830e342bb1 Wed Apr 09 14:04:00 UTC 2025 Jarkko Nikula <jarkko.nikula@linux.intel.com> i3c: mipi-i3c-hci: Change name of INTR_STATUS bit 11
INTR_STATUS bit 11 INTR_HC_RESET_CANCEL was probably projected for the MIPI I3C HCI specification version 2 but was not ever implemented.
This bit is first time specified in the v1.2 as HC_SEQ_CANCEL_STAT "Host Controller Cancelled Transaction Sequence". Update the definition and debug print of it accordingly.
While at it, change DBG() print to dev_dbg().
Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Link: https://lore.kernel.org/r/20250409140401.299251-4-jarkko.nikula@linux.intel.com Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
|