]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: davinci: Add irq chip flag to skip set wake
authorDhruva Gole <d-gole@ti.com>
Mon, 3 Apr 2023 07:24:43 +0000 (12:54 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 Apr 2023 14:55:22 +0000 (16:55 +0200)
commit7ee5789afd34ccceae266346bb6c13d8cec673be
tree8e87b5191d9fdab708b0b8570cab17696c599388
parent89fce9b80ca023fee354c3f1e2fc415236758821
gpio: davinci: Add irq chip flag to skip set wake

[ Upstream commit 7b75c4703609a3ebaf67271813521bc0281e1ec1 ]

Add the IRQCHIP_SKIP_SET_WAKE flag since there are no special IRQ Wake
bits that can be set to enable wakeup IRQ.

Fixes: 37d3688b6bf4 ("[ARM] 4457/2: davinci: GPIO support")
Signed-off-by: Dhruva Gole <d-gole@ti.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/gpio/gpio-davinci.c