]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
pinctrl: stm32: Manage irq affinity settings
authorCheick Traore <cheick.traore@foss.st.com>
Tue, 10 Jun 2025 14:30:39 +0000 (16:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Aug 2025 16:41:26 +0000 (18:41 +0200)
commit42ee49457afdfd915f09b5a64280617f79e08936
tree63803d449430b6a518b27ba05c0a97dfde49ce6b
parentebe58610503114fe6cb2bc79d801586a93752453
pinctrl: stm32: Manage irq affinity settings

[ Upstream commit 4c5cc2f65386e22166ce006efe515c667aa075e4 ]

Trying to set the affinity of the interrupts associated to stm32
pinctrl results in a write error.

Fill struct irq_chip::irq_set_affinity to use the default helper
function.

Signed-off-by: Cheick Traore <cheick.traore@foss.st.com>
Signed-off-by: Antonio Borneo <antonio.borneo@foss.st.com>
Link: https://lore.kernel.org/20250610143042.295376-3-antonio.borneo@foss.st.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/pinctrl/stm32/pinctrl-stm32.c