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 d3hot_delay to 0 for Intel controllers

Set d3hot_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/20260306085338.62955-2-adrian.hunter@intel.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

authored by

Adrian Hunter and committed by
Alexandre Belloni
815b4448 acfcdff9

+1
+1
drivers/i3c/master/mipi-i3c-hci/mipi-i3c-hci-pci.c
··· 164 164 dma_set_mask_and_coherent(&hci->pci->dev, DMA_BIT_MASK(64)); 165 165 166 166 hci->pci->d3cold_delay = 0; 167 + hci->pci->d3hot_delay = 0; 167 168 168 169 hci->private = host; 169 170 host->priv = priv;