[PATCH 0/3] spi: balance remove-path teardown in three drivers
From: Guangshuo Li
Date: Thu Sep 24 2026 - 07:27:14 EST
Several SPI drivers establish resources or runtime-PM state during probe
but do not perform the matching teardown after successful removal.
Add the missing unmap or runtime-PM cleanup in each driver's remove path,
following the cleanup already used by its probe error paths.
Guangshuo Li (3):
spi: fsl: unmap immr_spi_cs on remove
spi: rockchip-sfc: Clean up runtime PM on remove
spi: bcm63xx-hsspi: Disable runtime PM on remove
drivers/spi/spi-bcm63xx-hsspi.c | 1 +
drivers/spi/spi-fsl-spi.c | 8 ++++++++
drivers/spi/spi-rockchip-sfc.c | 6 ++++++
3 files changed, 15 insertions(+)
base-commit: f03c39de3a1307371a4032757cd1732e91087c7d
--
2.43.0