On 02/10/2021 04:08, Dmitry Baryshkov wrote:
PM8xxx PMIC family uses GPIO as parent IRQ. Using it together with the irq_set_chained_handler_and_data() results in warnings from the GPIOLIB as in this path the IRQ resources are not allocated (and thus the corresponding GPIO is not marked as used for the IRQ. Use request_irq so that the IRQ resources are proprely setup. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>
Please ignore this duplicate, it was sent by mistake. -- With best wishes Dmitry