Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

i3c: mipi-i3c-hci-pci: Set d3cold_delay to 0 for Intel controllers

Set d3cold_delay to 0 for Intel controllers because a delay is not needed.

Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20251128064038.55158-13-adrian.hunter@intel.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Adrian Hunter and committed by
Alexandre Belloni
a54b1aeb 884a3313

+2
+2
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
··· 160 160 161 161 dma_set_mask_and_coherent(&hci->pci->dev, DMA_BIT_MASK(64)); 162 162 163 + hci->pci->d3cold_delay = 0; 164 + 163 165 hci->private = host; 164 166 host->priv = priv; 165 167