Skip to content

Commit 1265540

Browse files
newearth-ssopsiff
authored andcommitted
gpio:phytium: Add irq_set_affinity interface for gpio-pci
Add irq_set_affinity interface for gpio-pci driver to use set affinity function normally. Mainline: Open-Source Signed-off-by: Cui Fulong <cuifulong2112@phytium.com.cn> Signed-off-by: Li Yuze <liyuze@phytium.com.cn> Signed-off-by: Wang Yinfeng <wangyinfeng@phytium.com.cn>
1 parent d5e2fb3 commit 1265540

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpio/gpio-phytium-pci.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ static const struct irq_chip phytium_gpio_irq_chip = {
2222
.irq_enable = phytium_gpio_irq_enable,
2323
.irq_disable = phytium_gpio_irq_disable,
2424
.irq_set_wake = phytium_gpio_irq_set_wake,
25+
.irq_set_affinity = phytium_gpio_irq_set_affinity,
2526
.flags = IRQCHIP_IMMUTABLE,
2627
GPIOCHIP_IRQ_RESOURCE_HELPERS,
2728
};

0 commit comments

Comments
 (0)