]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: mt65xx: add PM QoS support
authorLeilk Liu <leilk.liu@mediatek.com>
Tue, 4 Mar 2025 02:37:15 +0000 (10:37 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 11 Mar 2025 13:11:29 +0000 (13:11 +0000)
commit632556d5799a2b3e87dd5594a59245523b39cf31
tree8811449a47f8abbd1285c685d2287e88ba56303e
parent02a838b01b8e7c00e2efe78db06fff356a112dec
spi: mt65xx: add PM QoS support

Enable Quality of Service(QoS) support to speed up interrupt service
routine handle. Sometimes, a gic interrupt will be generated after
SPI transmission, but at this time the CPU is in an idle state and the
processing handler will be very slow. It takes time to exit the idle state
and then become active. This will cause the SPI handler to execute slowly
and cause SPI transfer timeouts.

Signed-off-by: Leilk Liu <leilk.liu@mediatek.com>
Link: https://patch.msgid.link/20250304024045.7788-1-leilk.liu@mediatek.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mt65xx.c